dmstyle: Assign to structs instead of using memcpy.
[wine] / dlls / gdi32 /
2008-02-22  Rob Shearmangdi32: Optimise StretchBlt for the case where no stretc...
2008-02-20  Michael Stefaniucgdi32: Move EnumFontFamiliesEx16() to gdi16.c and reimp...
2008-02-19  Aric Stewartgdi32: Japanese Windows had a default fallback Font...
2008-02-19  Michael Stefaniucgdi32: Move EnumFonts16 and EnumFontFamilies16 to gdi16.c.
2008-02-19  Roderick Colenbrandergdi32: GetPaletteEntries should not filter peFlags...
2008-02-18  Alexandre Julliardgdi32: Avoid calling GetObject16 from 32-bit code.
2008-02-18  Alexandre Julliardgdi32: Move a few more gdiobj functions to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Get rid of the 16-bit GetObject functions.
2008-02-18  Alexandre Julliardgdi32: Reimplemented GetObject16 and moved it to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Reimplemented IsGDIObject16 and moved it to...
2008-02-17  Alexandre Julliardgdi32: Export the DC hook functions as 32-bit functions.
2008-02-13  Michael Stefaniucgdi32: Move two 16bit function stubs to gdi16.c.
2008-02-12  Gerald Pfeifergdi32: For unsigned types, directly use INTERNAL_YDS
2008-02-07  Detlef Riekenberggdi32: Add stub for GdiInitSpool and GdiGetSpoolMessage.
2008-02-06  Reece H. Dunngdi32: Improve the failure reporting in the bitmap...
2008-02-05  Alexandre Julliardgdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer...
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the palette functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the GDI object functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in font functions.
2008-02-05  Alexandre Julliardgdi32: Use a separate critical section for freetype...
2008-02-05  Alexandre Julliardgdi32: Avoid locking in BITMAP_CopyBitmap.
2008-02-05  Alexandre Julliardgdi32: Don't hold the GDI lock when calling DC_InitDC.
2008-02-05  Alexandre Julliardgdi32: Get rid of a few more uses of DC_GetDCPtr.
2008-02-05  Alexandre Julliardgdi32: Avoid locking in CreateCompatibleBitmap.
2008-02-05  Aric Stewartgdi32: Child fonts need to be scaled like their parent...
2008-01-25  Reece H. Dunngdi32: Vista returns UNICODE_NOCHAR if a character...
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-23  Kai Blingdi32: Fix spec file to export the right symbols for...
2008-01-22  Hans Leidekkergdi32: Add tests for GetICMProfile and SetICMMode.
2008-01-22  Hans Leidekkergdi32: Make GetICMProfile behave more like native....
2008-01-22  Hans Leidekkergdi32: Last parameter of GetICMProfile is an output...
2008-01-21  Marcus Meissnergdi32: Fix possible NULL ptr in TRACE.
2008-01-21  Dmitry Timoshkovgdi32: Actually perform the fractional scaling test...
2008-01-16  Sin-ta Hsieagdi32: Fix Traditional Chinese font mapping to "PMingLi...
2008-01-16  Francois GougetAssorted spelling fixes.
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-16  Francois Gougetgdi32: Small wording tweaks in comments.
2008-01-16  Dmitry Timoshkovgdi32: Allocate cache for face enumeration data only...
2008-01-15  Dan Kegelgdi32: Fix AddFontResource behavior with relative paths.
2008-01-15  Dmitry Timoshkovgdi32: Do not allow to create too large device dependen...
2008-01-15  Dmitry Timoshkovgdi32: Add a test for undocumented EnumFontFamiliesEx...
2008-01-14  Dmitry Timoshkovgdi32: Initialize more fields in GetEnumStructs.
2008-01-14  Dmitry Timoshkovgdi32: Use public FS_xxxxxx defines.
2008-01-11  Dmitry Timoshkovgdi32: Simplify GetEnumStructs.
2008-01-11  Dmitry Timoshkovgdi32: Fix a GdiFont leak.
2008-01-10  Dmitry Timoshkovgdi32: Fix the regression caused by the scaling font...
2008-01-09  Gerald Pfeifergdi32: Tighten range checking in PlayEnhMetaFileRecord...
2008-01-08  Dmitry Timoshkovgdi32: Add support for scaling font metrics.
2008-01-08  Dmitry Timoshkovgdi32: Add more tests for bitmap font metrics scaling.
2008-01-07  Eric Pouechgdi32: Break loop in MF_PlayMetaFile when META_EOF...
2008-01-07  Alexandre Julliardgdi32/tests: Avoid using size_t in traces.
2008-01-07  Andrew Talbotgdi32: Remove unneeded casts.
2008-01-04  Dmitry Timoshkovgdi32: Remove redundant indentation levels in CreateFon...
2008-01-03  Austin EnglishSpelling fixes.
2008-01-02  Hans Leidekkergdi32: Add a stub implementation for RemoveFontMemResou...
2007-12-27  Aric Stewartfonts: Correct External leading for japanese small...
2007-12-23  Peter Oberndorfergdi32: Fix a comment typo.
2007-12-21  Zhangrong Huanggdi32, winex11.drv: Correct default Chinese font name.
2007-12-20  Dmitry Timoshkovgdi32: Add a test for minimal acceptable DEVMODEA size...
2007-12-19  Dmitry Timoshkovgdi32: In the calculations use a fixed dmSize, not...
2007-12-19  Dmitry Timoshkovgdi32: When compiling with PSDK headers request latest...
2007-12-19  Michael Stefaniucgdi32: There is no need to cast NULL to a function...
2007-12-18  Francois GougetAssorted spelling fixes.
2007-12-18  Dmitry Timoshkovgdi32: Add a GdiConvertToDevmodeW test, make it pass...
2007-12-17  Stefan Dösingerwinex11: Activate the depth-bpp difference.
2007-12-14  Alexandre Julliardgdi32/tests: Fix a compiler warning.
2007-12-14  Stefan Dösingergdi32: Test the "alpha" channel on compatible bitmaps.
2007-12-13  Aric Stewartgdi32: Cache font enum info.
2007-12-13  Stefan Dösingergdi32: Test the bit depth of compatible bitmaps explicitly.
2007-12-12  Stefan Dösingergdi32: Test bitmap depths.
2007-12-12  Stefan Dösingergdi32, winex11drv: Add a test for compatible bitmap...
2007-12-10  Hans Leidekkergdi32: GetCharABCWidthsI does not require a scalable...
2007-12-10  Aric Stewartgdi32: Font tests with Japanese font data. Thanks...
2007-12-08  Detlef RiekenbergAssorted spelling fixes.
2007-12-03  Hans Leidekkergdi32: Implement GetTextExtentExPointI.
2007-11-29  Gerald Pfeifergdi32: Fix the type of two loop variables.
2007-11-27  Andrew Talbotgdi32: Fix a typo.
2007-11-12  Roderick Colenbranderwgl: Add wglCopyContext support.
2007-11-09  Francois Gougetgdi32/tests: Dynamically load GdiAlphaBlend() so the...
2007-11-07  Alexandre Julliardgdi32: Make all internal gdi functions hidden.
2007-11-07  Laurent Vrommangdi32: Correct a test where the tested function was...
2007-11-06  Laurent Vrommangdi32: Add a test for CloseFigure.
2007-10-24  Alexander Dorofeyevgdi32: Fix unchecked NULL ptr in BIDI_Reorder.
2007-10-24  Dan Kegelgdi32/tests: Fix false pass in warn+heap case.
2007-10-23  Alexander Dorofeyevgdi32: Fix runaway loop because of unsigned comparison...
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-23  Hans Leidekkergdi32: Remove a test that expects the break character...
2007-10-22  Alexander Dorofeyevgdi32: Fix off by one error in BIDI_Reorder.
2007-10-22  Lionel Debrouxgdi32/tests: Fix memory leak (found by Smatch).
2007-10-22  Gerald Pfeifergdi32: Add a set of braces to silence a GCC 3.4 warning.
2007-10-17  Alexandre Julliardconfigure: Check for fontconfig in the X directory...
2007-10-15  Gerald Pfeifergdi32: Avoid compiler warning in WineEngGetGlyphOutline().
2007-10-15  Huw Daviesgdi32: Try to load Wine's TrueType fonts from the build...
2007-10-15  Huw Daviesgdi32: Don't load Wine's bitmap-only TrueType fonts.
2007-10-15  Huw Daviesgdi32: Factor out the code to call FT_Load_Sfnt_Table.
2007-10-05  Huw Daviesgdi32: Fixed a misplaced break.
2007-10-03  Huw Daviesgdi32: Let the WINE_GGO_GRAY16_BITMAP case load a bitmap.
2007-10-03  Huw Daviesgdi32: Only cache the glyph metrics when rendering...
2007-10-03  Huw Daviesgdi32: TrueType fonts from the data directory should...
2007-10-02  Dmitry Timoshkovgdi32: Prefer a Microsoft cmap table over other platfor...
next