* Made it possible to include both d3d9types.h and ddrawgdi.h at the same time
[reactos.git] / reactos / dll / win32 / gdi32 /
2008-02-10 Gregor Brunmar* Made it possible to include both d3d9types.h and...
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 Aleksey Bragin- Slightly reformat GetETM's code.
2007-12-29 James TaborFix GetkerningPairsA, so it can handle null count and...
2007-12-28 James TaborImplement GetETM.
2007-12-28 James TaborMove GetKerningPairs from stubs to font.c. Ported GetKe...
2007-12-15 James TaborStart using gdi shared handle table.
2007-12-08 Christoph von Wittichmove GetTextExtentExPointI and GetTextExtentPointI...
2007-12-04 James TaborFix zero bug.
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-23 Magnus Olsensmall fix for cGetTTFFromFOT
2007-11-23 Timo Kreuzeradd cGetTTFFromFOT stub. I don't know the number of...
2007-11-22 Timo Kreuzerrbuild files use tab indentation
2007-11-20 James TaborRemoving old syscalls and updated related files. Old...
2007-11-19 James TaborAdd a test for VM address space when accessing user...
2007-11-19 James TaborMove gdi functions to dcattr. Tested Qemu with AbiWord.
2007-11-13 Thomas BluemelMake opengl initialization thread-safe
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-11-08 Timo Kreuzerrename NtGdiGetClipBox to NtGdiGetAppClipBox
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-11-02 James TaborAdd STOCK_LAST, update stock objects.
2007-11-02 James TaborMove GDI_BATCH_LIMIT where it should go.
2007-10-31 James TaborFix gdi init so it can support batch. Used wrong limit...
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-13 James TaborDc_Attr with DCE:
2007-09-26 James TaborFix calling conventions.
2007-09-25 Magnus Olsenforget commit Implement of GdiGetLocalBrush, GdiGetLoca...
2007-09-25 Magnus OlsenFix a stupied bug in DdAttachSurface when pSurfaceFrom...
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 a spelling mistake
2007-09-23 Magnus OlsenStart making def Windows XP gdi32 export layout.
2007-09-23 Magnus OlsenStart making def Windows XP gdi32 export layout.
2007-09-23 Magnus OlsenFix : UnrealizeObject behoivr as windows 2000/XP see...
2007-09-23 Magnus Olsenimplement StartFormPage it call on StartPage(hdc);...
2007-09-23 Magnus OlsenFix : RemoveFontResourceA : let it call to RemoveFontRe...
2007-09-20 Timo Kreuzer- make gdi object's type field more windows compatible...
2007-09-17 James TaborInit stock object buffer only once.
2007-09-10 James TaborWe are using it now,,, so clean up before use.
2007-09-07 Timo Kreuzer- add NTMW_INTERNAL structure
2007-09-05 Timo KreuzerNew implementation of EnumFontFamiliesExW, based on...
2007-09-04 James TaborFix processid mask, update gdi handle entry, shift...
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 Olsenimplement SetDeviceGammaRamp in gdi32 (leftdo check...
2007-09-02 Magnus Olsenadd smaller check to SetDIBColorTable
2007-09-02 Magnus Olsensorry fix the the build
2007-09-02 Magnus Olsenpartly implement SetBoundsRect
2007-09-02 Magnus Olsenimplement SelectFontLocal
2007-09-02 Magnus Olsenimplement SelectBrushLocal
2007-09-02 Magnus Olsenfix smaller bug in SelectClipRgn
2007-09-02 Magnus Olsenimplement RemoveFontMemResourceEx (left todo fix it...
2007-09-02 James TaborFix BootCD!!!!! Watch your commit GL! LOL!
2007-09-01 Timo KreuzerRevert wars! ;-)
2007-09-01 Magnus Olsenadd PatBlt, PolyPatBlt to user mode
2007-09-01 Magnus Olsenrevert 28748 that change are incorrect,
2007-09-01 Timo Kreuzerfix AddFontResourceExAW parameter check
2007-09-01 Magnus Olsenupdate the good api list
2007-09-01 Magnus Olsenfix two typo thx ged
2007-09-01 Magnus Olsenadd stub for : IsValidEnhMetaRecord and IsValidEnhMetaR...
2007-09-01 Magnus Olsenimplement GetTextFaceAliasW <- the win32k part was...
2007-09-01 James Tabor- Removed NtGdiPoly/Bezier/To and lineTo/Polyline/line...
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 Olsenimplement GetTextExtentExPointI
2007-08-31 Magnus Olsenimplement GetTextExtentExPointWPri
2007-08-31 Magnus Olsenredirect GetTextCharsetInfo to win32k
2007-08-31 Magnus Olsenimplement GetStringBitmapA (left todo implement it...
2007-08-31 Magnus Olsenimplement GetStringBitmapW (left todo, implement it...
2007-08-31 Magnus Olsenupdate the good api list
2007-08-31 Magnus OlsenAdd hacks.c contain api using only ros home made syscall
next