Merge 13159:13510 from trunk
[reactos.git] / reactos / lib / gdi32 /
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-31 Steven Edwardsforward stubs for Escape and GetSystemPaletteUse. Worki...
2005-01-16 Casper HornstrupAdd resources to existing modules.
2005-01-15 Casper Hornstrup* LinkerFlag tag support
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-02 Filip NavaraFix HEAP_free call.
2005-01-02 Filip NavaraImplement ExtCreateRegion.
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Filip NavaraI accidently removed objects/metafile.o from the makefi...
2004-12-30 Filip Navara- Move implemented functions from stubs[aw].c to approp...
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-23 Gé van GeldorpCVS maintenance
2004-10-16 Gé van Geldorp- Centralize definition of version resource
2004-09-16 Gé van GeldorpGet rid of .edf files
2004-09-06 Thomas Bluemel1. make use of precompiled headers everywhere
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-08-15 Casper Hornstrup2004-08-15 Casper S. Hornstrup <chorns@users.sourcefo...
2004-07-23 Jason FilbyPort GetCharacterPlacementW from WINE; copy lpString...
2004-07-09 Filip Navara- Implementation of [NtGdi]GetTextFace[W] and [NtGdi...
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-05-29 Hartmut Birr- Moved the definition of all dll base addresses to...
2004-05-18 Thomas Bluemelsafe parameter handling for PolyPolygonRgn() and Polygo...
2004-05-15 Filip Navara- New implementation of GetDIBColorTable and SetDIBColo...
2004-04-25 Thomas Bluemelimplemented GetDCBrushColor(), SetDCBrushColor(), GetDC...
2004-04-25 Thomas Bluemelimplemented ExtSelectClipRgn() (untested!)
2004-04-25 Thomas Bluemelimplemented ExcludeClipRect()
2004-04-25 Thomas Bluemelimplemented PtVisible()
2004-04-25 Thomas Bluemelimplemented GetCurrentObject()
2004-04-25 Thomas Bluemeluse "readable" parameter names in functions
2004-04-24 Thomas Bluemelproper implementation of FrameRgn() (cannot be ported...
2004-04-23 Thomas Bluemelimplemented InvertRgn()
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-03-28 Thomas BluemelPartly (not working) implementation of TransparentBlt()
2004-03-27 Gé van GeldorpFix LOGFONT conversion in CreateFontIndirectA()
2004-03-24 Royce Mitchell IIIimplement SetPixelV
2004-03-23 Gé van GeldorpPrevent deletion of system-owned objects like brushes...
2004-03-23 Gé van GeldorpImplement GetObjectA/W() for fonts
2004-03-23 Gé van Geldorp- Implement GetCharWidthA/W()
2004-03-23 Gé van GeldorpImplement EnumFontFamilies(Ex)A/W() and TranslateCharse...
2004-03-15 Royce Mitchell IIImark GetPixel as @implemented and fix param names
2004-03-09 Andrew Greenwood- Implemented GetDCOrg(), which is officially obsolete...
2004-02-14 Steven EdwardsAdapted GdiTransparentBlt by Kevin Koltzau
2004-02-08 Thomas Bluemeladd sekelton for the GradientFill() implementation.
2004-02-08 Filip Navara- Very basic implementation of ExtEscape
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2004-01-10 Art YerkesThese former stubs are now defined in fillshap.c
2004-01-10 Richard CampbellMoved (Ext)FloodFill to fillshap.c and have it call...
2003-12-21 Filip NavaraBug fixes.
2003-12-21 Filip NavaraPartial implementation of GetPixel.
2003-12-20 Filip NavaraFixed parameter names of PatBlt.
2003-12-15 Filip NavaraImplementation of [NtGdi]RectVisible.
2003-12-13 Thomas Bluemelfixed NtGdiCreateIC() to use UNICODE_STRING
2003-12-13 Thomas Bluemelfixed NtGdiCreateDC() to use UNICODE_STRINGs
2003-12-12 Thomas Bluemelfixed NtGdiAddFontResource() to accept a PUNICODE_STRING
2003-12-12 Gé van GeldorpIncomplete implementation of hooks
2003-12-08 Casper Hornstrup2003-12-08 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-04 Aleksey BraginMake StretchBlt() call NtGdiStretchBlt() if src and...
2003-12-02 Gé van GeldorpFix called routine names
2003-11-16 Steven EdwardsAdded port of LineDDA function from WINE.
2003-11-15 Thomas Bluemelmoved metafile functions into objects/metafile.c
2003-11-08 Filip Navara- Added CreateEllipticRgn, CreateEllipticRgnIndirect...
2003-10-28 Gé van GeldorpMore DirectDraw groundwork by Peter Bajusz
2003-10-06 Filip NavaraFixed line endings.
2003-10-06 Filip NavaraI commited more files than I wanted by mistake. :(...
2003-10-06 Filip NavaraAdded vfw.h header for compiling comctl32.dll with...
2003-09-12 Gé van Geldorp(Partial) implementation of Ellipse()
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-09-09 Gé van GeldorpRoundRect() implementation by Royce3
2003-09-06 James TaborImplement temp GetEnhMetaFilePixelFormat
2003-09-06 James TaborImplementing OpenGl support
2003-08-28 Gé van GeldorpStubs for newer functions (patch by Jonathan Wilson)
2003-08-26 Thomas Bluemelbig patch by Jonathon Wilson for GDI32 & related stuff
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Andrew GreenwoodThis is Jonathan Wilson's patch, which implements DrawF...
2003-08-14 Royce Mitchell IIIpatch by Jonathon Wilson
2003-08-08 Richard Campbellfixed typo
2003-08-07 Royce Mitchell III* added _DISABLE_TIDENTS macro to disable any ANSI...
2003-08-05 Thomas BluemelANSI/UNICODE struct separation patch by Royce3, ANSI...
2003-08-04 Royce Mitchell IIIfixed 2 bugs in HEAP_strdupA2W, moved the HEAP_ functio...
2003-07-29 Royce Mitchell IIIfixed all my bugs passing PUNICODE_STRING objects as...
2003-07-28 Royce Mitchell IIIfixed allocation size in call to RtlAllocateHeap
2003-07-28 Royce Mitchell IIIcast return value of RtlAllocateHeap to proper type
2003-07-24 Royce Mitchell IIIdestubbing
2003-07-24 Royce Mitchell IIIfinished destubbing
2003-07-21 Royce Mitchell IIIlib/gdi32/misc/stubsa.c: fixed uninitialized pointer...
2003-07-21 Royce Mitchell IIImore gdi32 destubbing.
2003-07-21 Royce Mitchell IIImore gdi32 destubbing, fixed declarations for EnumFontsA/W
2003-07-21 Royce Mitchell IIIfixed declaration for W32kEnumFontFamiliesEx.
2003-07-21 Royce Mitchell IIIput GetObjectW back in stubsw.c until Jim's ready for it
2003-07-21 James TaborImplemented Unplugged GDI32 code
2003-07-21 Royce Mitchell IIIfixed gdi32 not building. order is important for TARGET...
2003-07-21 Royce Mitchell III*** empty log message ***
2003-07-21 Royce Mitchell IIImoved USER32_DevModeA2W to lib/rosrtl/misc/devmode...
2003-07-21 James TaborImplemented Unplugged GDI32 code
2003-07-20 James TaborImplemented Unpluged DC code
2003-07-20 James TaborImplemented unpluged DC code.
next