make window parent a pointer + fix usage
[reactos.git] / reactos / subsys / win32k / include / window.h
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
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-15 Gregor AnichImprove the WNDOBJ implementation a bit... There are...
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
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-05-27 Thomas Bluemelfixed missing class dereferencings and store a list...
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-04-17 Thomas Bluemelfixed some scrollbar issues
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-22 Thomas Bluemelfixed a couple of dead-locks in the region code
2004-02-26 Thomas Bluemelfixed crashes that could be caused by the thread cleanu...
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-04 Gé van GeldorpFix race condition when one thread changes the update...
2003-12-27 Filip NavaraPainting bug fixes.
2003-12-26 Thomas Bluemelsome fixes
2003-12-21 Thomas Bluemelmoved the INTERNALPOS structure to the WINDOW_OBJECT...
2003-12-20 Thomas Bluemelpartially implemented WM_SETCURSOR messages
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
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-11-30 Filip NavaraWork on activation/focus.
2003-11-21 Filip Navara- More painting bugfixes.
2003-11-20 Filip Navara- More painting bugfixes. Still many bugs are left :-(
2003-11-20 Thomas Bluemel1. fixed SetProp()
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-11 Filip Navara- Removed 'Parameters' member of WINDOW_OBJECT structur...
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-02 Filip Navara- Bugfixes and cleanup.
2003-10-29 Filip Navara- Fixed few more bugs reported by Wine user32 window...
2003-10-25 Filip Navara- Better implementation of window non-client area funct...
2003-10-22 Gé van GeldorpFix window destruction on thread termination
2003-10-18 Filip Navara- Fixed registry entries for Explorer (once more)
2003-09-13 Thomas Bluemelfixed the hMenu parameter in CreateWindowEx so that...
2003-08-21 Thomas Bluemelreorganized window.c
2003-08-21 Thomas Bluemelinitial support for system menus
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Thomas BluemelImplemented SetWindowContextHelpId() and GetWindowConte...
2003-08-11 Gunnar Dalsnes-WinStaLock is now WinLock & made global
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Gunnar Dalsnes-W32k/NtUser separation
2003-08-03 Royce Mitchell IIIfixed declarations for W32kSetProp & W32kGetProp to...
2003-08-02 Gunnar Dalsnes-W32k/NtUser separation
2003-08-01 David Welch- Check the validity of the window handle before callin...
2003-07-27 David Welch- Made a start on implemented window moving.
2003-07-25 Gunnar DalsnesNtUser-/W32kGetWindowThreadProcessId impl.
2003-07-05 Casper Hornstrup2003-07-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-23 Richard CampbellImplement GetDesktopWindow()
2003-05-18 Gé van GeldorpRemove WINDOWOBJECT_NEED_BEGINPAINT flag since calling...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-17 Gé van GeldorpImplement SetWindowLong() and refine implementation...
2002-11-24 Jason FilbyInitial scrollbar code
2002-09-17 David WelchMisc. user fixes.
2002-09-03 David WelchImplemented part of window properties support
2002-09-01 David WelchDon't reinitialize the VGA on an enable surface if...
2002-08-26 David WelchFixes for painting.
2002-08-24 Jason FilbyInitial code for NtUserGetDC
2002-07-17 David WelchFixed some bugs.
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-05-06 David WelchSome additions to the USER code; nothing is working...
2001-06-12 Casper HornstrupWindow stations and desktops