[Win32k]
[reactos.git] / reactos / subsystems / win32 / win32k / objects / dclife.c
2010-01-21 James Tabor[Win32k]
2010-01-05 Timo Kreuzer[CSRSS]
2009-12-29 James Tabor[Win32k]
2009-12-20 Gregor Schneider[win32k] Initialize Information contexts too, fixes...
2009-12-20 Gregor Schneider[win32k]
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-16 Timo KreuzerUpdate PDEVOBJ and GRAPHICS_DEVICE fields
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-04 Timo KreuzerXLATEOBJ rewrite.
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 Timo Kreuzer[WIN32K] Keep a shared lock on palettes selected into...
2009-07-15 James Tabor- Implement support for HWND_MESSAGE. Need full testing!
2009-07-10 Timo Kreuzer[win32k] Implement brush realization part 1 / 2
2009-07-08 Timo KreuzerGet rid of the DCs XlateBrush and XlatePen. The resulti...
2009-07-06 James Tabor- Update NtGdiOpenDCW to the newest sdk.
2009-07-02 James Tabor- In the process of rewriting IntGdiCreateDisplayDC...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-14 Timo KreuzerRemove hBitmap from DC.rosdc and use DC.dclevel.pSurfac...
2009-04-01 Timo Kreuzerwin32k brush update:
2009-03-26 Timo KreuzerMove NtGdiSelectBitmap to dcobjs.c, implement DC_vSelec...
2009-03-25 Timo KreuzerRename NtGdiDeleteObject to GreDeleteObject
2009-03-25 Timo KreuzerRewrite the dc state saving implementation. We were...
2009-03-25 James Tabor- Write new simplified NtGdiDeleteObjectApp based on...
2009-03-24 Timo KreuzerMore dc cleanup: make DC_AllocDC return a pointer,...
2009-03-24 Timo KreuzerFix formatting add a FIXME comment, no code change
2009-03-23 Timo Kreuzer- Don't delete an object that has a shared reference!
2009-03-23 Timo KreuzerIn the beginning somebody created dc.c. And he saw...