Fix the USER32 DLL initialization and cleanup routines to prevent memory/resource...
[reactos.git] / reactos / lib / user32 / windows / nonclient.c
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-06-19 Filip NavaraCleanup header usage in USER32.
2005-06-19 Filip Navara(Re)move USER32 headers from include/user32.
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
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-21 Filip NavaraCorrectly draw the titlebar as active or inactive durin...
2005-03-21 Filip Navara- Cleanup DefWndDoButton function.
2005-03-15 Filip NavaraCleanup misleading code.
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-09 Filip Navara- Display window icon only if there is any.
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-05-22 Thomas Bluemel1. reverted my last change to SendMessageTimeout()...
2004-05-20 Thomas Bluemelfixed handling of caption buttons
2004-05-12 Filip Navara- Fixed the WM_SYSCOMMAND with SC_SIZE messages to...
2004-04-26 Thomas Bluemelfixed hittest calculation
2004-04-23 Thomas Bluemelfixed calculation of the non-client-area when WS_BORDER...
2004-04-17 Thomas Bluemelfixed some scrollbar issues
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-13 Thomas Bluemeldirectly get the window text when drawing the caption bar
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-05 Filip Navara- Get the WS_EX_STATICEDGE style working.
2004-03-25 Gé van GeldorpDon't reserve space for empty menubar
2004-03-15 Gé van Geldorp- Add arrows for popup submenus
2004-03-09 Gé van GeldorpCorrect menu bars for windows not originating at top...
2004-02-22 Gé van GeldorpImplement system menus
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-10 Thomas Bluemelfixed behaviour of sizing grip (2)
2004-02-10 Thomas Bluemelfixed behaviour of sizing grip
2004-02-09 Thomas Bluemeluse GradientFill() for gradient captions
2004-02-08 Filip Navara- Minor correction to hit testing algorithm
2004-01-26 Thomas Bluemelimplemented multiline menu bars
2004-01-26 Thomas Bluemel1. implemented MenuItemFromPoint()
2004-01-23 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-21 Filip Navara- Don't mix device and logical coordinates in NtUserBeg...
2004-01-15 Thomas BluemelDraw window icons into the title bar.
2004-01-15 Gé van GeldorpPatch by Filip Navara.
2004-01-14 Gé van GeldorpScrollbar implementation
2003-12-28 Thomas Bluemelsome fixes on system menu handling
2003-12-27 Thomas Bluemeldon't draw menu bar and scrollbars when minimized
2003-12-27 Filip NavaraFixed calculating client area size for minimized windows.
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 Bluemeldon't maximize windows that don't have a maximize butto...
2003-12-26 Thomas Bluemelsmall fix
2003-12-24 Thomas Bluemelimplemented gradient caption bars
2003-12-23 Thomas Bluemelsmall fix
2003-12-23 Filip NavaraAppearance bug fixes.
2003-12-22 Filip NavaraMinor work on scrollbars.
2003-12-21 Filip NavaraBug fixes.
2003-12-21 Thomas Bluemelsmall fixes
2003-12-20 Filip NavaraFixed many problems with WS_EX_TOOLWINDOW windows.
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
2003-11-30 Filip NavaraWork on activation/focus.
2003-11-25 Gé van GeldorpFix DC leak
2003-11-21 Thomas Bluemelfixed hittest code to return HTBORDER if it's not a...
2003-11-18 Filip Navara- Rewritten painting implementation (not complete yet...
2003-11-09 Filip Navara- Moved GetFocus, DrawCaptionTemp[AW], DrawMenuBarTemp...
2003-11-02 Filip Navara- Bugfixes and cleanup.
2003-11-01 Filip Navara- Small bugfixes.
2003-10-26 Filip Navara- Small bugfixes.
2003-10-26 Filip Navara- Fixed placement of window caption buttons.
2003-10-25 Filip Navara- Better implementation of window non-client area funct...
2003-08-15 Richard Campbell- Remove nonclient.c (not used)
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-05-12 Jason FilbyUNIMPLEMENTED put in unimplemented functions
2002-09-03 David WelchImplemented part of window properties support
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-28 Jason FilbyInitial nonclient code