eliminate GCC warning about initialization order
[reactos.git] / reactos / include / win32k / ntuser.h
2005-12-30 Magnus OlsenImplement ShowCursor, it is a issue with quake when...
2005-12-28 Hartmut BirrCommit r20366:20368 again.
2005-12-28 Magnus Olsenupdate NtUserGetMouseMovePointsEx prototype to msdn
2005-12-28 Maarten BosmaRevert r20367 and r20368 since they crash the GUI in...
2005-12-27 Alex Ionescu- Major Win32k Header Cleanup: Add ntgdi.h based on...
2005-12-13 Christoph von Wittichimplemented GetKeyboardLayoutNameW
2005-11-23 Christoph von Wittichfix bug 838 (Sol.exe is missing it's menubar)
2005-10-05 Martin Fuchspartial implementation of ShowWindowAsync() using the...
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-08-10 Gunnar Dalsnesmove WM_SYSTIMER where it belongs
2005-07-12 James TaborStart integrating and implementing key board functions...
2005-06-26 James TaborSetup support for ShowOwnedPopups and expand new functi...
2005-06-26 Alex IonescuKill NTOS headers. So long, and thanks for all the...
2005-06-20 Alex IonescuCompile user32 with NDK, clean up its headers, and...
2005-06-16 James TaborPluged in CallMsgFilter.
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-01-26 Thomas Bluemeldon't shift the PIDs of objects so the first bit can...
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-06 Filip Navara- Basic implementation of (NtUser)UpdatePerUserSystemPa...
2004-11-16 Gregor AnichSimple implementation of some multi-monitor APIs.
2004-09-06 Thomas Bluemel1. make use of precompiled headers everywhere
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-06-24 Thomas Bluemel1.fixed return type for NtSystemParametersInfo()
2004-05-28 Gé van GeldorpClean up calls from win32k to csrss
2004-05-21 Thomas Bluemelimplemented DisableProcessWindowsGhosting() (window...
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-05-01 Thomas Bluemelchanged SetCursorPos() to use SendInput()
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-29 Thomas Bluemelimplemented keybd_event(), mouse_event(), BlockInput...
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-13 Thomas Bluemeldon't pass ansi strings to win32k!!!!
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-02 Thomas Bluemelpartially implemented IsHungAppWindow()
2004-04-02 Thomas Bluemelimplemented GetWindowModuleFileName()
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-23 Thomas BluemelImplemented SetWindowRgn() and added support for window...
2004-03-11 Thomas Bluemelfirst attempt to implement SendMessageTimeout()
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Gé van GeldorpImplement menu handling
2004-02-04 Gé van GeldorpAdjust NtUserChildWindowFromPointEx declaration to...
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-12-26 Thomas Bluemelsome fixes
2003-12-22 Thomas Bluemeladded ros-internal NtUserSetScrollBarInfo()
2003-12-22 Filip NavaraMinor work on scrollbars.
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
2003-12-19 Thomas Bluemelimplemented GetMessageExtraInfo() and SetMessageExtraInfo()
2003-12-14 Thomas Bluemelfixed compiling problems
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-12-12 Gé van GeldorpIncomplete implementation of hooks
2003-12-10 Thomas Bluemelstore ShellWindow and ShellListView handle in window...
2003-12-09 Thomas Bluemelallow caching icons/cursors with different sizes
2003-12-08 Filip NavaraImplementation of ScrollWindow, ScrollWindowEx, ScrollD...
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Thomas Bluemelimplemented UnregisterClass()
2003-12-07 Casper Hornstrup2003-12-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Filip Navara- Fixed BitBlts with ROP != SRCCOPY.
2003-11-20 Thomas Bluemel1. fixed SetProp()
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-19 Thomas Bluemel1. implemented GetGuiResources()
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-11-09 Filip Navara- Moved GetFocus, DrawCaptionTemp[AW], DrawMenuBarTemp...
2003-11-09 Filip Navara- Implemented NtUserDefSetText and NtUserInternalGetWin...
2003-11-02 Eric KohlStarted hotkey support.
2003-10-30 Mark TempelUpdate to specify the parameters to NtUserWindowFromPoint.
2003-10-17 Thomas Bluemelimplemented basic drawing of carets
2003-10-16 Thomas Bluemelinitial implementation of carets
2003-10-15 Thomas Bluemelunstubbed caret functions in win32k
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-10-04 Thomas Bluemelimplements system timers (similar to standard timers)
2003-09-24 Thomas Bluemelsome work on scrollbars
2003-09-12 Thomas Bluemelimplemented a couple of scrollbar functions and fixed...
2003-09-08 Thomas Bluemeladded hittesting for scrollbars and fixed passing the...
2003-09-07 Thomas Bluemeladded syscall NtUserGetScrollInfo() and fixed nonclient...
2003-09-07 Thomas Bluemelrenamed and fixed a few functions regarding scrollbars
2003-08-28 Thomas Bluemel1. implemented GetDoubleClickTime() and SetDoubleClickT...
2003-08-28 Thomas Bluemelimplemented SwapMouseButton()
next