window parent handle -> pointer adaptions
[reactos.git] / reactos / subsys / win32k / ntuser / painting.c
2005-09-06 Gunnar Dalsneswindow parent handle -> pointer adaptions
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
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-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-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-02 Filip NavaraFix Alex's completely wrong fix for NtUserScrollWindowE...
2005-05-02 Alex IonescuDon't call internal function which checks parameters...
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-27 Filip Navara- Rewrite NtUserGetUpdateRect. It should return TRUE...
2005-03-21 Filip Navara- Move WINDOWOBJECT_NEED_INTERNALPAINT flag handling...
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-19 Thomas Bluemeldon't pass NULL handles to NtGdiCombineRgn
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-01-30 Filip NavaraAttempt to solve the imfamous WM_NCPAINT handle leak...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-04 Filip Navara- Set the ownership of NCUpdateRegion before returning...
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-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-09 Filip Navara- Handle UnsafeRect == NULL case in NtUserGetUpdateRect.
2004-05-15 Gé van GeldorpOnly split update region into client and non-client...
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-29 Gé van GeldorpImplement DDE Execute:
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-03-23 Thomas Bluemeldon't use the window region when minimized
2004-03-23 Gé van GeldorpImplement GetUpdateRect() and harden NtUserGetUpdateRect()
2004-03-22 Thomas Bluemelfixed a couple of dead-locks in the region code
2004-03-13 Gé van GeldorpMark update regions as global objects, to prevent their...
2004-02-29 Filip Navara- Fixed GDI handle leak.
2004-02-24 Thomas Bluemelcleanup
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-22 Filip Navara- Added some strange behaviour to VIS_ComputeVisibleRegion.
2004-02-21 Filip Navara- Fixed deadlock in IntFindWindowToRepaint.
2004-02-21 Filip Navara- Fixed releasing of window object in IntValidateParent...
2004-02-21 Filip Navara- Minor correction
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
2004-02-04 Gé van GeldorpFix race condition when one thread changes the update...
2004-02-03 Filip Navara- Fix NtUserScroll[WindowEx/DC]
2004-02-01 Filip Navara- Resolve two GDI handle leaks
2004-01-21 Filip Navara- Don't mix device and logical coordinates in NtUserBeg...
2004-01-18 Filip Navara- Bug fixes.
2004-01-17 Filip NavaraFix window repainting - Attempt #2
2004-01-13 Filip NavaraRemoved some nonsense code that has no effect.
2004-01-12 Filip NavaraTemporary reverted my last painting change before I...
2004-01-12 Filip NavaraFixes on paining code to get PuTTY and RegEdit working...
2004-01-10 Gé van GeldorpUse IntLPtoDP instead of NtGdiLPtoDP since kernel addre...
2003-12-30 Thomas Bluemelfixed IntFindWindowToRepaint() so it only returns handl...
2003-12-30 Thomas Bluemelfixed IntIsWindowDrawable()
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-23 Thomas Bluemelfixed NtUserGetClientOrigin()
2003-12-23 Filip NavaraAppearance bug fixes.
2003-12-22 Filip Navara- Enabled CS_PARENTDC style for edit control.
2003-12-18 Thomas BluemelIntFindWindowToRepaint() only returns window handles...
2003-12-18 Thomas Bluemelsmall fix
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-12-13 Thomas Bluemelfixed NtGdiGetClipBox()
2003-12-12 Thomas Bluemelmoved IntGetDesktopWindow() to desktop.c and a few...
2003-12-08 Filip NavaraImplementation of ScrollWindow, ScrollWindowEx, ScrollD...
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Thomas Bluemelfixed releasing window object
2003-12-06 Filip NavaraBugfixes
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-25 Gé van GeldorpAvoid message about invalid GDI object
2003-11-21 Filip Navara- Fixed multiwin.exe painting problem.
2003-11-21 Filip Navara- More painting bugfixes.
2003-11-20 Filip Navara- More painting bugfixes. Still many bugs are left :-(
2003-11-19 Filip Navara- Painting bugfixes.
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-09-11 Gé van GeldorpFixed typo
2003-09-09 Gé van GeldorpProperly offset client-relative update rectangle
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-08-28 Gé van GeldorpSilence debug messages
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-15 Andrew GreenwoodThis commit mostly adds DbgPrint() statements to places...
2003-08-11 Royce Mitchell IIIwarnings, warnings, everywhere.... but not so many...
2003-08-11 Gunnar Dalsnes-WinStaLock is now WinLock & made global
2003-08-06 David Welch- Allow painting of the desktop window (why was this...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Gunnar Dalsnes-W32k/NtUser separation
next