remove relatives lock, window props lock, classes locks, thread window lock, menu...
[reactos.git] / reactos / subsys / win32k / ntuser / window.c
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-07-26 Filip NavaraDon't allow setting menu for child windows in IntSetMenu.
2005-07-25 Alex Ionescu - Message Queue Fix, resolves a number of application...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-20 Gé van GeldorpYou can ask for e.g. GWL_STYLE for the desktop window,
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>:
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-23 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-02-19 Thomas Bluemelsilence debug message
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
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-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
2004-12-13 Thomas Bluemelrevert some of the changes i did to IntDestroyWindow()
2004-12-12 Thomas Bluemelunmark dirty windows on destruction so no painting...
2004-12-12 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Filip Navara- Don't call IntReleaseWindowObject with handle.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
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 Bluemelsilence debug message
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-15 Gé van GeldorpCreate Int versions of Rect functions
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-07-26 James TaborPatch for fixing EnumThreadWindows.
2004-07-24 Filip Navara- Fix WS_CAPTION style handling.
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-14 Steven EdwardsWarn rather than bail on HWND_MESSAGE windows
2004-07-09 Gé van GeldorpFindWindow() should search the threads desktop, not...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-22 Royce Mitchell IIIsmall bugfix - debug/release inconsistency - found...
2004-06-20 Filip Navara- Fixed very stupid bug with pointer handling in NtUser...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-06-19 Filip Navara- Fixed NtUserDestroyWindow to correctly destroy owned...
2004-06-16 Gé van GeldorpMarshall WM_CREATE/WM_NCCREATE messages
2004-05-27 Thomas Bluemelfixed missing class dereferencings and store a list...
2004-05-19 Thomas Bluemelset proper lasterror code in RegisterWindowMessage()
2004-05-19 Thomas Bluemelfixed RegisterWindowMessage()
2004-05-16 Filip NavaraWindow Class handling fixes:
2004-05-14 Filip Navara- Modify DPRINTs to print window styles in hexadecimal...
2004-05-12 Filip Navara- Print class name in DPRINT1 in NtUserFindWindowEx.
2004-05-10 Thomas Bluemeltake back changes to window styles, they broke our...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-08 Thomas Bluemelassign even more styles for overlapped windows
2004-05-08 Thomas Bluemelminor fixes
2004-05-08 Thomas Bluemelsilence debug messages
2004-05-08 Thomas Bluemelfixed handling of CW_USEDEFAULT with CreateWindow(Ex)()
2004-05-05 Thomas Bluemelrewrote NtUserBuildHwndList()
2004-05-02 Thomas Bluemelimplemented IsWindowInDestroy()
2004-05-01 Thomas Bluemelimplemented AnyPopup()
2004-04-29 Gé van GeldorpReturn NULL only in error case
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-17 Thomas Bluemelfixed some scrollbar issues
2004-04-14 Thomas Bluemelrewrote NtUserFindWindowEx() so it works as it's suppos...
2004-04-14 Thomas Bluemelfixed major bugs in the message queue
2004-04-13 Thomas Bluemellittle fix
2004-04-13 Thomas Bluemelfixed implementation of ChildWindowFromPointEx()
2004-04-13 Thomas Bluemelfixed crashes caused by an invalid pointer
2004-04-13 Thomas Bluemelproperly free unicode string
2004-04-13 Thomas Bluemeldon't pass ansi strings to win32k!!!!
2004-04-10 Filip Navara- Implement FindWindowEx for case when ClassName =...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-02 Thomas Bluemelpartially implemented IsHungAppWindow()
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-03-31 Thomas Bluemelfixed NtUserGetAncestor()
2004-03-31 Gé van GeldorpIntGetParentObject() does it's own locking, prevent...
2004-03-31 Gé van GeldorpRemove window timers when window is destroyed
2004-03-30 Gé van GeldorpFix IntIsChildWindow for case where parent is a topleve...
2004-03-30 Gé van GeldorpImplement TOPMOST windows
2004-03-28 Thomas BluemelPartly (not working) implementation of TransparentBlt()
2004-03-23 Thomas BluemelImplemented GetWindowRgn() and GetWindowRgnBox()
2004-03-23 Thomas BluemelImplemented SetWindowRgn() and added support for window...
2004-03-13 Gé van GeldorpDelay unlinking of windows until after all messages...
2004-03-09 David Welch- Fixed check for an out of range index in {Get/Set...
2004-02-27 Thomas Bluemelminor fix to SetParent()
2004-02-27 Thomas Bluemelfixed missing window dereference
2004-02-27 Thomas Bluemelfixed missing window dereference
2004-02-26 Thomas Bluemelfixed crashes that could be caused by the thread cleanu...
2004-02-24 Thomas Bluemelfixed WindowFromPoint() to send WM_NCHITTEST messages...
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-22 Gé van GeldorpImplement system menus
next