user32: Fix coordinates mapping for the desktop window in the explorer process.
[wine] / dlls / user32 / user_private.h
2010-05-21  Alexandre Julliarduser32: Remove the CURSORICONINFO parameter in the...
2010-04-21  Alexandre Julliarduser32: Remove the CURSORICON parameter in the SetCurso...
2010-04-20  Alexandre Julliarduser32: Add driver entry points for cursor creation...
2010-03-22  Alexandre Julliarduser32: Store the current cursor and show count in...
2009-12-24  Alexandre Julliarduser32: Make user.exe into a stand-alone 16-bit module.
2009-12-23  Alexandre Julliarduser32: Replace spy functions by a simple trace in...
2009-12-23  Alexandre Julliarduser32: Remove some redundant 16-bit message traces.
2009-12-23  Alexandre Julliarduser32: Don't store the 16-bit hook info in the 32...
2009-12-23  Alexandre Julliarduser32: Make HOOK_IsHooked function static.
2009-12-23  Alexandre Julliarduser32: Get rid of 16-bit handles in the driver clipboa...
2009-12-22  Alexandre Julliarduser32: Allocate user handles for cursors/icons when...
2009-12-22  Alexandre Julliarduser32: Move freeing of a 16-bit module's icons to...
2009-12-18  Alexandre Julliarduser32: Make WINPROC_AllocProc take a unicode flag...
2009-12-14  Alexandre Julliarduser32: Remove the no longer used WINPROC_CallDlgProc16...
2009-10-15  Alexandre Julliarduser32: Add a helper to retrieve the dimensions of...
2009-10-15  Alexandre Julliarduser32: Reimplement accelerator functions to use 32...
2009-10-12  Alexandre Julliarduser32: Get rid of the 16-bit heap support.
2009-10-12  Alexandre Julliarduser32: Use client-side user handles for menus.
2009-10-12  Alexandre Julliarduser32: Add functions for manipulating client-side...
2009-06-08  Alexandre Julliarduser32: Disable assert() for the mingw build since...
2008-12-23  Maarten Lankhorstuser32/winex11.drv: Change all user32 operations to...
2008-12-18  Aric Stewartuser32: Remove the driver call for GetKeyboardLayoutLis...
2008-10-27  Dmitry Timoshkovuser32: Make ToAscii(Ex) and ToUnicode(Ex) prototypes...
2008-09-24  Vincent Povirkuser32: Handle undocumented WM_POPUPSYSTEMMENU message.
2008-09-12  Alexandre Julliarduser32: Add a SetLayeredWindowAttributes driver entry...
2008-09-12  Alexandre Julliarduser32: Notify the user driver about window extended...
2008-07-30  Alexandre Julliarduser32: Add an entry point for ShowWindow to the driver...
2008-07-02  Alexandre Julliarduser32: Split the SetWindowPos driver backend in Window...
2008-06-25  Alexandre Julliarduser32: Add support for a top-level message parent...
2008-04-10  Alexandre Julliarduser32: Forward all WM_SYSCOMMAND messages to the drive...
2008-03-12  Alexandre Julliardwinex11: Moved support for window moving/resizing back...
2008-03-12  Alexandre Julliarduser32: Add a SetCapture function to the driver interface.
2008-03-12  Alexandre Julliarduser32: Add a helper function to set the capture window.
2008-02-28  Alexandre Julliarduser32: Moved the ShowWindow implementation from winex1...
2008-02-25  Alexandre Julliarduser32: Moved the DCE support from winex11 back to...
2008-02-04  Michael Stefaniucuser32: Remove duplicated get_hook_proc() function.
2008-01-24  Alexandre Julliarduser32: Moved the bulk of CreateWindow and SetWindowPos...
2007-11-07  Alexandre Julliarduser32: Make all internal user32 functions and variable...
2007-08-09  Alexandre Julliarduser32: Support for the magic WM_CHAR W->A conversion...
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: Get rid of winproc.h and move definitions in...
2007-07-31  Alexandre Julliarduser32: Erase parent window when child is hidden. From...
2007-05-30  Dmitry Timoshkovuser32: Fix some compilation warnings in 64-bit mode.
2007-01-06  Vitaliy Margolenwinex11drv/user32: Add ClipCursor to x11drv to pass...
2006-12-24  Patrik Stridvalluser32: Show the GCL{,P}_* constant names in debug...
2006-12-12  Pierre d'Herbemontuser32: Factorize graphics driver SetParent into user32.
2006-11-29  Pierre d'Herbemontuser32: Factorize driver's SetWindowPos in user32.
2006-11-16  Alexandre Julliarduser32: Renamed the user/ directory to user32.