user32: DlgDirList converts path specification to uppercase.
[wine] / dlls / user32 / tests / win.c
2007-10-31  Alexandre Julliarduser32: Don't allow changing the WS_EX_TOPMOST style...
2007-09-27  Francois GougetAssorted spelling fixes.
2007-09-17  Alexandre Julliarduser32/tests: Properly flush events in the update rect...
2007-09-10  Dmitry Timoshkovuser32: Add more tests for GetUpdateRect.
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-20  Alexandre Julliarduser32/tests: Use flush_events more consistently in...
2007-07-25  Alexandre Julliarduser32/tests: Flush events more aggressively in mouse...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-23  Vitaliy Margolenuser32: Add test for SetForegroundWindow(desktop).
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-24  Dmitry Timoshkovuser32/tests: Fix a problem revealed by compilation...
2007-04-06  Dmitry Timoshkovuser32: Windows uses ptMaxTrackSize to set an initial...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-03-06  Dmitry Timoshkovuser32: Make the excessive scroll test pass under Windows.
2007-03-05  Dmitry Timoshkovuser32: win2k and XP return broken border info in GetWi...
2007-03-02  Clinton Stimpsonuser32: Add another test for GetUpdateRect().
2007-02-14  Aric Stewartuser32: Scroll window fix.
2007-02-07  Clinton Stimpsonuser32: Add test cases for update rects affected by...
2007-02-05  Dmitry Timoshkovuser32: Although Windows sends WM_GETMINMAXINFO at...
2007-01-18  Mike McCormackuser32: Add a test showing WM_GETTEXT doesn't crash...
2007-01-12  Paul Vriensuser32/tests: Cast-qual warning fixes.
2006-12-19  Vitaliy Margolenwinex11drv: Return cached cursor_pos in GetCursorPos().
2006-12-14  Francois Gougetuser32/tests: Replace some '#if 0's with 'if (0)'s.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-04  Dmitry Timoshkovuser32: Add ShowWindow test, make it pass under Wine.
2006-11-24  Francois Gougetuser32/tests: Remove unneeded NONAMELESS* macros.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.