removed an ASSERT that occured when system ran out of GDI handles, and added more...
[reactos.git] / reactos / subsys / win32k / objects / dc.c
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-17 Thomas Bluemelsimplified assigning DDI functions
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-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...
2003-11-05 Gé van GeldorpPass pointer to device object as the "handle" to DrvEna...
2003-10-30 Gé van GeldorpFix problem introduced when fixing bitblt'ing to monoch...
2003-10-29 Gé van GeldorpCreate monochrome palette when selecting 1bpp bitmap...
2003-10-28 Gé van GeldorpMore DirectDraw groundwork by Peter Bajusz
2003-10-25 Gé van GeldorpResolution and screen depth change via registry setting...
2003-10-24 Gé van GeldorpComplain a little bit louder if drivers can't be loaded
2003-10-20 Gé van GeldorpPartial fix for handling GDIOBJs between different...
2003-10-12 Gé van GeldorpHandle invalid DC instead of ASSERTing
2003-10-06 Gé van GeldorpFix icon handling
2003-10-04 Gé van GeldorpDon't unreference driver for dc's with NULL drivername
2003-10-03 Gé van GeldorpGracefully handle some out of resource situations
2003-10-03 Gé van GeldorpImplementation of ReleaseDC(), works for now but could...
2003-09-26 Gé van Geldorp- Incomplete implementation of ReleaseDC()
2003-09-26 Gé van GeldorpHandle some out of resource situations
2003-09-21 Gé van GeldorpFix some coordinate system mismatches
2003-09-10 Gé van GeldorpSupport OPAQUE text background
2003-09-10 Aleksey BraginSmall bug in debug data displayed: NtGdiCreatePrimarySu...
2003-08-31 Gé van Geldorp- Fix various bitmap format translation bugs
2003-08-29 Gé van GeldorpFixed NtGdiCreateCompatableDC()
2003-08-29 Gé van GeldorpVarious fixes by Filip Navara
2003-08-28 Gé van GeldorpCreate palette handles as gdiobj handles which can...
2003-08-25 Richard Campbell- Solitaire now works partially, patch by Filip Navara
2003-08-20 Gé van Geldorp- Store GDI object type in the handle itself
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Hartmut Birr- Do not call KeAttachProcess/keDetachProcess if the...
2003-08-17 Royce Mitchell III* fixes a couple (several?) memory leaks
2003-08-17 Royce Mitchell IIIfixed GDIOBJ locking issue with DC_SET_MODE macro
2003-08-04 Royce Mitchell IIIbugfix in W32kDeleteDC() - you can't release a NULL...
2003-08-04 Royce Mitchell IIIfixed major ( but obscure ) bug, passing a PDC where...
2003-08-01 David Welch- Realize the system font when creating a DC - avoids...
2003-08-01 Royce Mitchell IIIreformatted and fixed one of the gdi locking bugs
2003-07-17 Gé van GeldorpChanges for multiple window support
2003-07-14 Gé van GeldorpSet CombinedClip region for memory DCs
2003-06-28 Gé van GeldorpImplement clipping for bitblt operations
2003-06-21 Gé van GeldorpImplement display ownership, also makes ATI Rage 3rd...
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-05-04 Gé van GeldorpClean up debugging stuff and silence debug messages
2003-05-03 Gé van GeldorpImplement GetDeviceCaps()
2003-03-28 Gé van GeldorpFix crash in W32kGetTextMetrics
2003-03-28 Gé van GeldorpInitialize DC with BLACK_PEN
2003-03-27 Gé van GeldorpRollback last change
2003-03-27 Richard Campbell*** empty log message ***
2003-03-27 Richard Campbell- InvalidateRgn and InvalidateRect by Tim Jobling
2003-03-24 Gé van GeldorpFix GDI handle leaks
2003-03-22 Gé van GeldorpRelease XLATEOBJs after use
2003-03-08 Gé van Geldorp- Fix DC/Bitmap handling
2003-03-06 Gé van GeldorpConvert between RGBQUAD and COLORREF when creating...
next