Fix spurious warning/error reported by GCC 4.4.0.
[reactos.git] / reactos / subsystems / win32 / win32k / objects / dc.c
2008-12-01 James Tabor- Moved SelectBitmap/Font to their proper places.
2008-11-30 KJK::Hyperionmodified include/reactos/probe.h
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-28 James Tabor- Move out stubs and place them where they belong.
2008-11-27 James Tabor- Finnish up gdi wine pen cross test fixes.
2008-11-22 James Tabor- Add tag for path objects. Set DC handle when selectin...
2008-11-15 James Tabor- Fix dirty bit support for select brush and pen, see...
2008-11-13 James Tabor- Start the implementation and support for dc attribute...
2008-11-06 James Tabor- Fix Path drawing.
2008-11-04 James Tabor- Fix code page and charector set support. More miscel...
2008-11-04 James Tabor- Update and fix CodePage and CharSet.
2008-11-03 James Tabor- Add new function for locking text font objects when...
2008-10-30 James Tabor- Implemented: GetFontLanguageInfo based on wine. GetLa...
2008-10-29 James Tabor- Move FreeType support to freetype.c.
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-20 James Tabor- Cleanup IntGdiGetDeviceCaps, add more defines.
2008-10-19 James Tabor- Thanks Tommy! Cleanup millimeter conversion.
2008-10-19 James Tabor- Add missing CAPS to psdk.
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-07 Cameron Gutman - Make sure memory allocation succeeded
2008-09-06 Hervé PoussineauOpen registry entry with only the required rights
2008-09-04 Hervé PoussineauExAllocatePoolWithTag should be paired with ExFreePoolW...
2008-08-09 Hervé PoussineauAdd missing APIENTRY
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-16 Timo KreuzerPatch by Stefan Ginsberg:
2008-07-16 Timo KreuzerDC_AllocDc:
2008-07-10 James Tabor- This Patch fixes RestoreDC, also lots of visual glitc...
2008-07-01 James TaborSetup drawing default to CCW not CW.
2008-06-27 James TaborPath needed some love Phase I:
2008-06-26 James TaborPatch by Jeffrey Morlan <mrnobo1024 at yahoo.com>:...
2008-06-19 James TaborSet default miter limit.
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-08 Timo KreuzerFix some region leaks: GdiSelectVisRgn copies the regio...
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
2008-06-04 James TaborSeparate SelectPalette function from User and move...
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 TaborImp NtGdiUnmapMemFont and fix NtGdiGetDhpdev.
2008-05-30 James TaborModified GDIOBJ_Copy and Set owner to return bool....
2008-05-29 Timo Kreuzerremove hFirstBitmap from the WIN_DC_INFO struct, wasn...
2008-05-29 Timo Kreuzerfix palette implementation: use the surface's palette...
2008-05-27 James TaborRename and add new internal functions.
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-11 Timo KreuzerNtUserEnumDisplaySettings returns NTSTATUS not BOOL...
2008-05-07 James TaborAdding more than one video device.. We need to fix...
2008-05-07 Timo Kreuzer(Nt)UserGetWindowDC returns a HDC, not a DWORD
2008-05-06 Timo KreuzerDC: use dc.DcLevel.hPal for the palette instead of...
2008-05-06 Magnus Olsenstarted cleanup object/dc.c
2008-05-06 James TaborQuick implementation of DxEngCreateMemoryDC and DxEngCl...
2008-05-06 James TaborWin32k:
2008-05-05 Aleksey Bragin- Revert 33274, except the change in GetDisplayNumberFr...
2008-05-05 James TaborImplement IntGdiReferencePdev and part of IntGdiUnrefer...
2008-05-04 James TaborImpement DxEngSetDCState, DxEngIsHdevLockedByCurrentThr...
2008-05-04 Magnus Olsenfixed NtUserEnumDisplaySettings bug inside IntEnumDispl...
2008-05-02 Magnus OlsenFixed the last regress I intdues for loading ms dxg...
2008-05-02 Magnus Olsenre adding a small hack for edd_directdraw_globalk getti...
2008-05-02 Magnus Olsenfixed a small regress for 3 boot i did by mistake intru...
2008-05-02 Magnus Olsencleanup the startup process allot
2008-04-21 James TaborImplemented DxEngGetRedirectionBitmap. Fixed GdiGetSetC...
2008-04-18 James TaborImplement Win32k-Gdi32: GetAspectRatioFilter and SetMap...
2008-04-18 James TaborAdd new examples for retrieving DC origin.
2008-04-17 James TaborExample way to set DCOrg with new dc object.
2008-04-17 James TaborRemoved w.ArcDirection. Now we are using dclevel path...
2008-04-17 James TaborFix copy count and added dc path flags and support...
2008-04-06 Timo KreuzerPatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-04-03 Timo KreuzerDC_SetOwnership: use GDIOBJ_SetOwnership instead of...
2008-03-19 Timo Kreuzer- Rename GDIOBJ_AllocObj to GDIOBJ_allocObjWithHandle...
2008-03-15 Timo KreuzerNtGdiExtGetObjectW has really nothing to do with dcs...
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-20 Timo KreuzerPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-02-18 Timo Kreuzersome cleanup
2008-02-11 Hervé PoussineauDisplay message only if dmDriverExtra != 0
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-02-10 Aleksey Bragin- Fix a leakage during DC deletion (introduced in revis...
2008-02-04 Timo Kreuzer- recurse into IntGdiDeleteDC directly, instead of...
2008-01-18 James TaborEnable
2008-01-18 James TaborFix logic in IntGdiDeleteDC with permanent set.
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-10 James TaborRemoved Enhmeta code from win32k.
2008-01-10 James TaborAdd member items for meta clipping region and bounding...
2008-01-08 James TaborAdd layout support for CreateCompatibleDC.
2008-01-08 James TaborRemove unused flags and start using new dc type ids.
2008-01-06 James TaborFix regression in RealizePalette. Send broadcast messag...
2008-01-02 James TaborAdd tests and comments to IntPrepareDriver.
2008-01-02 James TaborAdd new dxdd support members to gdi device structure.
2008-01-01 Hervé PoussineauBugcheck if no miniport driver is available
2008-01-01 Magnus Olsenrename Pdev to hPDev in GDIDEVICE struct
2007-12-27 James TaborSupport NtGdiGetDhpdev.
2007-12-27 James TaborFix a typo in text.h. Implemente NtGdiGetDhpdev.
2007-12-06 James TaborSorry Fix bug.
2007-12-06 James TaborFixed one more test, now from 23 to 22 fail. Reordered...
2007-12-04 Aleksey Bragin- Remove GreatLordisms.
2007-12-04 Magnus Olsenremove wrong fixme comment from win32k
next