d3dxof: Remove 'recursive registry key delete' function.
[wine] / dlls / user32 /
2007-09-25  Dmitry Timoshkovuser32: Make message test pass cleanly under XP SP2.
2007-09-25  L. Rahyenuser32: Implement initial stubs for all raw input funct...
2007-09-24  Anatoly Lyutinuser32/tests: Fix test for switch maximized MDI children.
2007-09-21  Peter Oberndorferuser32/tests: Fix dialog proc prototypes.
2007-09-20  James Hawkinsuser32: Add a test that shows ddeml string handles...
2007-09-17  Alexandre Julliarduser32/tests: We can now store binary files in the...
2007-09-17  Alexandre Julliarduser32: We can now store binary files in the repository.
2007-09-17  Alexandre Julliarduser32/tests: Properly flush events in the update rect...
2007-09-17  James Hawkinskernel32: Return TRUE for all pointer params in GlobalU...
2007-09-17  James Hawkinskernel32: Fix the case where memory is freed twice...
2007-09-17  James Hawkinsuser32: Set uiLo and uiHi to zero on error.
2007-09-17  James Hawkinsuser32: Add tests for the DDE pack functions.
2007-09-13  Lei Zhanguser32: Edit control should respond to ctrl + z.
2007-09-11  Vitaliy Margolenuser32: Don't exit when double-clicking with right...
2007-09-10  Dmitry Timoshkovuser32: Add more tests for GetUpdateRect.
2007-08-31  Mikolaj Zalewskiuser32: combo: CB_SETITEMHEIGHT should make the edit...
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-30  Mikolaj Zalewskiuser32: Static controls should have a clipping region...
2007-08-30  Francois GougetAssorted non-ANSI function declaration fixes (missing...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-29  Steven Edwardsuser32: Remove some no longer needed wine 16bit headers.
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-27  Alexandre Julliarduser32: SetWindowPos should erase the parent also for...
2007-08-24  Alexandre Julliarduser32: IsChild must not consider the desktop window.
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-08-20  Alex Villacís Lassouser32: Fix change-drive in Win3.1-style file open...
2007-08-20  Alex Villacís Lassouser32: Fix crash while dir-navigating in Win3.1-style...
2007-08-20  Alexandre Julliardwinex11: Force a window to managed mode when it is...
2007-08-20  Alexandre Julliarduser32/tests: Allow WM_MOUSEACTIVATE in the mouse hover...
2007-08-20  Alexandre Julliarduser32/tests: Use flush_events more consistently in...
2007-08-16  Paul Vriensuser32/tests: Run tests on win95 again.
2007-08-14  Peter Verthezuser32: LB_SETITEMDATA should return 1 on success,...
2007-08-13  Jason Edmeadesuser32: Fix regression in alt, then right processing...
2007-08-13  Jason Edmeadesuser32: Allow alt+space to highlight system menu.
2007-08-13  Marcus Meissneruser32: Initialize MONITORINFO.cbSize.
2007-08-13  Detlef Riekenberguser32: Call a 16-Bit winproc again.
2007-08-10  Mikołaj Zalewskiuser32: CallWindowProc[AW] for mismatched built-in...
2007-08-09  Jason Edmeadesuser32: Skip system menu entries when using keyboard.
2007-08-09  Dmitry Timoshkovuser32: CBN_SELCHANGE notification should be sent befor...
2007-08-09  Francois GougetAssorted spelling fixes.
2007-08-09  Alexandre Julliarduser32: WM_IME_CHAR should result in posted, not sent...
2007-08-09  Alexandre Julliarduser32: Support for the magic WM_CHAR W->A conversion...
2007-08-08  Alexandre Julliarduser32/tests: Added test cases for WM_CHAR conversions.
2007-08-08  Alexandre Julliarduser32: Added support for the magic WM_CHAR A->W conver...
2007-08-08  Alexandre Julliarduser32: Factor out the calling of a window's winproc...
2007-08-08  Alexandre Julliarduser32: Factor out the various SendMessage functions...
2007-08-08  Alexandre Julliarduser32: Get rid of winproc.h and move definitions in...
2007-08-07  Alexandre Julliarduser32: Fixed the return value of DispatchMessageA/W.
2007-08-02  Alexandre Julliarduser32: Store all builtin winprocs at the start of...
2007-07-31  Alexandre Julliarduser32: Erase parent window when child is hidden. From...
2007-07-31  Detlef Riekenberguser32: Add a stub for GetAppCompatFlags2.
2007-07-30  Clinton Stimpsonuser32: Also test parent messages when hiding child...
2007-07-25  Alexandre Julliarduser32/tests: Flush events more aggressively in mouse...
2007-07-24  Jason Edmeadesuser32: MDI tile and cascade should not resize non...
2007-07-24  Jason Edmeadesuser32: Correct trace to log calculated values rather...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-23  Vitaliy Margolenuser32: Add test for SetForegroundWindow(desktop).
2007-07-20  Nigel Liangwinex11.drv: Implement XIMPreEditCaretCallback.
2007-07-20  Anatoly Lyutinuser32: Add comment to a function.
2007-07-20  Mikołaj Zalewskiuser32/tests: Simplify a test.
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-07-19  Vitaliy Margolenuser32/test: Destroy no longer needed test dialog windows.
2007-07-16  Aric Stewartuser32: Change SetDeskWallPaper spec.
2007-07-12  Alexandre Julliarduser32: Allocate a dual A/W winproc for DefWindowProc.
2007-07-12  Alexandre Julliarduser32: Check both A and W proc for previously allocate...
2007-07-11  Alexandre Julliarduser32/tests: Flush messages more aggressively in a...
2007-07-03  Paul Vriensuser32/tests: Use skip.
2007-07-03  Paul Vriensuser32/tests: Use skip.
2007-07-02  Markus Gömmeluser32: Center MessageBox dialogs to desktop, as Window...
2007-06-27  Michael Stefaniucjanitorial: Remove superfluous casts of void pointers...
2007-06-21  Paul Vriensuser32/tests: Only do the GetProcAddress once.
2007-06-20  Dmitry Timoshkovuser32: Make MDI get_client_info checks more strict.
2007-06-20  Dmitry Timoshkovuser32: When inserting a menu item make sure that MDI...
2007-06-19  Dmitry Timoshkovuser32: Insert menu item only after contents of the...
2007-06-15  Alexandre Julliarduser32/tests: Avoid strlen in trace.
2007-06-15  Lei Zhanguser32: Remove a unused variable from ES_PASSWORD test.
2007-06-14  Lei Zhanguser32: Improve cut/copy/paste behavior of password...
2007-06-13  Anatoly Lyutinuser32: tests:msg Add test for switching MDI children.
2007-06-11  Dmitry Timoshkovuser32: Do not hardcode cp1252 for an icon/title font.
2007-06-01  Alexandre Julliarduser32: Fix a printf format warning.
2007-06-01  Vitaliy Margolenuser32/test: Add few tests for messages sent from SetFo...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-05-29  Francois Gougetuser32/tests: SWP_STATECHANGED is an undocumented flag...
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-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-05-21  Francois Gougetuser32/tests: Fix compilation with gcc 2.95.
2007-05-18  Michael Karcheruser32: Reduce the PeekMessage timeout to zero for...
2007-05-16  Dmitry Timoshkovuser32: Remove duplicated code.
2007-05-16  Anatoly Lyutinuser32: mdi: Fix switch with wParam in WM_SYSCOMMAND...
2007-05-15  Dmitry Timoshkovuser32: Add a test for the menu resource loader, make...
2007-05-15  Dmitry Timoshkovuser32: Add a test for CheckMenuRadioItem and make...
2007-05-08  Dmitry Timoshkovuser32: Windows doesn't send the initialization message...
2007-05-03  Mikołaj Zalewskiuser32: Fix TabbedTextOut.
2007-04-27  Kevin Koltzauuser32: Draw menu item bitmaps in the correct location...
next