setupapi: Add stub keyword to some FIXMEs.
[wine] / dlls / user32 / defwnd.c
2013-01-24  Sergey Guralnikuser32: Init standard scrollbars during WM_NCCREATE.
2012-09-13  Alexandre Julliarduser32: Refresh the frame when the style bits of a...
2012-02-15  Alexandre Julliarduser32: Add mouse tracking on caption right-clicks...
2010-09-24  Alexandre Julliarduser32: Fix initial computation of client area in WM_NC...
2010-09-07  Alexandre Julliarduser32: Use WIN_GetRectangles where possible instead...
2010-02-12  Alexandre Julliarduser32: Don't forward WM_SETCURSOR to the desktop window.
2010-02-04  Michael Stefaniucuser32: Avoid using HIWORD() on atoms/resources.
2010-02-02  Alexandre Julliarduser32: Fix the WM_CONTEXTMENU parameter for 64-bit.
2010-01-14  Kusanagi Kouichiuser32: Make DefWindowProc handle Shift+F10.
2009-12-22  Alexandre Julliarduser32: Avoid including winuser16.h in 32-bit files.
2009-08-03  Henri Verbeetuser32: Send 0 as LPARAM for SIZE_MINIMIZED WM_SIZE...
2009-07-22  Dmitry Timoshkovuser32: Pass the same PRF_ flags from WM_PRINT to WM_PR...
2009-05-04  Rein Klazesuser32: Combine horizontal and vertical window scroll...
2009-04-03  Rein Klazesuser32: Fix for the ending of menu tracking in the...
2009-02-18  Rein Klazesuser32: Do not handle WM_ENDSESSION in DefWindowProc...
2008-12-12  Aric Stewartuser32: Proper handling of WM_INPUTLANGCHANGEREQUEST.
2008-12-11  Aric Stewartuser32: Implement handling of WM_INPUTLANGCHANGE.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-09-24  Vincent Povirkuser32: Handle undocumented WM_POPUPSYSTEMMENU message.
2008-05-01  ByeongSik Jeonuser32: Post the WM_KEY{DOWN|UP} message whenWM_IME_KEY...
2008-04-23  ByeongSik Jeonuser32: Pass the WM_IME_NOTIFY message to the default...
2008-03-24  Vitaliy Margolenuser32: Fix F1 message sequence.
2008-03-19  Rob Shearmanuser32: Handle the undocumented behaviour in DefWindowP...
2008-02-07  Lei Zhanguser32: Use wine_dbgstr_rect() in traces.
2007-09-11  Vitaliy Margolenuser32: Don't exit when double-clicking with right...
2007-08-09  Alexandre Julliarduser32: WM_IME_CHAR should result in posted, not sent...
2007-05-21  Andrew Talbotuser32: Exclude unused headers.
2007-02-13  Kirill K. Smirnovuser32: Handle WM_SETICON message similarly to WM_SETTEXT.
2007-02-08  Louis Lendersuser32: Don't crash if a WM_NCCREATE message is sent...
2007-01-18  Mike McCormackuser32: Add an exception handler around the WM_GETTEXT...
2006-11-27  Kevin Koltzauuser32: Generate WM_APPCOMMAND messages for browser...
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.