- Sep 17, 2003
-
-
Alexandre Julliard authored
-
- Sep 10, 2003
-
-
Alexandre Julliard authored
types since they don't exist on Windows, and added typecasts everywhere instead.
-
- Jan 08, 2003
-
-
strings to use %ld for RECT elements.
-
- Dec 03, 2002
-
-
Alexandre Julliard authored
contents to user.h. Moved message.h and winproc.h to dlls/user.
-
- Nov 22, 2002
-
-
Alexandre Julliard authored
-
- Oct 30, 2002
-
-
- Oct 10, 2002
-
-
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
-
- May 31, 2002
-
-
- Apr 09, 2002
-
-
- Mar 20, 2002
-
-
- Mar 09, 2002
-
-
Alexandre Julliard authored
Global replacement of debugtools.h by wine/debug.h.
-
- Feb 02, 2002
-
-
- Nov 30, 2001
-
-
Alexandre Julliard authored
data to be exchanged. Split request and reply structures to make backwards compatibility easier. Moved many console functions to dlls/kernel, added code page support, changed a few requests to behave properly with the new protocol.
-
- Nov 16, 2001
-
-
Alexandre Julliard authored
-
- Nov 13, 2001
-
-
Alexandre Julliard authored
Maintain a paint count separately for each window.
-
- Oct 22, 2001
-
-
Alexandre Julliard authored
Get/SetWindowLong.
-
- Oct 16, 2001
-
-
Alexandre Julliard authored
Avoid unnecessary coordinates conversion in NC_HandleSysCommand.
-
- Oct 15, 2001
-
-
Alexandre Julliard authored
WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we don't need to access windows of other processes.
-
- Oct 03, 2001
-
-
- Sep 19, 2001
-
-
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.
-
- Sep 14, 2001
-
-
Alexandre Julliard authored
handles.
-
- Aug 24, 2001
-
-
Alexandre Julliard authored
Removed a few more accesses to the WND structure.
-
- Aug 18, 2001
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- Aug 10, 2001
-
-
Alexandre Julliard authored
them by API calls.
-
- Jul 31, 2001
-
-
Alexandre Julliard authored
-
- Jun 20, 2001
-
-
Alexandre Julliard authored
Removed a few no longer used routines.
-
- Jun 04, 2001
-
-
Alexandre Julliard authored
Fixed non-client rectangle calculations in managed mode. Added support for icon window in managed mode.
-
- May 18, 2001
-
-
- May 09, 2001
-
-
- Apr 24, 2001
-
-
Alexandre Julliard authored
the user driver, and the corresponding code into the dlls/x11drv directory. Moved a few functions out of the window driver into the user driver. Plus a few related cleanups.
-
- Feb 23, 2001
-
-
Alexandre Julliard authored
-
- Feb 14, 2001
-
-
Alexandre Julliard authored
-
when the cursor is on the border of a resizable wnd.
-
- Feb 12, 2001
-
-
- Jan 26, 2001
-
-
API calls.
-
- Jan 24, 2001
-
-
lpszName is a string (i.e. check HIWORD).
-
- Jan 15, 2001
-
-
Alexandre Julliard authored
-
- Dec 22, 2000
-
-
- Dec 13, 2000
-
-
Alexandre Julliard authored
Fixed a few ptr/segptr mismatches. Moved CONV_RECT/POINT macros to wingdi16.h.
-