indent with astyle v1.15.3: --style=ansi -c -s3 -S --convert-tabs
[reactos.git] / reactos / subsys / win32k / ntuser / desktop.c
2005-09-07 Gunnar Dalsnesindent with astyle v1.15.3: --style=ansi -c -s3 -S...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-08-08 Thomas Bluemelpass the correct access mode to ObOpenObjectByName
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-26 Thomas Bluemel- don't use the UNIMPLEMENTED macro in ObFindHandleForO...
2005-06-26 Alex IonescuImitate NT and set some of the private object info...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-19 Alex IonescuFix one of the added hacks. ObpCreateHAndle not exporte...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
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-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-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
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 (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
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-10 Filip Navara- Move desktop code from NtUserUpdatePerUserSystemParam...
2004-12-06 Filip Navara- Basic implementation of (NtUser)UpdatePerUserSystemPa...
2004-12-05 Filip Navara- Change DPRINT1 to DPRINT in NtUserCreateDesktop.
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-06 Gé van GeldorpUse correct context.
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-09-15 Martin FuchsPaintDesktop(): print system version on desktop background
2004-08-17 Thomas Bluemelremove debug output
2004-08-17 Thomas Bluemeladded very basic support for desktop wallpapers
2004-08-08 Thomas Bluemelserialize gui switching and switching the focus message...
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-09 Gé van GeldorpFindWindow() should search the threads desktop, not...
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-05-28 Gé van GeldorpClean up calls from win32k to csrss
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-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-02-21 Filip Navara- Fixed some nonsense code in NtGdiGetDCEx.
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2003-12-26 Thomas Bluemelfixed hardcoded workarea size
2003-12-26 Thomas Bluemelfixed hardcoded workarea size
2003-12-22 Filip Navara- Removed NtGdiGetSysColorBrush and modified functions...
2003-12-13 Gé van GeldorpFix rectangle computation in NtUserPaintDesktop() and...
2003-12-12 Thomas Bluemelimplemented GetThreadDesktop()
2003-12-12 Thomas Bluemelmoved IntGetDesktopWindow() to desktop.c and a few...
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c