Implement ShowCursor, it is a issue with quake when you moving the mouse, the mousepo...
[reactos.git] / reactos / subsys / win32k / ntuser / misc.c
2005-12-30 Magnus OlsenImplement ShowCursor, it is a issue with quake when...
2005-11-27 Brandon Turnerfall back to .default values aren't found. ntclose...
2005-11-27 Brandon TurnerDon't hardcode user to .DEFAULT when reading registry
2005-11-25 Brandon TurnerFix a typo in the header comments.
2005-11-25 Brandon TurnerRead the registry to set the wallpaper mode in in WinSta.
2005-11-08 Alex Ionescu- Update KTHREAD and KUSER_SHARED_DATA to latest versio...
2005-11-02 Gé van GeldorpReturn character heights instead of cell heights in...
2005-10-15 Hartmut BirrDon't use alloca in a macro, which may be used in a...
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-11 Gunnar Dalsnes-refcount reworking (simplification & improvement)
2005-09-08 Gunnar Dalsnes-remove hotkey lock
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-07 Gunnar Dalsnes-replace user object/handle manager with the one from...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-13 James TaborImplemented VkKeyScan, GetKeyboardTypeand GetKeyboardLa...
2005-07-09 James TaborKill debug print out.
2005-07-09 James TaborImplement DrawMenuBar.
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
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-17 Filip NavaraNow that CSRSS is getting unloaded we must unregister...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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-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-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 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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
next