oleaut32: Use WIC to decode gif files.
[wine] / dlls / gdi32 /
2009-08-06  Andrew Nguyengdi32: Fix the type of a few return values.
2009-08-03  Aric Stewartgdi32: Ensure child fonts have names.
2009-08-03  Dmitry Timoshkovgdi32: Use a better heuristics for tmWeight.
2009-08-03  Dmitry Timoshkovgdi32: Some fonts have a broken last segment of cmap4...
2009-07-17  Huw Daviesgdi32/tests: Add a broken case for some versions of...
2009-07-16  Joel Holdsworthgdi32/tests: Added tests for BitBlt.
2009-07-16  Aric Stewartgdi32: In init_system_links, reinitialize val_len and...
2009-07-13  Huw Daviesgdi32/tests: Allow a small tolerance when comparing...
2009-07-08  Huw Daviesgdi32/tests: Don't continue with the tests if GetWinMet...
2009-07-07  Huw Daviesgdi32: Use a modified version of MulDiv to match native...
2009-07-06  Paul Vriensgdi32/tests: Mark an intermittent failure as broken...
2009-07-03  Huw Daviesgdi32/tests: Fix tests on win9x and winMe.
2009-07-02  Huw Daviesgdi32/tests: Add some traces and fix a few comments.
2009-07-02  Huw Daviesgdi32: Add tests for the map mode and window size records.
2009-07-02  Huw Daviesgdi32: Write the map mode and window size records after...
2009-07-01  Huw Daviesgdi32/tests: Dump the correct metafile if the test...
2009-07-01  Huw Daviesgdi32/tests: Add a test for the MFCOMMENT record's...
2009-06-30  Huw Daviesgdi32: Add tests for the GetWinMetaFileBits MFCOMMENT...
2009-06-30  Huw Daviesgdi32: Store the original emf as a sequence of MFCOMMEN...
2009-06-30  Huw Daviesgdi32: Remove obviously incorrect calls to SetMapMode.
2009-06-30  Huw Daviesgdi32: Use the unicode version of CreateMetaFile.
2009-06-29  Francois Gougetgdi32/tests: Make test_GetTextMetrics2() static.
2009-06-26  Francois Gougetgdi32/tests: Fix the trailing '\n' of a few ok() calls.
2009-06-25  Huw Daviesconfigure: Remove reference to obsolete ftnames.h.
2009-06-25  Rein Klazesgdi32/tests: Show that there is an upper limit to the...
2009-06-24  Huw Daviesgdi32: Add tests for GetTransform.
2009-06-24  Huw Daviesgdi32: Implement GetTransform for the other valid trans...
2009-06-23  Huw Daviesgdi32: Add tests for SetVirtualResolution.
2009-06-23  Huw Daviesgdi32: Implement SetVirtualResolution.
2009-06-22  Huw Daviesgdi32: CBM_INIT is a flag.
2009-06-16  Paul Vriensgdi32/tests: Fix the last test failure on NT4.
2009-06-16  Paul Vriensgdi32/tests: Fix some test failures on NT4.
2009-06-15  Louis Lendersgdi32: Add stub for GdiEntry13.
2009-06-15  Paul Vriensgdi32/tests: Fix several test failures on Win9x/WinME...
2009-06-15  Francois Gougetgdi32/tests: Small indentation fix.
2009-06-08  Rein Klazesgdi32: Fix RectInRegion() if right < left or bottom...
2009-06-02  Michael Stefaniucgdi32: Avoid using long when not needed.
2009-05-22  Paul Vriensgdi32/tests: Fix a test failure on Win9x/WinME.
2009-05-12  Paul TBBle Hampsongdi32: Autopopulate FontLinks when autopopulating FontS...
2009-05-05  Paul TBBle Hampsongdi32: Don't add system_links entries for substituted...
2009-05-05  Paul TBBle Hampsongdi32: Fetch child fonts by real parent font name.
2009-05-04  Nikolay Sivovgdi32: Check header pointer in CreateDIBitmap.
2009-04-30  Paul TBBle Hampsongdi32: Remove tabs from init_system_links TRACEs.
2009-04-30  Paul TBBle Hampsongdi32: Ensure font name comparisons are case-insensitive.
2009-04-29  Rein Klazeswinex11: GetPixel() on a monochrome bitmap should retur...
2009-04-28  Paul Vriensgdi32/tests: Fix a test failure on NT4.
2009-04-28  Paul Vriensgdi32/tests: Fix some test failures on Win9x/WinME.
2009-04-23  Paul Vriensgdi32/tests: Fix a test failure on NT4.
2009-04-20  Paul Vriensgdi32/tests: Skip several tests on Win9x.
2009-04-07  Alexandre Julliardgdi32: Fix SetEnhMetaFileBits last error handling.
2009-04-07  Alexandre Julliardgdi32: Completely implement RestoreDC in the driver...
2009-04-07  Alexandre Julliardgdi32: Allow the visible region to be zero since this...
2009-04-07  Alexandre Julliardgdi32: Completely implement SaveDC in the driver, havin...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC restoring functionality into...
2009-04-07  Alexandre Julliardgdi32: Move the whole DC saving functionality into...
2009-04-07  Alexandre Julliardgdi32: Remove Get/SetDCState16 implementation, it shoul...
2009-04-07  Alexandre Julliardgdi32: Move freeing of the DC path and regions into...
2009-04-07  Alexandre Julliardgdi32/tests: Add some metafile tests. Fix typos.
2009-04-06  Aric Stewartgdi32/tests: Demonstrate issues in wine with SaveDC...
2009-04-06  Dmitry Timoshkovgdi32: Use GdiGetCodePage() instead of duplicating...
2009-04-06  Dmitry Timoshkovgdi32: Cache current font code page in the DC structure.
2009-04-06  Dmitry Timoshkovgdi32: Add a couple of SetGraphicsMode/SetWorldTransfor...
2009-03-31  Massimo Del Fedelegdi32: Fix PATH_add_outline when mapping mode != MM_TEXT.
2009-03-31  Massimo Del Fedelegdi32: PATH_ExtTextOut remove incorrect shift to DC...
2009-03-31  Massimo Del Fedelegdi32: Correctly handle space char on Path_ExtTextOut().
2009-03-31  Massimo Del Fedelegdi32/tests: Add test for GetGlyphOutlineW() requesting...
2009-03-25  Michael Stefaniucgdi32: Use "%p" to TRACE() pointers.
2009-03-13  Paul Vriensgdi32/tests: Fix some test failures on Win9x.
2009-03-12  Paul Vriensgdi32/tests: Fix two test failures on Win9x.
2009-03-11  Huw Daviesgdi32/tests: Under win9x GetBitmapBits returns zero...
2009-03-11  Huw Daviesgdi32/tests: Mark as broken another case where win9x...
2009-03-11  Huw Daviesgdi32/tests: win9x doesn't initialise the bitmap bits...
2009-03-11  Huw Daviesgdi32/tests: Remove a cut and paste error.
2009-03-10  Huw Daviesgdi32/tests: Win9x's GetDIBits() sets biSizeImage to...
2009-03-10  Huw Daviesgdi32/tests: Marked another win9x failure as broken.
2009-03-10  Huw Daviesgdi32/tests: Fix yet another place where win9x returns...
2009-03-09  Huw Daviesgdi32/tests: Fix another case where win9x returns bmTyp...
2009-03-09  Huw Daviesgdi32/tests: win9x doesn't return the correct number...
2009-03-09  Huw Daviesgdi32/tests: Mark win9x behaviour as broken.
2009-03-04  Alexandre Julliardgdi32: Make dispdib.dll into a stand-alone 16-bit module.
2009-03-04  Huw Daviesgdi32/tests: Fix tests on NT4.
2009-03-04  Huw Daviesgdi32/tests: Win9x doesn't initialize the bitmap bits...
2009-03-03  Huw Daviesgdi32/tests: Improve some test failure messages.
2009-03-02  Eric Pouechwinex11: Correctly pad 1 bpp DDB's lines with 0 values.
2009-03-02  Dmitry Timoshkovgdi32: Fix the font rotation direction.
2009-02-27  Huw Daviesgdi32/tests: Winnt doesn't set last error when a NULL...
2009-02-27  Huw Daviesgdi32/tests: Don't expect the screen dc's bitmap to...
2009-02-27  Huw Daviesgdi32/tests: Add a broken() to an always true test.
2009-02-27  Dmitry Timoshkovgdi32: Revert an unrelated part of 028617b90ba586bdb307...
2009-02-24  Francois Gougetgdi32/tests: Use win_skip() to skip over unimplemented...
2009-02-23  Huw Daviesgdi32/tests: Don't test the height that is 1.75 times...
2009-02-20  Huw Daviesgdi32: Fix fractional scaling threshold.
2009-02-20  Paul Vriensgdi32/tests: Report a missing function only once.
2009-02-19  Huw Daviesgdi32/tests: Add tests for the 120 dpi bitmap fonts.
2009-02-19  Huw Daviesgdi32: Set the font family as FF_MODERN if the panose...
2009-02-19  Huw Daviesgdi32/tests: Output the requested font name on failure.
2009-02-19  Huw Daviesgdi32/tests: Output the required font height if the...
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-02-18  Huw Daviesgdi32/tests: From Vista onwards TabbedTextOut ignores...
2009-02-18  Huw Daviesgdi32: The special handling of the character codes...
next