fix bug 838 (Sol.exe is missing it's menubar)
[reactos.git] / reactos / subsys / win32k / ntuser / window.c
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
2004-02-22 Filip Navara- Prevent double unlinking of window.
2004-02-22 Filip Navara- Fixed couple of mutex locking issues.
2004-02-21 Filip Navara- Fixed my use of IntIsWindowVisible, it takes HWND...
2004-02-21 Filip Navara- Fixed some nonsense code in NtGdiGetDCEx.
2004-02-19 Thomas Bluemeladded pool tags for better debugging
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-15 Gé van GeldorpTop level windows have menus, child windows have IDs
2004-02-15 Gé van GeldorpImplement menu handling
2004-02-08 Filip Navara- Reclaculate window client size in NtUserSetMenu even...
2004-02-04 Gé van GeldorpFix race condition when one thread changes the update...
2004-02-04 Richard Campbellimplemented ChildWindowFromPoint(Ex)
2004-01-27 Thomas Bluemelrelease window object when destroying window children...
2004-01-27 Thomas BluemelGetAncestor() doesn't set a last-error if the handle...
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
2003-12-26 Gé van GeldorpMarshall messages across process boundaries (not comple...
2003-12-23 Thomas Bluemelfixed minimize, restore/maximize bugs
2003-12-23 Filip NavaraBug fixes.
2003-12-22 Thomas Bluemelsmall fix in NtUserGetWindowPlacement()
2003-12-22 Filip Navara- Enabled CS_PARENTDC style for edit control.
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
2003-12-18 Gé van GeldorpFix the error in the original implementation of Unicode...
2003-12-17 Filip NavaraUnicodifity of window shouldn't be determined by unicod...
2003-12-17 Thomas Bluemelfixed destroying child windows and some fixes on menus
2003-12-17 Thomas Bluemelfixed dereferencing of child window objects in IntDestr...
2003-12-16 Thomas Bluemeldeny destroying a window that does not belong to the...
2003-12-14 Filip Navara- Implementation of [NtUser]GetClipboardFormatName...
2003-12-14 Thomas Bluemeldereference thread in NtUserBuildHwndList()
2003-12-14 Filip Navara- Separation of clipboard routines in win32k.
2003-12-14 Gé van GeldorpWhen sending messages to a window in the same thread...
2003-12-12 Thomas Bluemelmoved IntGetDesktopWindow() to desktop.c and a few...
2003-12-12 Thomas Bluemeldon't unlink a window that has no parent window
2003-12-12 Gé van GeldorpIncomplete implementation of hooks
2003-12-10 Thomas Bluemelstore ShellWindow and ShellListView handle in window...
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 Bluemelimplemented UnregisterClass()
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-12-07 Filip NavaraWindow classes/Atom fixes
2003-12-02 Filip Navara- Attempt to fix window activation bugs reported by...
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-25 Gé van GeldorpSwitch screen to graphics mode when the first window...
2003-11-24 Thomas Bluemelmoved IntIsMenu() to menu.c
2003-11-24 Art YerkesSorry, did a bad commit on this file. Reverting to...
2003-11-24 Art YerkesThese changes are described in earlier posts to the...
2003-11-23 Thomas Bluemelmoved IntIsMenu() to menu.c
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
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-20 Thomas Bluemel1. fixed SetProp()
2003-11-20 Filip Navara- Painting bugfixes.
2003-11-19 Filip Navara- Painting bugfixes.
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-12 Royce Mitchell IIIrevert Filip's fix per Filip & Jonathon
2003-11-11 Thomas Bluemel1.added a simple test application for hotkeys
2003-11-11 Filip Navara- Removed 'Parameters' member of WINDOW_OBJECT structur...
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-09 Filip Navara- Implemented NtUserDefSetText and NtUserInternalGetWin...
2003-11-08 Gé van Geldorp- Move DRIVER_UnreferenceDriver call to DC_InternalDele...
2003-11-03 Eric KohlImplemented hotkey support.
2003-11-02 Filip Navara- Bugfixes and cleanup.
2003-10-30 Mark TempelUpdate to implement NtUserWindowFromPoint:
2003-10-29 Filip Navara- Fixed few more bugs reported by Wine user32 window...
2003-10-29 Filip Navara- Fixed more bugs reported by Wine user32 window test...
next