urlmon: Implemented canonicalization of query strings.
[wine] / dlls / gdi32 / tests /
2010-08-03  Andrew Nguyengdi32: Improve AddFontMemResourceEx parameter validation.
2010-08-02  Dmitry Timoshkovgdi32: Do not crash on an invalid pointer passed to...
2010-07-30  Alexandre Julliardgdi32: Replicate a Windows bug in StretchDIBits for...
2010-07-29  Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
2010-07-28  Alexandre Julliardgdi32/tests: Add some tests for the DC origin in RTL...
2010-07-28  Alexandre Julliardgdi32/tests: Make function pointers global in the mappi...
2010-07-23  Alexandre Julliardgdi32: Update the DC mappings when the layout is changed.
2010-07-22  Alexandre Julliardgdi32/tests: Fix a typo in a macro name.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-07-19  Alexandre Julliardgdi32/tests: Fixed coordinates matching to use a relati...
2010-06-15  Andrew Nguyenwinex11.drv: Report a non-zero COLORRES capability...
2010-06-14  Nikolay Sivovgdi32: Add CreateFontIndirectEx implementation.
2010-06-01  Andrew Nguyengdi32: Fix parameter handling of GetBoundsRect.
2010-06-01  Andrew Nguyengdi32/tests: Uncomment and enhance a Win9x-specific...
2010-05-27  Alexandre Julliardgdi32: Only 16 and 32 bpp DIB sections can have bitfields.
2010-05-27  Alexandre Julliardgdi32: Return the actual DIB section bitfields instead...
2010-05-24  Austin Englishgdi32/tests: Use ret in test_CreateFontIndirect().
2010-05-18  Dmitry Timoshkovgdi32: Do not use VDMX for mapping of negative font...
2010-05-10  Gerald Pfeifergdi32/tests: Remove two variables which are not really...
2010-05-10  Gerald Pfeifergdi32/tests: Remove variable oldPen which is not really...
2010-05-03  Gerald Pfeifergdi32: Remove variable x which is not really used from...
2010-04-26  Gerald Pfeifergdi32: Remove variable retb which is not really used...
2010-04-13  Roderick Colenbranderwinex11: Add support for 32-bit DDBs.
2010-04-09  Alexandre Julliardgdi32: Avoid some rounding errors in AngleArc.
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Dmitry Timoshkovgdi32: Fix some DC leaks in gdi32 bitmap tests.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-05  Paul Vriensgdi32/tests: Fix a test failure on Win9x/WinMe.
2010-03-01  Henri Verbeetgdi32: GetObject() should return the DIB's absolute...
2010-03-01  Henri Verbeetgdi32/tests: Fix a few format strings.
2010-02-25  Dmitry Timoshkovgdi32: Fix the DeleteDC test failures under Win9x.
2010-02-24  Dmitry Timoshkovuser32: DeleteDC() should allow to delete a DC returned...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-16  Andrew Nguyengdi32: Check the region handle in GetClipRgn later.
2010-01-19  Ilya Shpigorgdi32: Additional checking in the test for font creatio...
2009-12-31  Ilya Shpigorgdi32: Test for font creation with the OEM charset.
2009-12-14  André Hentschelgdi32/tests: Also test non-style suffix.
2009-11-24  Francois Gougetgdi32/tests: Make test_CreateFontIndirect() static.
2009-11-23  Charles Davisgdi32/tests: Test BitBlt() to an enhanced metafile.
2009-11-18  André Hentschelgdi32/tests: Simplify testcase.
2009-11-17  André Hentschelgdi32: Don't strip font suffix.
2009-11-16  André Hentschelgdi32/tests: Test CreateFontIndirect for suffix stripping.
2009-11-13  Huw Daviesgdi32/tests: Test the return value of GetClipBox before...
2009-10-07  Dmitry Timoshkovgdi32: Rework the test for too large width/height font...
2009-10-02  Joel Holdsworthgdi32: Added tests for StretchDIBits.
2009-10-02  Joel Holdsworthgdi32: Added tests for StretchBlt.
2009-09-18  Markus Stockhausengdi32: Check for NULL pointer in GdiAlphaBlend.
2009-09-08  Ilya Shpigorgdi32/tests: Add test for SelectClipRgn in metafile.
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-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-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-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  Rein Klazesgdi32/tests: Show that there is an upper limit to the...
2009-06-24  Huw Daviesgdi32: Add tests for GetTransform.
2009-06-23  Huw Daviesgdi32: Add tests for SetVirtualResolution.
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  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-05-22  Paul Vriensgdi32/tests: Fix a test failure on Win9x/WinME.
2009-05-04  Nikolay Sivovgdi32: Check header pointer in CreateDIBitmap.
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: Completely implement SaveDC in the driver, havin...
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: Add a couple of SetGraphicsMode/SetWorldTransfor...
2009-03-31  Massimo Del Fedelegdi32/tests: Add test for GetGlyphOutlineW() requesting...
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  Huw Daviesgdi32/tests: Fix tests on NT4.
2009-03-04  Huw Daviesgdi32/tests: Win9x doesn't initialize the bitmap bits...
next