migrate substitution keywords to SVN
[reactos.git] / reactos / subsys / win32k / ntuser / misc.c
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-10 Filip Navara- Move desktop code from NtUserUpdatePerUserSystemParam...
2004-12-06 Filip Navara- Basic implementation of (NtUser)UpdatePerUserSystemPa...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-10-19 Gé van GeldorpWindows doesn't check uiParam for SPI_GETNONCLIENTMETRICS
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-13 Thomas Bluemelsilence debug message
2004-08-17 Thomas Bluemeladded very basic support for desktop wallpapers
2004-07-12 Gé van GeldorpShutdown step 1: inform winlogon
2004-07-08 Eric KohlFix RegisterLogonProcess().
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-24 Thomas Bluemel1.fixed return type for NtSystemParametersInfo()
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-06-16 Gé van GeldorpMarshall WM_CREATE/WM_NCCREATE messages
2004-06-11 Gé van GeldorpSet MaximumLength to size of allocated memory
2004-05-28 Gé van GeldorpClean up calls from win32k to csrss
2004-05-21 Thomas Bluemelimplemented DisableProcessWindowsGhosting() (window...
2004-05-19 Thomas Bluemelfixed RegisterWindowMessage()
2004-05-14 Thomas Bluemelchanged cursors/icons to use the window station handle...
2004-05-12 Thomas BluemelGetWindowInfo() doesn't check the cbSize parameter
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-08 Thomas Bluemelfixed handling of CW_USEDEFAULT with CreateWindow(Ex)()
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-05-01 Thomas Bluemelfixed DrawFocusRect() to use values from SPI_GETFOCUSBO...
2004-05-01 Thomas Bluemelchanged SetCursorPos() to use SendInput()
2004-04-30 Thomas Bluemeluse SendInput() to send mouse input data
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-14 Thomas Bluemelbetter handling of invalid strings in IntSafeCopyUnicod...
2004-04-14 Thomas Bluemelrewrote NtUserFindWindowEx() so it works as it's suppos...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-02 Thomas Bluemelimplemented GetWindowModuleFileName()
2004-04-02 Thomas Bluemelcheck parameter in GetWindowInfo()
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-07 Filip Navara- Moved the loading of font names from user32.dll to...
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-16 Richard CampbellNtUserSystemParametersInfo:
2004-02-16 Richard CampbellNtUserSystemParametersInfo:
2004-02-16 Richard CampbellSystemParametersInfo:
2004-02-15 Gé van GeldorpImplement menu handling
2004-01-31 Richard CampbellSeperated the Caption font and the icon title font...
2004-01-30 Richard CampbellMore font fixes.
2004-01-26 Thomas Bluemelimplemented multiline menu bars
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-26 Thomas Bluemelset menuitem rects after measuring the size
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2003-12-28 Filip Navara- Use smaller font for captions and status bar.
2003-12-26 Thomas Bluemelfixed hardcoded workarea size
2003-12-26 Thomas Bluemelfixed hardcoded workarea size
2003-12-26 Thomas Bluemeldisable font smoothing if screen resolution < 8bpp
2003-12-25 Thomas Bluemeldisable gradient captions on resolutions <= 8bpp
2003-12-24 Thomas Bluemelimplemented gradient caption bars
2003-12-20 Thomas Bluemelsome fixes on carets
2003-12-19 Thomas Bluemelimplemented GetMessageExtraInfo() and SetMessageExtraInfo()
2003-12-14 Filip Navara- Separation of clipboard routines in win32k.
2003-12-13 Thomas Bluemelfixed NtGdiCreateDC() to use UNICODE_STRINGs
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-23 Thomas Bluemeladded missing ObDereferenceObject calls
2003-11-23 Thomas Bluemelsome fixes in NtUserGetGUIThreadInfo()
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-22 Filip Navara- Fixed BitBlts with ROP != SRCCOPY.
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-19 Thomas Bluemel1. implemented GetGuiResources()
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-10 Thomas BluemelImplemented SetCursor and rewrote some cursor/icon...
2003-10-17 Thomas Bluemelimplemented basic drawing of carets
2003-10-16 Thomas Bluemelinitial implementation of carets
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-09-24 Thomas Bluemelfixed passing pointers to win32k
2003-09-13 Thomas Bluemelfixed the hMenu parameter in CreateWindowEx so that...
2003-09-12 Thomas Bluemelimplemented a couple of scrollbar functions and fixed...
2003-08-29 Gé van GeldorpVarious fixes by Filip Navara
2003-08-28 Thomas Bluemel1. implemented GetDoubleClickTime() and SetDoubleClickT...
2003-08-28 Thomas Bluemelimplemented SwapMouseButton()
2003-08-25 Thomas Bluemelfixed a bug that caused the mouse cursor drawing incorr...
2003-08-24 Thomas Bluemelfixed bugs and completed SetCursorPos() and ClipCursor()
2003-08-24 Thomas Bluemelimplemented SetCursorPos() and GetCursorPos() and chang...
2003-08-21 Thomas Bluemelwork on system menus
2003-08-21 Thomas Bluemelsome more work on system menus
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Thomas BluemelImplemented SetWindowContextHelpId() and GetWindowConte...
2003-08-17 Thomas BluemelAdded WindowFromDC() by Philip Alldredge
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-06 Thomas BluemelSome changes for menus and unstubbed NtUserGetSystemMen...
2003-08-06 Thomas BluemelSome changes for menus and unstubbed NtUserCallNoParam...
2003-05-26 Gé van GeldorpFixes to UpdateRegion code, implement GetUpdateRgn...