Sign in
goma
/
wine
/
d313073247c541ca0f757c9ab1d017328c88018b
/
windows
/
class.c
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
7fbd74e
Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues.
by Alexandre Julliard
· 23 years ago
0aa28b5
Export the debugging API from libwine instead of ntdll. Removed debugres_[aw].
by Alexandre Julliard
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
d7b7682
Use MapLS/UnMapLS instead of SEGPTR_* macros.
by Alexandre Julliard
· 23 years ago
0ca07c9
It is legal to call UnregisterClass with an hInstance of zero.
by Bill Medland
· 23 years ago
d9ed57a
Local classes registered with USER instance handle now are now found
by Joshua Thielen
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 23 years ago
40a35aa
For global classes, GetClassInfo now returns a handle to USER.
by Joshua Thielen
· 23 years ago
8fd26b9
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
by Alexandre Julliard
· 23 years ago
386cf6e
When including 'wine/port.h', include it first.
by Francois Gouget
· 23 years ago
e6d90ea
Fixed locking of class list.
by Alexandre Julliard
· 23 years ago
d23a82b
Made all 16<->32 HWND conversions use explicit functions instead of
by Alexandre Julliard
· 24 years ago
d44e495
Fixed GetClassLong to return full 32 bits for all items.
by Alexandre Julliard
· 24 years ago
f899ef0
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
2ece70e
Various documentation fixes.
by Patrik Stridvall
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
91222da
Moved most builtin controls structures into their respective C file.
by Alexandre Julliard
· 24 years ago
1af53cb
- README update - add offsets to ASPI struct defines - spelling
by Andreas Mohr
· 24 years ago
9877906
Removed dependencies on the internals of the CLASS structure.
by Alexandre Julliard
· 24 years ago
2b3aa61
Added/modified documentation for function arguments.
by Patrik Stridvall
· 24 years ago
2f245af
Don't try to delete a wndclass background brush if it's a COLOR_* constant.
by Huw D M Davies
· 25 years ago
f681cd0
Fixed RegisterClass last error code on atom creation failure.
by Alexandre Julliard
· 25 years ago
c7e7df8
Replaced all lstr* calls from inside Wine code by their str* equivalent.
by Alexandre Julliard
· 25 years ago
2caee71
Spelling fixes.
by Andreas Mohr
· 25 years ago
1040eaf
GetClassInfo should return global classes even if the hInstance
by Noomen Hamza
· 25 years ago
9fa09e7
We must return the atom of the class in GetClassInfoEx instead of just TRUE.
by James Hatheway
· 25 years ago
2d6457c
Added/fixed some documentation reported by winapi_check.
by Patrik Stridvall
· 25 years ago
b849d79
Moved global atoms to the server (based on the work of Sergei
by Alexandre Julliard
· 25 years ago
a1f092a
Added missing goto in switch statement.
by Phillip Ezolt
· 25 years ago
d3e22d9
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
by Jeremy White
· 25 years ago
4ac8db7
Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
by Pierre Mageau
· 26 years ago
43806217
Use in GetClassInfoW the same hack for systemclasses as in
by Marcus Meissner
· 26 years ago
359f497e
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
4e700ab
Bugfix for TRACE in UnregisterClass.
by Huw D M Davies
· 26 years ago
a9a671d
Fixed ANSI compabillity.
by Patrik Stridvall
· 26 years ago
2fa281f
Fix locking with proper calls to WIN_ReleaseWndPtr.
by Guy Albertelli
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
6b1b41c
Made access to the wnd struct thread-safe.
by Francois Boisvert
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
ca1bc86
Moves more stuff from windows.h.
by Michael Veksler
· 26 years ago
be15666
Added case for GCW_ATOM int GetClassLong32A.
by NF Stevens
· 26 years ago
a406682
The class name needs to be converted to a getptr.
by NF Stevens
· 26 years ago
cb37dfd
Fixed typo.
by Rein Klazes
· 26 years ago
737fa07
Small atom fixes.
by Alexandre Julliard
· 26 years ago
c77c592
Added code to manage Ascii and WideChar class names, and to return the
by Gavriel State
· 26 years ago
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
641ee76
Release 970804
by Alexandre Julliard
· 28 years ago
wine-970804
df2673b
Release 970329
by Alexandre Julliard
· 28 years ago
wine-970329
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
7ebe1a4
Release 961222
by Alexandre Julliard
· 28 years ago
wine-961222
139a4b1
Release 961102
by Alexandre Julliard
· 28 years ago
wine-961102
2c69f6d
Release 960928
by Alexandre Julliard
· 29 years ago
wine-960928
ac9c9b0
Release 960728
by Alexandre Julliard
· 29 years ago
wine-960728
18f92e7
Release 960717
by Alexandre Julliard
· 29 years ago
wine-960717
3051b64
Release 960705
by Alexandre Julliard
· 29 years ago
wine-960705
8b91563
Release 960616
by Alexandre Julliard
· 29 years ago
wine-960616
d90840e
Release 960611
by Alexandre Julliard
· 29 years ago
wine-960611
1e9ac79
Release 960606
by Alexandre Julliard
· 29 years ago
wine-960606
2d93d00
Release 960521
by Alexandre Julliard
· 29 years ago
wine-960521
e2bfa4c
Release 960516
by Alexandre Julliard
· 29 years ago
wine-960516
1285c2f
Release 960506
by Alexandre Julliard
· 29 years ago
wine-960506
2ace16a
Release 960428
by Alexandre Julliard
· 29 years ago
wine-960428
59730ae
Release 960324
by Alexandre Julliard
· 29 years ago
wine-960324
b817f4f
Release 960314
by Alexandre Julliard
· 29 years ago
wine-960314
af0bae5
Release 951003
by Alexandre Julliard
· 30 years ago
wine-951003
b7258be
Release 950901
by Alexandre Julliard
· 30 years ago
wine-950901
808cb04
Release 950817
by Alexandre Julliard
· 30 years ago
wine-950817
e2991ea
Release 950727
by Alexandre Julliard
· 30 years ago
wine-950727
bd34d4f
Release 950620
by Alexandre Julliard
· 30 years ago
wine-950620
2787be8
Release 950522
by Alexandre Julliard
· 30 years ago
wine-950522
594997c
Release 950430
by Alexandre Julliard
· 30 years ago
wine-950430
e2abbb1
Release 950319
by Alexandre Julliard
· 30 years ago
wine-950319
234bc24
Release 941210
by Alexandre Julliard
· 30 years ago
wine-941210
3ed37e0
Release 941107
by Alexandre Julliard
· 30 years ago
wine-941107
3a405ba
Release 941030
by Alexandre Julliard
· 30 years ago
wine-941030
aca0578
Release 941017
by Alexandre Julliard
· 30 years ago
wine-941017
6b81b39
Release 940706
by Alexandre Julliard
· 31 years ago
wine-940706
73450d6
Release 940518
by Alexandre Julliard
· 31 years ago
wine-940518
8d24ae6
Release 940405
by Alexandre Julliard
· 31 years ago
wine-940405
fb9a919
Release 940301
by Alexandre Julliard
· 31 years ago
wine-940301
5f721f8
Release 0.5
by Alexandre Julliard
· 31 years ago
wine-0.5
f0b2354
Release 0.4.3
by Alexandre Julliard
· 32 years ago
wine-0.4.3
f41aeca
Release 0.4.0
by Alexandre Julliard
· 32 years ago
wine-0.4.0
401710d
Release 0.3.0
by Alexandre Julliard
· 32 years ago
wine-0.3.0