- 25 Jan, 2006 1 commit
-
-
Vitaliy Margolen authored
Add a few tests for this.
-
- 23 Jan, 2006 1 commit
-
-
Louis Lenders authored
-
- 19 Jan, 2006 1 commit
-
-
Ken Thomases authored
-
- 30 Nov, 2005 1 commit
-
-
Vitaliy Margolen authored
ShowWindow(SW_SHOW).
-
- 29 Nov, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 21 Nov, 2005 1 commit
-
-
Dmitry Timoshkov authored
WS_MINIMIZEBOX/WS_MAXIMIZEBOX) based on the WS_CHILD style set.
-
- 09 Nov, 2005 1 commit
-
-
Markus Amsler authored
- add missing description - add missing returns section - complete missing A/W pairs - reformate comments, to match c2man requirements
-
- 03 Oct, 2005 1 commit
-
-
Vitaliy Margolen authored
-
- 22 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 07 Sep, 2005 1 commit
-
-
Alexandre Julliard authored
instance.
-
- 09 Aug, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 19 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
startup time.
-
- 18 Jul, 2005 2 commits
-
-
Alexandre Julliard authored
Provide a fallback implementation for all the functions to avoid having to check for NULL functions everywhere.
-
Felix Nawothnig authored
-
- 08 Jul, 2005 1 commit
-
-
Alexandre Julliard authored
desktop windows.
-
- 07 Jul, 2005 3 commits
-
-
Alexandre Julliard authored
separate CreateDesktopWindow entry point instead of overloading CreateWindow.
-
Alexandre Julliard authored
-
Dmitry Timoshkov authored
process.
-
- 27 Jun, 2005 1 commit
-
-
Eric Pouech authored
-
- 17 Jun, 2005 1 commit
-
-
Vitaliy Margolen authored
windows as well.
-
- 14 Jun, 2005 1 commit
-
-
Stefan Huehner authored
-
- 07 Jun, 2005 1 commit
-
-
Alexandre Julliard authored
though it's not fully correct (reported by Jason Campbell).
-
- 14 May, 2005 1 commit
-
-
Paul Vriens authored
-
- 13 May, 2005 1 commit
-
-
Dmitry Timoshkov authored
-
- 07 May, 2005 1 commit
-
-
Alexandre Julliard authored
sign extension problems.
-
- 27 Apr, 2005 1 commit
-
-
Alexandre Julliard authored
message.h.
-
- 25 Apr, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 30 Mar, 2005 1 commit
-
-
Dmitry Timoshkov authored
- EnableMenuItem should not generate WM_WINDOWPOSCHANGING message. - Make nonclient code check for presence of SC_CLOSE, not CS_NOCLOSE window class style. - Add a test case.
-
- 25 Mar, 2005 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
all link_window is used for at this point. Get rid of the WIN_LinkWindow/UnlinkWindow functions.
-
- 24 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
Made WIN_GetPtr return WND_DESKTOP in that case.
-
- 23 Mar, 2005 2 commits
-
-
Alexandre Julliard authored
-
Robert Shearman authored
CREATESTRUCT for WM_CREATE/WM_NCCREATE. - Fix cases where WS_EX_WINDOWEDGE style is applied. - Tests for the above.
-
- 14 Mar, 2005 1 commit
-
-
Dmitry Timoshkov authored
tests to reflect that.
-
- 09 Mar, 2005 1 commit
-
-
Alexandre Julliard authored
-
- 02 Mar, 2005 2 commits
-
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
Add a test case.
-
- 24 Feb, 2005 1 commit
-
-
Alexandre Julliard authored
Release capture before sending WM_NCDESTROY message, do not send WM_CAPTURECHANGED in that case. Add a test case for that behaviour.
-
- 18 Feb, 2005 1 commit
-
-
Dmitry Timoshkov authored
- Fix order of WM_DESTROY messages for the children's recursion. - DestroyWindow should hide only visible windows. - Add a test case for the above fixes.
-
- 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.
-