- 22 Feb, 2005 1 commit
-
-
Jason Edmeades authored
Tests to confirm this behaviour.
-
- 15 Feb, 2005 1 commit
-
-
Dmitry Timoshkov authored
SetClassLongA/W according to SDK definitions. - Add prototypes for SetClassLongPtrA/W, protect some GWL_ and GCL_ constants from using in Wine or in _WIN64 mode. - Fix all places in Wine affected by the above changes.
-
- 08 Dec, 2004 1 commit
-
-
Alexandre Julliard authored
removed the global user.h.
-
- 28 Nov, 2004 1 commit
-
-
Alexandre Julliard authored
to 16-bit files. TIMER_IsTimerValid is no longer necessary now that winprocs are never freed.
-
- 24 Nov, 2004 1 commit
-
-
Alexandre Julliard authored
to avoid the need to keep track of winprocs for each window and class.
-
- 28 May, 2004 1 commit
-
-
Dmitry Timoshkov authored
Fix UnregisterClass behaviour with NULL hInstance.
-
- 12 Feb, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 11 Dec, 2003 1 commit
-
-
Alexandre Julliard authored
return it on create_window and destroy_class. Only create a single instance of the desktop class for the whole session. Added some missing locking in the client-side class management.
-
- 10 Dec, 2003 2 commits
-
-
Alexandre Julliard authored
GetClassWord/Long (based on a patch by Mike McCormack). Various fixes to the class instance handling.
-
Alexandre Julliard authored
corresponding Ex function.
-
- 27 Sep, 2003 1 commit
-
-
Dmitry Timoshkov authored
-
- 10 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
types since they don't exist on Windows, and added typecasts everywhere instead.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 19 May, 2003 1 commit
-
-
Dmitry Timoshkov authored
-
- 03 Dec, 2002 1 commit
-
-
Alexandre Julliard authored
contents to user.h. Moved message.h and winproc.h to dlls/user.
-
- 22 Nov, 2002 3 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
A few fixes for -DSTRICT.
-
- 21 Nov, 2002 1 commit
-
-
Stefan Leichter authored
-
- 17 Oct, 2002 1 commit
-
-
Alexandre Julliard authored
avoid some duplication of the handle conversion macros.
-
- 10 Oct, 2002 1 commit
-
-
Michael Stefaniuc authored
handles - move the implementation of ExtractAssociatedIcon16 to ExtractAssociatedIconA - convert HICON to a void* - fixed some handle conversions that happened to be in the way while doing the above
-
- 31 May, 2002 1 commit
-
-
Vincent Béron authored
-
- 23 May, 2002 1 commit
-
-
Alexandre Julliard authored
issues.
-
- 17 May, 2002 1 commit
-
-
Alexandre Julliard authored
Removed debugres_[aw].
-
- 09 Mar, 2002 1 commit
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- 20 Dec, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 20 Nov, 2001 1 commit
-
-
Bill Medland authored
-
- 16 Nov, 2001 1 commit
-
-
Joshua Thielen authored
in CLASS_FindClassByAtom.
-
- 06 Nov, 2001 1 commit
-
-
François Gouget authored
Add #include "config.h" directives where needed.
-
- 05 Nov, 2001 1 commit
-
-
Joshua Thielen authored
-
- 15 Oct, 2001 1 commit
-
-
Alexandre Julliard authored
WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we don't need to access windows of other processes.
-
- 14 Oct, 2001 1 commit
-
-
Francois Gouget authored
Remove redundant 'config.h' includes.
-
- 09 Oct, 2001 1 commit
-
-
Alexandre Julliard authored
Print ERR when accessing classes of other processes.
-
- 19 Sep, 2001 1 commit
-
-
Alexandre Julliard authored
implicit type casts. Moved a lot of 16-bit functions to the new wnd16.c file. Changed DIALOGINFO structure handling to support 32-bit handles.
-
- 20 Aug, 2001 1 commit
-
-
Alexandre Julliard authored
Removed GCW_* definitions that don't exist in Win32.
-
- 23 Jul, 2001 1 commit
-
-
Alexandre Julliard authored
-
- 27 Dec, 2000 1 commit
-
-
Ulrich Weigand authored
Added macros to access unaligned WORDs / DWORDs.
-
- 22 Dec, 2000 1 commit
-
-
Patrik Stridvall authored
-
- 13 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
Fixed a few ptr/segptr mismatches. Moved CONV_RECT/POINT macros to wingdi16.h.
-
- 10 Dec, 2000 1 commit
-
-
Alexandre Julliard authored
Created new controls.h file private to user32.dll and moved remaining builtin controls definitions there.
-