sync with trunk head (34904)
[reactos.git] / reactos / subsystems / win32 / win32k / objects /
2008-07-23 Aleksey Bragin- Partly revert 24104: "I do not known if I done right...
2008-07-23 Aleksey Bragin- Revert 20424 and do a proper fix: Check if pool alloc...
2008-07-17 Stefan Ginsberg- Fix a typo in the DC_ATTR structure: mxDevicetoWorld...
2008-07-16 Timo KreuzerPatch by Stefan Ginsberg:
2008-07-16 Timo KreuzerDC_AllocDc:
2008-07-16 James TaborSorry for commit my test tree,,,, good for testing...
2008-07-16 James Tabormake does like tabs, right? Fix build.
2008-07-15 Timo KreuzerIntRectangle:
2008-07-10 James Tabor- This Patch fixes RestoreDC, also lots of visual glitc...
2008-07-09 Ged Murphydon't try to free a NULL object.
2008-07-07 Jeffrey MorlanIntGdiCreateBitmap: Tighten up parameter checks, preven...
2008-07-04 Jeffrey Morlan- BITMAP_Cleanup: Fix leak of DIBSECTION structure...
2008-07-03 James TaborMove PostMessage out of gdi into user.
2008-07-02 James TaborCleanup drawing lines and curves with round rect.
2008-07-02 Jeffrey Morlan- NtGdiAlphaBlend: If hDCSrc == hDCDest and a bitmap...
2008-07-02 James TaborFix build.
2008-07-02 James TaborArc, RoundRect:
2008-07-01 James TaborArc, Ellipse:
2008-07-01 James TaborSetup drawing default to CCW not CW.
2008-07-01 James TaborAttempt to fix set palette issue. See bug 733.
2008-06-30 Jeffrey Morlan- Don't use ntdll's RtlDuplicateUnicodeString in kmode...
2008-06-30 James TaborCleanup code.
2008-06-30 James TaborFix drawing pie fill aligment.
2008-06-30 James TaborAdd and fix path calls. This allows more drawing tests...
2008-06-29 James TaborSorry fixed Ellipse, see bug 3337.
2008-06-29 James TaborArc:
2008-06-27 James TaborPath needed some love Phase II:
2008-06-27 James TaborPath needed some love Phase I:
2008-06-26 Jeffrey MorlanFix messed-up colors in taskbar icons in qemu 16bpp...
2008-06-26 James TaborPatch by Jeffrey Morlan <mrnobo1024 at yahoo.com>:...
2008-06-25 James TaborJeffrey Morlan (mrnobo1024 at yahoo.com) - Fix ModifyWo...
2008-06-19 James TaborPath does not work and it locks up the system with...
2008-06-19 James TaborSet default miter limit.
2008-06-18 Matthias KupferJeffrey Morlan <mrnobo1024 AT yahoo DOT com>
2008-06-17 James TaborImplement Get/SetMiterLimit, with proper float containment.
2008-06-17 James TaborUpdate changes to Clip regions andregions. New support...
2008-06-16 Timo Kreuzer- print out when process takes too much gdi handles
2008-06-13 James TaborAdd notes, no code change.
2008-06-12 Timo KreuzerPatch by Jeffrey Morlan (mrnobo1024 at yahoo dot com...
2008-06-10 James TaborFix build, add float to long union for dword transfer.
2008-06-10 James TaborMove NtGdiAngleArc to arc.c.
2008-06-09 James Tabor- Fix Ellipes, for Filip Navara, nice work!
2008-06-08 James TaborMove old pie code into arc.
2008-06-08 Timo KreuzerFix some region leaks: GdiSelectVisRgn copies the regio...
2008-06-07 Aleksey Bragin- Cleanup leftovers and bugs from GreatLord's fix....
2008-06-07 Magnus OlsenBugFix : NtGdiStretchDIBitsInternal
2008-06-07 Aleksey Bragin- Revert 33881, PatBlt may be buggy, but what was intro...
2008-06-07 Magnus Olsendisable NtGdiPatBlt code, in some case it can cause...
2008-06-07 Magnus Olsenrevert some change I did in r33877 for buch.c object...
2008-06-07 Magnus Olsenadd a NULL check in IntGdiInitBrushInstance if XlateObj...
2008-06-06 Magnus OlsenBugFix : NtGdiPatBlt did not call on NtGdiMaskBlt when...
2008-06-06 Magnus OlsenBugFix : NtGdiBitblt follow member BitmapDest and Bitma...
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
2008-06-05 Timo Kreuzerpatch by Jeffrey Morlan (mrnobo1024 at yahoo dot com...
2008-06-04 James TaborThis should do it for pen. Tested the same with wine...
2008-06-04 James TaborSorry, I should have spotted this when I was in here...
2008-06-04 Timo Kreuzer- fix mem leak when failing to create an extpen with...
2008-06-04 James TaborNo need to do it twice.
2008-06-04 James TaborImplement IntGdiSetBrushOwner and IntGdiAllocObjAttr.
2008-06-04 James TaborSeparate SelectPalette function from User and move...
2008-06-03 Timo Kreuzerfix indentation
2008-06-03 Timo Kreuzerfix checks for deleted gdi objects and add GDI_DEBUG...
2008-06-03 James TaborMove from fixed PrimarySurface to pointer based pPrimar...
2008-06-02 James TaborMove xform data from W structure into DcLevel within...
2008-06-02 James TaborStefan Ginsberg <stefan__100__ at hotmail.com>
2008-06-01 James TaborStefan Ginsberg <stefan__100__ at hotmail.com> - Move...
2008-06-01 James TaborImp NtGdiUnmapMemFont and fix NtGdiGetDhpdev.
2008-06-01 James TaborSorry again... NtGdiCreateEnhMetaFile will be converted...
2008-06-01 Timo KreuzerIntGdiLineTo: the dc pen might be deleted, don't assert...
2008-05-31 Magnus Olsenrevert my last change
2008-05-31 Magnus OlsenFixed bug in DIB_GetDIBWidthBytes
2008-05-30 James TaborMove the init of server info after heap is init.
2008-05-30 James TaborModified GDIOBJ_Copy and Set owner to return bool....
2008-05-29 Magnus Olsenpatch by Jeffrey Morlan ( email : mrnobo1024 at yahoo...
2008-05-29 Timo Kreuzerremove hFirstBitmap from the WIN_DC_INFO struct, wasn...
2008-05-29 James TaborUse server information structure for system colors.
2008-05-29 Timo Kreuzerfix palette implementation: use the surface's palette...
2008-05-28 Timo Kreuzer(Nt)GdiFlushUserBatch:
2008-05-28 Timo KreuzerDCOrg is in device coordinates, fix a comment accordingly
2008-05-28 Timo Kreuzer[FORMATTING]
2008-05-27 James TaborRename and add new internal functions.
2008-05-26 James TaborRemoved NtGdi rect calls.
2008-05-26 James TaborFix the rest too....
2008-05-26 James TaborWhy are we deleting prgnVis after setting it up? Wine...
2008-05-23 James TaborRemoved w.flags from dc.h update all related.
2008-05-23 James TaborRemoved unused code from Arc. Removed old saveLevel...
2008-05-22 Timo Kreuzerfix a cast and indentation
2008-05-22 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-21 James TaborFix behavior if bmi null in NtGdiCreateDIBSection....
2008-05-20 Timo Kreuzer- Fix wrong debug output when a process is terminated...
2008-05-19 Aleksey Bragin- Ugly hack about corrupted KernelData pointer, which...
2008-05-15 James TaborAdd Client and Color transform objects.
2008-05-15 James TaborImplement Delete/CreateColorSpace and Get/SetColorSpace.
2008-05-13 James TaborImplement NtGdiSetVirtualResolution, SetSizeDevice...
2008-05-13 James TaborAdded W32PF and Brush flags. Fixed IntGdiExtCreatePen...
2008-05-11 Timo KreuzerNtUserEnumDisplaySettings returns NTSTATUS not BOOL...
2008-05-11 Magnus OlsenRemove old hack I implmeneted in NtGdiCreateBitmap...
2008-05-10 Aleksey Bragin- Get rid of duplicated (and different) NB_LAST_STOCK...
2008-05-10 Magnus Olsenfixing a memory overwrite bug I miskate intrudes
2008-05-10 Magnus Olsenimplement DC_BITMAP for GetStockObject.
next