Changes for multiple window support
[reactos.git] / reactos / subsys / win32k / ntuser / window.c
2003-07-17 Gé van GeldorpChanges for multiple window support
2003-07-11 Casper Hornstrup2003-07-11 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-10 Casper HornstrupJoakim Asplund <joakim_asplund@spray.se>
2003-07-07 James TaborImplement NtUserQueryWindow
2003-07-06 KJK::Hyperion - apps/utils/tickcount/tickcount.c: corrected assertion
2003-07-05 Casper Hornstrup2003-07-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-25 Gé van GeldorpOn thread termination, destroy all windows owned by...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-16 Gé van GeldorpHandle NULL window name
2003-06-15 Richard CampbellImplemented FindWindowEx, it's untested, but the code...
2003-06-14 Gé van GeldorpPartial implementation of DestroyWindow(), handling...
2003-06-05 Marty DillSend WM_STYLECHANGING/WM_STYLECHANGED when setting...
2003-06-03 Jurgen van GaelImplemented NtUserGetAncestor with GA_ROOT flag, stops...
2003-05-31 Gé van GeldorpFix some bugs relating to child windows
2003-05-26 Richard CampbellSyncing my changes with tree
2003-05-23 Richard CampbellActually, compile errors, let me fix first.
2003-05-23 Richard CampbellOkay, NtUserFineWindowEx bug fixed.
2003-05-23 Richard Campbell- Implemented FindWindowEx*() (it was already implemen...
2003-05-23 Richard CampbellImplement GetDesktopWindow()
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-17 Gé van GeldorpWhen sending WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANG...
2003-05-17 Gé van GeldorpImplement SetWindowLong() and refine implementation...
2003-05-12 Gé van GeldorpImplemented IsWindow()
2003-05-02 Gé van GeldorpImplemented NtUserRegisterWindowMessage
2003-03-28 Richard CampbellFixes a client area issue in winemine and other apps.
2003-03-24 Richard CampbellImplemented UpdateWindow()
2003-03-24 Richard Campbell- Proper implementation of NtUserMoveWindow()
2003-03-22 Richard CampbellAllocated space for the menu
2003-03-22 Richard CampbellAllocate space for menu in MoveWindow, will filter...
2003-03-20 Gé van GeldorpInitialize FastMutex before it's used
2003-03-18 Gé van GeldorpPass NTSTATUS return code from NtUser functions and...
2003-03-18 Richard CampbellImplemented RedrawWindow()
2003-03-16 Richard Campbell- Updated obm_close
2003-03-14 Eugene IngermanAdded safe copy from user.
2003-03-12 Richard CampbellWindows are activated when created. This is actually...
2003-03-12 Richard CampbellSmall bugfix
2003-03-12 Richard CampbellImplemented MoveWindow()
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-03-07 Richard CampbellImplemented MoveWindow and SetWindowPos, SetWindowPos...
2003-03-06 Gé van GeldorpSwitch back to the command prompt when you press the...
2003-03-06 Gé van GeldorpGetClientRect implementation by Tim Jobling
2003-03-04 Richard CampbellImplemented GetWindowDC()
2003-03-03 Richard CampbellAdded GWL_ID to NtUserGetWindowLong. Not implemented...
2003-01-24 Jason FilbyScrollbar improvements
2002-12-21 Jason FilbyScrollbar improvements
2002-10-31 David WelchImplemented mouse messages.
2002-09-17 David WelchMisc. user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
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-31 David WelchNon-client painting fixes.
2002-08-30 David WelchImplemented GetAncestor and IsWindowVisible
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-06-18 David Welch2002-06-18 David Welch <welch@whitehall1-5.seh.ox...
2002-05-06 David WelchSome additions to the USER code; nothing is working...
2002-01-27 David WelchMore user work
2002-01-13 David WelchBegan work on message queue and default window procedure
2001-08-28 Jason FilbyRemove ugly hack for the current display DC
2001-07-06 Rex Jolliffadded object handling routines for user objects in...
2001-06-12 Casper HornstrupWindow stations and desktops