Fix RtlQueryAtomInAtomTable and add regression tests
[reactos.git] / reactos / subsys / win32k / ntuser / class.c
2005-09-23 Gé van GeldorpFix RtlQueryAtomInAtomTable and add regression tests
2005-09-22 Gé van GeldorpReturn atom length when requested. Fixes bug 793.
2005-09-20 Filip NavaraSupport GCW_ATOM in GetClassLong.
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-06 Gunnar Dalsnesnaming changes:
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
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-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-26 Filip Navara- Fix size returned by NtUserGetClassInfo.
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-11 Thomas Bluemelsilence some debug output
2004-12-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
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-21 Hartmut Birr- Fixed the access to an uninitialized variable in...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-05-27 Thomas Bluemelfixed missing class dereferencings and store a list...
2004-05-23 Thomas Bluemelignore the hInstance field while searching classes...
2004-05-17 Filip Navara- Fixed Window Class menu handling that I broke with...
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-13 Filip Navara- Don't pass garbage to RtlQueryAtomInAtomTable. It...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-05 Thomas BluemelFixed a crash caused by requesting a large number...
2004-03-09 David Welch- Fixed check for an out of range index in {Get/Set...
2004-02-24 Thomas Bluemelcleanup
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-11 Filip Navara- Return more correct error codes from NtUserRegisterCl...
2003-12-22 Filip Navara- Removed NtGdiGetSysColorBrush and modified functions...
2003-12-07 Thomas Bluemeladded check for hInstance in UnregisterClass()
2003-12-07 Thomas Bluemelimplemented UnregisterClass()
2003-12-07 Filip NavaraWindow classes/Atom fixes
2003-11-24 Gé van GeldorpSilence debug messages
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-10-28 Gé van GeldorpCheck for double class registration and implement Get...
2003-10-22 Filip Navara- Removed commented-out code from FillRect to prevent...
2003-09-14 Hartmut Birr- Fixed the length for the allocated buffer in IntGetCl...
2003-08-19 Thomas Bluemelfixed NtUserGetClassInfo() and GetClassInfoExA/W()
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-19 Thomas Bluemelminor fixes
2003-08-19 Thomas Bluemelfixed some bugs in GetClassInfoExA/W()
2003-08-18 Thomas Bluemelfixed GetClassInfoExA/W() and CreateWindowExA/W()
2003-08-14 Royce Mitchell IIIpatch by Jonathon Wilson - fix bug in SetClassLong...
2003-08-13 Casper Hornstrup2003-08-13 Casper S. Hornstrup <chorns@users.sourcefo...
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-11 Gé van GeldorpRepairs to WNDPROC and class handling by Jonathan Wilson
2003-08-09 James TaborThis implements GetClassInfo
2003-08-08 Royce Mitchell IIIpatch by Jonathon Wilson - complete implemenation of...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-06 Thomas Bluemelmore work on window classes and RegisterClass[Ex] by...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Gunnar Dalsnes-W32k/NtUser separation
2003-07-27 David Welch- RegisterClassExA: Don't try to convert a class name...
2003-07-11 Casper Hornstrup2003-07-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-16 Gé van GeldorpIntroduce WNDCLASS(EX)A/W
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-03 Gé van GeldorpFix GetDC(NULL), not complete yet
2002-10-31 David WelchImplemented mouse messages.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-16 David Welch2002-08-16 David Welch <welch@computer2.darkstar...
2002-07-17 David WelchFixed some bugs.
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-14 Jason FilbyBugfix: correct memory allocation calculation
2002-06-14 Jason FilbyGuiCheck for NtUserRegisterClassExWOW
2002-06-11 David Welch2002-06-11 David Welch <welch@whitehall1-5.seh.ox...
2002-01-27 David WelchMore user work
2002-01-13 David WelchBegan work on message queue and default window procedure
2001-07-06 Rex Jolliffadded object handling routines for user objects in...
2001-06-12 Casper HornstrupWindow stations and desktops