* Made it possible to include both d3d9types.h and ddrawgdi.h at the same time
[reactos.git] / reactos / dll / win32 / gdi32 / objects /
2008-01-18 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-09 James TaborUpdate SetMetaRgn, UpdateColors, ResizePalette and...
2008-01-06 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-06 James TaborRemoved NtGdiExtTextOut/PolyTextOut. Update related...
2008-01-05 James TaborPatch by Stefan100 stefan__100__ at hotmail.com. Remove...
2008-01-05 James TaborFix inverse sort for rects.
2007-12-31 James TaborImplement gdi ScaleViewport/WindowExtEx and mirror...
2007-12-29 James TaborFix GetkerningPairsA, so it can handle null count and...
2007-12-28 James TaborMove GetKerningPairs from stubs to font.c. Ported GetKe...
2007-12-08 Christoph von Wittichmove GetTextExtentExPointI and GetTextExtentPointI...
2007-12-01 Timo Kreuzerpatch by jimtabor: add some usermode handling to Select...
2007-11-30 Timo Kreuzerdisable EXTPENS for now to stop debugmessage overflow
2007-11-30 Timo KreuzerBeginning of an implementation of SelectObject, using...
2007-11-29 James TaborAdd Region object types and one Dc that was missed...
2007-11-29 Thomas BluemelCheck the GDI object type in GdiGetHandleUserData()
2007-11-29 James TaborFix typos again, use || and != this time.
2007-11-29 James TaborFix typos and add check for DC type object.
2007-11-28 James TaborFix typo in GetWindow/Viewport/OrgEx and move them...
2007-11-28 James Tabor- Removed NtGdiGet/SetStretchBltMode, updated all relat...
2007-11-27 James TaborImplement SetTextJustification. Add code for Window...
2007-11-27 James TaborRemoved NtGdiGet/Set/GraphicsMode/PolyFillMode/MapMode...
2007-11-26 James TaborRemoved NtGdi/GetCurrentPositionEx/MoveToEx, update...
2007-11-20 James TaborRemoving old syscalls and updated related files. Old...
2007-11-19 James TaborMove gdi functions to dcattr. Tested Qemu with AbiWord.
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-07 James TaborWin32k/Gdi32
2007-11-06 James Tabor- Removed NtGdiGetCharWidthFloat, NtGdiGetCharABCWidths...
2007-11-06 James TaborImplement GetCharABCWidthsI in gdi.
2007-11-06 James Tabor- Implement GetGlyphIndicesA/W with update changes...
2007-11-05 James TaborFix typos,, now it runs.
2007-11-05 James Tabor- Implement batching for DeleteObject.
2007-11-04 James Tabor- Removed NtGdiDeleteObject from w32ksvc.db and ntgdibad.h.
2007-11-04 James Tabor- Removed NtGdiTranslateCharsetInfo, updated w32ksvc...
2007-11-04 James TaborGdi32:
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-13 James TaborDc_Attr with DCE:
2007-09-25 Ged Murphy- Add usermode checks to GetDIBits
2007-09-24 Magnus Olsenclean up : move EngWideCharToMultiByte from stubs.c...
2007-09-24 Magnus Olsenimplmented EngQueryEMFInfo it always return FALSE
2007-09-23 Magnus OlsenFix : RemoveFontResourceA : let it call to RemoveFontRe...
2007-09-07 Timo Kreuzer- add NTMW_INTERNAL structure
2007-09-05 Timo KreuzerNew implementation of EnumFontFamiliesExW, based on...
2007-09-03 James TaborTurn off support for now due to user land exception.
2007-09-03 James Tabor- Win32k: DC_ATTR: Moved to it.
2007-09-02 Magnus Olsenadd smaller check to SetDIBColorTable
2007-09-02 Magnus Olsenfix smaller bug in SelectClipRgn
2007-09-01 Timo KreuzerRevert wars! ;-)
2007-09-01 Magnus Olsenrevert 28748 that change are incorrect,
2007-09-01 Timo Kreuzerfix AddFontResourceExAW parameter check
2007-09-01 Magnus Olsenadd stub for : IsValidEnhMetaRecord and IsValidEnhMetaR...
2007-09-01 James TaborRemove fixme in GetCurrentObject.
2007-09-01 James Tabor- Removed NtGdiPaintRgn and renamed NtGdiGetCurrentObje...
2007-09-01 Magnus Olsenfix implement of GetTextFaceW checking if the param...
2007-08-31 Magnus Olsenredirect GetTextCharsetInfo to win32k
2007-08-31 Magnus OlsenAdd hacks.c contain api using only ros home made syscall
2007-08-31 Magnus Olsenfix correct implement of GetPath
2007-08-31 Magnus OlsenMove more history api to the history file.
2007-08-31 James TaborMove GetDCObject to dc.c.
2007-08-31 Magnus Olsenrevert back the typo change I did in AddFontResourceExW
2007-08-31 Magnus OlsenFix typo in : AddFontResourceExW
2007-08-30 Magnus OlsenImplement GdiReleaseLocalDC, GdiFlush, GdiPlayDCScript...
2007-08-25 Magnus Olsenpartly implement EngComputeGlyphSet in eng.c
2007-08-25 Magnus Olsenmove EngFreeModule, EngGetCurrentCodePage, EngGetPrinte...
2007-08-25 Magnus Olsenadd a new file call eng.c
2007-08-25 Magnus Olsenmake AddFontResourceExA lite faster.
2007-08-25 Magnus OlsenFix : make AddFontResourceA acts like AddFontResourceW
2007-08-24 Magnus OlsenFix CreatePolygonRgn : use NtGdiPolyPolyDraw, old way...
2007-08-24 James TaborPluged in NtGdiPolyPolyDraw. Does not work yet, still...
2007-08-23 James TaborFix math and add notes.
2007-08-23 Magnus Olsenremove redirect of CreatePolyPolygonRgn@16 and implemen...
2007-08-23 Magnus OlsenFix : CreatePalette@4 calling NtGdiCreatePaletteInternal
2007-08-23 Magnus OlsenRemove redirect of CreateDIBitmap@24 to NtGdiCreateDIBi...
2007-08-23 Magnus Olsencreate stub for both CreateCompatibleDC and CreateCompa...
2007-08-23 Magnus OlsenBugfix : AddFontResourceExW, SetLastError to invaild...
2007-08-23 Timo Kreuzer- NtGdiAnimatePalette, NtGdiGe/SetPaletteEntries, NtGdi...
2007-08-22 James Tabor- Removed NtGdiGetDIBits from w32ksvc.db and updated...
2007-08-21 James Tabor- Removed NtGdiSetMapMode from w32ksvc.db and updated...
2007-08-21 James TaborSorry missed this one. Turn it off.
2007-08-21 James Tabor- Started the use of DC_ATTR. Created dcutil.c to handl...
2007-08-19 Timo Kreuzer- rename NtGdiSelectPalette to NtUserSelectPalette...
2007-08-17 James TaborUse Gdi32 DeleteDC now. Soon tests will start with...
2007-08-17 James TaborFix memory DC so CreateCompatibleDC with null will...
2007-08-12 James TaborAdded two new subroutines in support for writing data...
2007-08-11 James TaborAdded EMF and MF support to Ext-FloodFill. Changed...
2007-08-11 James TaborAdd Wine port Metafile call to SetTextCharacterExtra.
2007-08-11 James TaborAdd Set-ModifyWorldTransform to gdi32. Added error...
2007-08-10 James Tabor- Removed NtGdiLPTODP/DPTOLP from w32ksvc.db and update...
2007-08-10 James Tabor- Removed NtGdiPie from w32ksvc.db, leaving NtGdiPie...
2007-08-10 James TaborFix a problem in metafile deallocation.
2007-08-08 James Tabor- Removed NtGdiGet/SetArcDirection and NtGdiGetSetTextC...
2007-08-08 James TaborRemoved NtGdiGetRelAbs. Use GetDCDWord in gdi32. Update...
2007-08-08 Timo KreuzerGetClipRgn: use NtGdiGetRandomRgn
2007-08-07 James TaborRemoved NtGdiGetDCOrgEx, GetViewportExt/OrgEx, GetWindo...
2007-08-07 Timo KreuzerSelectClipRgn: call NtGdiExtSelectClipRgn with RGN_COPY
2007-08-05 James TaborStarted CreateMetaFile, port from wine. Made changes...
2007-08-04 James TaborCopy Metafile.c to EnhMFile.c. Separating the code.
2007-08-04 James TaborDc.c :
2007-08-01 James TaborMove meta code from painting to arc. Including the...
2007-08-01 Timo Kreuzerimplement Arc, ArcTo, Chord, calling NtGdiArcInternal
next