added missing colors
[reactos.git] / reactos / lib / user32 / windows / defwnd.c
2004-07-19 Thomas Bluemeladded missing colors
2004-07-07 Filip Navara- Updated system colors.
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-05-26 Thomas Bluemelselecting a new clipping region into a dc doesn't retur...
2004-05-21 Thomas Bluemeldon't clip moving rectangles to the work area for topmo...
2004-05-20 Thomas Bluemelclip to the work area when dragging a window
2004-05-13 Filip Navara- Don't allow making a window with negative dimensions...
2004-05-12 Filip Navara- Fixed the WM_SYSCOMMAND with SC_SIZE messages to...
2004-05-01 Thomas Bluemeldon't use DrawFocusFrame for thin window moving rectangles
2004-04-15 Thomas Bluemel1. move SendMessage calls out of the message queue...
2004-04-13 Thomas Bluemeldon't pass ansi strings to win32k!!!!
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-05 Thomas Bluemelclip the moving rectangle to the desktop area. This...
2004-04-05 Thomas Bluemeluse patterned dragging rectangle
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-04-02 Thomas Bluemelproperly initialize system menu items
2004-03-31 Thomas Bluemelrevert patch due to problems with image lists
2004-03-29 Thomas Bluemelupdated system colors
2004-03-29 Filip Navara- Fixed handling of WM_GETICON message.
2004-02-22 Gé van GeldorpImplement system menus
2004-01-26 Thomas Bluemelgave NtUserCall*Param decent names
2004-01-14 Gé van GeldorpScrollbar implementation
2004-01-12 Gé van GeldorpWA_* is stored in wParam, not lParam
2003-12-28 Thomas Bluemeluse DSTINVERT for DrawFocusRect() and the moving/sizing...
2003-12-28 Thomas Bluemelsome fixes on system menu handling
2003-12-26 Thomas Bluemelsmall fixes
2003-12-26 Thomas Bluemelsome fixes
2003-12-26 Thomas Bluemelsmall fix
2003-12-24 Thomas Bluemelimplemented gradient caption bars
2003-12-23 Filip NavaraBug fixes.
2003-12-22 Filip NavaraMinor work on scrollbars.
2003-12-20 Thomas BluemelDefWndHandleSetCursor() sets default cursor for maximiz...
2003-12-19 Thomas Bluemelimplemented maximize/restore and minimize buttons for...
2003-12-11 Gé van GeldorpFix COLOR_3DLIGHT SysColour (or SysColor for our US...
2003-12-10 Thomas Bluemelremoved the WM_MDICREATE case from DefWindowProc becaus...
2003-12-10 Richard Campbellimplemented WM_MDICREATE
2003-12-08 Filip NavaraImplementation of ScrollWindow, ScrollWindowEx, ScrollD...
2003-11-09 Filip Navara- Implemented NtUserDefSetText and NtUserInternalGetWin...
2003-11-08 Martin Fuchs* windows/defwnd.c Fixed WM_GETTEXT error handling...
2003-11-02 Filip Navara- Basic MDI support ported from Wine.
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-10-23 Thomas Bluemelclip the cursor while moving/sizing windows
2003-10-19 Filip Navara- Fixed GetFullPathNameA and debug message in GetFullPa...
2003-10-17 Thomas Bluemelimplemented basic drawing of carets
2003-10-16 Thomas Bluemelinitial implementation of carets
2003-10-08 Thomas Bluemeldon't draw caption icon if not needed
2003-10-07 Gé van GeldorpReserve space for terminating NUL character in window...
2003-10-07 Thomas Bluemelfixed bug in drawing the window caption
2003-10-04 Thomas Bluemel1.fixes drawing thin and dialog captions
2003-10-04 Thomas Bluemelfixes in DefWndNCCalcSize() and other small fixes
2003-10-03 Gé van Geldorp- Pass correct coordinates in WM_MOVE
2003-10-01 Thomas Bluemeldisable DbgPrints
2003-09-29 Thomas Bluemelfixed passing a wrong parameter to GetWindowLong()
2003-09-26 Gé van Geldorp- Incomplete implementation of ReleaseDC()
2003-09-21 Gé van GeldorpFix some coordinate system mismatches
2003-09-11 Gé van GeldorpHandle WM_CTLCOLOR* messages
2003-09-10 Gé van GeldorpFix caption text width
2003-09-09 Gé van GeldorpFixes to WinPosSetWindowPos() and the routines it depen...
2003-09-08 Thomas Bluemelfixed drawing the window frame so there's a line betwee...
2003-09-08 Thomas Bluemelchanges in this patch by Jonathon Wilson:
2003-09-08 Thomas Bluemeladded hittesting for scrollbars and fixed passing the...
2003-09-07 Eric KohlFixed COLOR_WINDOWFRAME and COLOR_WINDOW system color...
2003-09-07 Thomas Bluemeladded syscall NtUserGetScrollInfo() and fixed nonclient...
2003-09-07 Thomas Bluemelrenamed and fixed a few functions regarding scrollbars
2003-09-06 Thomas Bluemelfixed disabled caption buttons bug
2003-09-06 Thomas Bluemelbetter handling of caption buttons
2003-08-31 Richard Campbell- size of the close bitmap is now 16x14, i'd like to...
2003-08-29 Gé van GeldorpAllocate space for terminating NUL of window text
2003-08-29 Gé van GeldorpVarious fixes by Filip Navara
2003-08-20 Gé van GeldorpHandle system color background brushes
2003-08-20 Andrew Greenwood* Made a start on a few user32 stubs
2003-08-20 Andrew Greenwood* Implemented handling for DC_INBUTTON and DC_SMALLCAP...
2003-08-20 Andrew GreenwoodDrawCaption() now works, and is called (unsurprisingly...
2003-08-16 Gé van GeldorpFix test for WindowTextAtom
2003-08-15 Gé van GeldorpRevert most of last change
2003-08-15 Gé van GeldorpHandle SysColor background brushes
2003-08-15 Richard Campbell- Remove nonclient.c (not used)
2003-08-15 Richard CampbellNow use GetActiveWindow() to set the active flag.
2003-08-15 Andrew GreenwoodThis commit mostly adds DbgPrint() statements to places...
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-06 Thomas Bluemelsome work on menus
2003-08-06 Thomas BluemelSome changes for menus and unstubbed NtUserGetSystemMen...
2003-08-06 Thomas BluemelSome changes for menus and unstubbed NtUserCallNoParam...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-03 Richard CampbellRemoved duplicate code for drawing min/max/close button...
2003-07-27 David Welch- Made a start on implemented window moving.
2003-07-26 David WelchAdded some code from wine from menus.
2003-07-10 Casper Hornstrup2003-07-10 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-05 Casper Hornstrup2003-07-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-07-05 Casper Hornstrup2003-07-05 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-24 Richard CampbellSome small fixes...more soon
2003-06-14 Gé van GeldorpDo not delete WindowTextAtom on WM_NCDESTROY, default...
2003-05-29 Gé van GeldorpFix WM_GETTEXT handling
2003-05-26 Richard CampbellSyncing my changes with tree
2003-05-25 Richard CampbellSmall visual fixes, more coming soon.
2003-05-25 Richard CampbellSeveral small bug fixes, nothing important
2003-05-19 Gé van GeldorpHandle SetWindowText() across Unicode/Ansi conversions
2003-05-19 Gé van GeldorpImplement GetSysColor()
2003-05-12 Jason FilbyUNIMPLEMENTED put in unimplemented functions
next