Copy wininet to branch
[reactos.git] / reactos / lib / user32 / windows / defwnd.c
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-05-01 Filip NavaraFix coordinate mapping of unmodRect in DefWndDoSizeMove.
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-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-27 Royce Mitchell IIIsmall efficiency fix
2005-02-27 Filip NavaraUse unadjusted rect (the one calculated before sending...
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-13 Filip Navara- Fix compilation errors with GCC 4.0-20041205.
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-11-19 Gé van GeldorpAt least show the window when wParam is TRUE and the...
2004-09-12 Thomas Bluemelrevert the changes i accidently committed to HEAD
2004-09-12 Thomas Bluemelrewrote the gdi handle table that behaves similar 2k...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-19 Thomas Bluemeladded missing colors
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-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-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
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
next