[WIN32K]
[reactos.git] / reactos / subsystems / win32 / win32k / include / dc.h
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...
2009-03-23 Timo KreuzerBrush rewrite part 1/x
2009-03-20 Timo KreuzerStart to cleanup the mess that claims to be our brush...
2009-03-20 Timo KreuzerRename GDIDEVICE to PDEVOBJ. Is seems ms uses both...
2009-03-20 Timo Kreuzerrename DC.Dc_attr to dcattr, DC.DcLevel to dclevel...
2009-03-20 Timo Kreuzerrename DCs pDc_Attr to pdcattr, like in gdikdx.
2009-03-20 Timo KreuzerChange most DC struct members to the names they have...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-17 Timo KreuzerC++ comment style -> C comment style
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-01-08 Timo KreuzerRename BITMAPOBJ to SURFACE as it's called on windows...
2009-01-01 Timo KreuzerSync to trunk r38500
2008-12-25 James Tabor- Use Cursor position from server information. I guess...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-11-29 Stefan Ginsberg- Less STDCALL, more WINAPI/NTAPI/APIENTRY
2008-11-21 James Tabor- Pass more bitmap cross tests, 16 bit is down to 52...
2008-11-18 James Tabor- Fixes bug 3864. While I was at it I fixed most of...
2008-11-13 James Tabor- Start the implementation and support for dc attribute...
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 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-19 James Tabor- Add missing CAPS to psdk.
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Timo KreuzerChange DC and DC_ATTR members from MATRIX_S and EFLOAT_...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-16 Timo KreuzerPatch by Stefan Ginsberg:
2008-06-27 James TaborPath needed some love Phase I:
2008-06-06 James TaborAttempt to fix bug 3259. Use IntGdiCleanDC for error...
2008-06-03 James TaborMove from fixed PrimarySurface to pointer based pPrimar...
2008-06-02 James TaborUpdate Dc level structure.
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-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-23 James TaborAdd more data for extended clip object.
2008-05-23 James TaborRemoved w.flags from dc.h update all related.
2008-05-23 James TaborMove W structure back into dc.h and added the clip...
2008-05-23 James TaborRemoved unused code from Arc. Removed old saveLevel...
2008-05-06 Timo Kreuzerremove PalIndexed from dc struct
2008-05-06 James TaborQuick implementation of DxEngCreateMemoryDC and DxEngCl...
2008-05-04 James TaborImpement DxEngSetDCState, DxEngIsHdevLockedByCurrentThr...
2008-04-18 James TaborImplement NtGdiGetDCforBitmap. Q. Where to set hdc...
2008-04-18 James TaborAdd new examples for retrieving DC origin.
2008-04-17 James TaborFix copy count and added dc path flags and support...
2008-04-16 Timo Kreuzer- fix build
2008-04-16 Timo Kreuzerwin32k header cleanup/update:
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-26 Timo Kreuzer- add BASEOBJECT to brush, palette, font and region...
2008-02-18 Timo Kreuzersome cleanup
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-10 James TaborSee msdn2.microsoft.com/en-us/library/aa293810(VS.60...
2008-01-08 James TaborRemove unused flags and start using new dc type ids.
2008-01-04 James TaborAdd graphics device structure.
2008-01-02 James TaborFix DxEngGetHdevData.
2008-01-02 James TaborFix DxEngSetHdevData.
2008-01-02 James TaborAdd new dxdd support members to gdi device structure.
2008-01-01 Magnus Olsenrename Pdev to hPDev in GDIDEVICE struct
2007-12-27 James TaborSupport NtGdiGetDhpdev.
2007-12-06 James TaborFixed one more test, now from 23 to 22 fail. Reordered...
2007-12-04 James TaborFix NtGdiFlush so it will not spam the debug list....
2007-12-02 James TaborAdd GdiDevice flags.
2007-11-28 James Tabor- Removed NtGdiGet/SetStretchBltMode, updated all relat...
2007-11-20 James TaborRemoving old syscalls and updated related files. Old...
2007-11-20 James TaborOptimize and cleanup dcutil.
2007-11-14 James TaborRemoved code support for dcattr, it was over kill....
2007-11-12 James TaborMove types out of handles headers. Add Locks for displays.
2007-11-12 James Tabor3rd FIN.
2007-11-12 James Tabor2nd Sort out gdi device mess.
2007-11-12 James Tabor1st Sort out gdi device mess.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-28 James TaborSorry I did not want to change that part of the object.
2007-10-28 James TaborUse DC object member hHmgr instead of hSelf. hSelf...
2007-10-22 Magnus Olsenmove in DC/PDC to ntgdihdl and all neasry struct that...
2007-10-22 Magnus Olsenputing back dc.h and driver.h to win32k/include as...
2007-10-22 Magnus OlsenMoved remotely
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-13 James TaborDc_Attr with DCE:
2007-09-27 James Tabor- First try bug fix for #2698.
2007-09-07 James Tabor- Reordered IntGdiGet/SetDCState and separated the...
2007-09-04 James TaborMoved code. Finding out when changing ownership, it...
2007-09-02 James TaborWorking Dc_Attr support, tested and it worked. Will...
2007-08-23 James TaborAdd NtGdiFlushUserBatch callback.
2007-08-21 James Tabor- Started the use of DC_ATTR. Created dcutil.c to handl...
2007-08-08 James TaborRemoved AbortProc from WIN_DC_INFO. AbortProc is handle...
2007-08-08 James TaborMoved CurrentPos to Dc_Attr.ptlCurrent. Plugged in...
2007-08-07 James TaborMove Break Extra and Count justification to Dc_Attr.
2007-08-06 James TaborMoved Brush Origin to Dc_attr.
2007-08-06 James TaborMove Window and Viewport Ext and Org to Dc_Attr. Tested...
2007-08-06 James TaborMoved most of the old Win struct to Dc_Attr structure...
2007-08-05 James TaborStart of the dcattr migration.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-26 James TaborAdd the pDc_Attr to the main DC object. It will become...
next