make window parent a pointer + fix usage
[reactos.git] / reactos / subsys / win32k / ntuser / winpos.c
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
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 NavaraDo not dereference NULL pointers and this time for...
2005-07-26 Filip NavaraDo not dereference NULL pointers.
2005-07-26 Filip NavaraYet another fix to WinPosActivateOtherWindow, we should...
2005-07-26 Filip NavaraDon't steal foreground window focus from other applicat...
2005-07-26 Filip NavaraFix reverting of focus to owner windows.
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
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-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-05-01 Filip Navaratinus <o112w8r02@sneakemail.com>
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-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 NavaraDceResetActiveDCEs fixes:
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-11 Thomas Bluemel1. don't dispatch sent messages to windows during destr...
2004-11-21 Filip Navara- Use IntGdiSetRect instead of NtGdiSetRect.
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-24 Filip Navara- Don't validate parents after sending the WM_ERASEBKGN...
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 Filip Navara- Accidently commited this file with my last patch...
2004-07-14 Filip Navara- Change the prototype of DIB_*_BitBlt* functions to...
2004-06-20 Gé van GeldorpPrefer non-topmost windows when activating another...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-05-16 Thomas Bluemelfixed dereferencing bug
2004-05-13 Filip Navara- Make WinPosSearchChildren more readable.
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-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-14 Thomas Bluemelfixed major bugs in the message queue
2004-04-13 Thomas Bluemelfixed implementation of ChildWindowFromPointEx()
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-02 Thomas Bluemelimplemented GetWindowInfo()
2004-04-01 Gé van GeldorpFix interaction between topmost and owner/owned windows
2004-03-30 Gé van GeldorpImplement TOPMOST windows
2004-03-23 Gé van GeldorpCheck for valid ClientRect
2004-03-23 Thomas Bluemeldon't use the window region when minimized
2004-03-23 Thomas BluemelImplemented SetWindowRgn() and added support for window...
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 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 Filip Navara- Fixed couple of mutex locking issues.
2004-02-21 Filip Navara- Minor correction (again)
2004-02-21 Filip Navara- Minor correction
2004-02-21 Gé van GeldorpFix double release of fast mutex
2004-02-21 Filip Navara- Fixed some nonsense code in NtGdiGetDCEx.
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-19 Thomas Bluemelfixed WinPosWindowFromPoint(), now it should work properly.
2004-02-18 Richard Campbellroll back thomas's change, apparently it IS causing...
2004-02-17 Thomas Bluemelfixed WindowFromPoint() to search backwards
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-08 Filip Navara- Reclaculate window client size in NtUserSetMenu even...
2004-02-04 Gé van GeldorpSecond attempt at bug #5: reset active DCEs when window...
2004-02-03 Gé van GeldorpDeactivate last change since it can cause a FastMutex...
2004-02-02 Gé van GeldorpUpdate DC when moving a window. Fixes bug #5. Based...
2004-01-31 Thomas Bluemelfixed missing release of window objects
2004-01-21 Filip NavaraFix bug #129. Unfortunetly this causes another bug...
2004-01-18 Filip Navara- Bug fixes.
2004-01-17 Filip NavaraFix window repainting - Attempt #2
2004-01-15 Gé van GeldorpPatch by Filip Navara.
2004-01-12 Gé van GeldorpTry harder to find another window to activate, fixes...
2004-01-12 Filip NavaraFixes on paining code to get PuTTY and RegEdit working...
2003-12-28 Filip NavaraFixed mimized window repainting bug. Reported by Thomas...
2003-12-28 Gé van GeldorpValidate parent after copying bits in child
2003-12-27 Filip NavaraPainting bug fixes.
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-26 Thomas Bluemelsmall fixes
2003-12-26 Thomas Bluemelsome more fixes on minimized windows
2003-12-26 Thomas Bluemelsome fixes
2003-12-26 Thomas Bluemelsome fixes
2003-12-26 Thomas Bluemelmaximize child window to the client area of the parent...
2003-12-26 Thomas Bluemelfixed hardcoded workarea size
2003-12-23 Thomas Bluemelfixed NtUserGetClientOrigin()
2003-12-23 Thomas Bluemelsome fixes
2003-12-23 Thomas Bluemelsome fixes
2003-12-23 Thomas Bluemelfixed minimize, restore/maximize bugs
2003-12-23 Thomas Bluemelsmall fix
2003-12-23 Filip NavaraBug fixes.
2003-12-22 Filip Navara- Removed NtGdiGetSysColorBrush and modified functions...
2003-12-22 Filip Navara- Enabled CS_PARENTDC style for edit control.
2003-12-21 Thomas Bluemelminimize windows to the left-top desktop edge for now
2003-12-21 Thomas Bluemelmoved the INTERNALPOS structure to the WINDOW_OBJECT...
next