Fix win32k build errors so HEAD can build again, although most are caused by poor...
[reactos.git] / reactos / subsys / win32k / objects / dc.c
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-07-26 Filip NavaraAdd check for global handles to NtGdiDeleteDC, this...
2005-07-26 Thomas Bluemelremoved some MmCopyTo/FromCaller calls from win32k...
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-30 Filip NavaraDon't lock the primary surface just to get info we...
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Hervé PoussineauSilent debug message
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-27 Magnus Olsenfix stupied Ret uninitialized in IntChangeDisplaySettin...
2005-05-26 Magnus Olsenpartially implemented fullscreen in changedisplay setting
2005-05-26 Magnus OlsenFix more bugs in change display. when you press on...
2005-05-24 Magnus OlsenChangeDisplay
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Steven Edwardsremove 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-25 Hervé PoussineauImplement IntChangeDisplaySettings in a crappy way...
2005-03-19 Filip Navara- Replace the ColorMap pointer in BITMAPOBJ with palett...
2005-03-15 Gregor AnichImprove the WNDOBJ implementation a bit... There are...
2005-03-15 Filip NavaraFix debug messages.
2005-03-08 Gé van GeldorpUse GDIINFO values instead of DEVMODE values
2005-03-07 Gé van GeldorpImplement Information Contexts
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi
2005-02-05 Gé van GeldorpConvert ROP2 to MIX when calling driver
2005-02-05 Gregor AnichChange WNDOBJ implementation a bit to make the NVIDIA...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-13 Royce Mitchell IIIBUGFIX: unhandled error conditions IntGdiCreateDC()
2004-12-12 Royce Mitchell IIIBUGFIX: NtGdiGetDeviceCaps() called NtGdiEscape() with...
2004-12-12 Thomas Bluemel* Implement EnumDisplayDevicesA
2004-12-12 Thomas Bluemelfixed problems with mouse cursor handling
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-12-07 Royce Mitchell IIIremoved an ASSERT that occured when system ran out...
2004-11-16 Gregor AnichSimple implementation of some multi-monitor APIs.
2004-08-03 Gregor AnichImplement NtUserEnumDisplaySettings/IntEnumDisplaySettings.
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-17 Thomas Bluemelsimplified assigning DDI functions
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-14 Filip Navara- Change the prototype of DIB_*_BitBlt* functions to...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-07-03 Filip Navara[Sorry for too many changes in one patch, but it's...
2004-06-29 Gé van GeldorpUse DIB bitfields to create palette at > 8 bpp
2004-06-28 Filip Navara- Fixed more color handling issues (mostly incorrect...
2004-06-20 Filip Navara- Allocate memory from PagedPool instead of NonPagedPoo...
2004-06-18 Filip NavaraChangelog:
2004-05-30 Thomas Bluemellittle GDI speed improvements
2004-05-26 Thomas Bluemelfixed returning uninitialized variable in NtGdiSelectVi...
2004-05-14 Filip Navara- Fix ExtSelectClipRgn and some other clipping functions.
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-04-28 Filip Navara- Simplified handling of palettes selected into device...
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-25 Thomas Bluemelimplemented GetCurrentObject()
2004-04-25 Thomas Bluemelset proper errorcode in some functions
2004-04-25 Thomas Bluemel1. implemented hatched brushes
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-04-06 Gé van GeldorpHandle regions in SelectObject()
2004-04-05 Filip Navara- Changed the internal brush object to be (almost)...
2004-03-23 Gé van GeldorpImplement GetObjectA/W() for fonts
2004-03-15 Gé van GeldorphSelf member contains the handle, not the pointer
2004-03-06 Filip Navara2004-03-06 Filip Navara <xnavara@volny.cz>
2004-03-05 Hartmut Birr- Changed the check for determining if the drawing...
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-01 Gé van GeldorpRename BITMAPOBJ "size" member to "dimension" to make...
2004-01-25 Filip NavaraMore work on software mouse pointer implementation.
2004-01-16 Gé van GeldorpReset viewport stuff on DC release
2004-01-16 Gé van GeldorpSerialize access to display driver. Fixes serious displ...
2004-01-05 Thomas Bluemelfixed div/0 bug
2004-01-04 Thomas Bluemelsome fixes
2003-12-23 Filip NavaraAppearance bug fixes.
2003-12-13 Gé van GeldorpRemove optimization (not thread-safe)
2003-12-13 Thomas Bluemelfixed NtGdiCreateIC() to use UNICODE_STRING
2003-12-13 Thomas Bluemelfixed NtGdiCreateDC() to use UNICODE_STRINGs
2003-12-13 Thomas Bluemelfixed NtGdiGetDCOrgEx() and NtGdiGetObject()
2003-12-12 Gé van GeldorpKeep reference to display file open
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-12-03 Gé van GeldorpProperly initialize variable before it is used
2003-12-03 Gé van GeldorpFix creation of display-compatible DCs
2003-11-30 Gé van GeldorpSilence confusing debug message
2003-11-26 Gé van GeldorpFix ownership of driver-created palettes
2003-11-26 Gé van GeldorpFix some GDIOBJ ownership issues
2003-11-26 Filip Navara- Support for index NUMRESERVED in NtGdiGetDeviceCaps.
2003-11-25 Gé van GeldorpSwitch screen to graphics mode when the first window...
2003-11-24 Gé van GeldorpClean up DCEs when switching out of graphics mode
2003-11-17 Filip Navara- Support for RASTERCAPS in NtGdiGetDeviceCaps.
2003-11-08 Gé van Geldorp- Move DRIVER_UnreferenceDriver call to DC_InternalDele...
2003-11-07 Gé van GeldorpSimplify code by passing PDEVICE_OBJECT instead of...
next