wininet/tests: Prefer winehq.org over winehq.com.
[wine] / dlls / gdi32 /
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...
2009-02-18  Huw Daviesgdi32/tests: Win9x truncates the LONG elements of LOGFO...
2009-02-17  Huw Daviesgdi32/tests: Allow the first char code to point to...
2009-02-17  Huw Daviesgdi32: In a Baltic locale the last char of a symbol...
2009-02-17  Huw Daviesgdi32/tests: Win9x doesn't ensure the facename is nul...
2009-02-17  Huw Daviesgdi32/tests: Win98 and WinMe actually do set error...
2009-02-17  Huw Daviesgdi32/tests: GetTextFaceA called with a NULL buffer...
2009-02-17  Michael Stefaniucgdi32: SetAbortProc is not a 16bit function but a 32bit...
2009-02-16  Huw Daviesgdi32/tests: Only test the lowest byte of GdiRealizatio...
2009-02-16  Huw Daviesgdi32: Improve calculation of the character code text...
2009-02-12  Huw Daviesgdi32/tests: Use the ANSI text metrics so the tests...
2009-02-12  Huw Daviesgdi32: Add missing serif types.
2009-02-11  Huw Daviesgdi32: Correct the font family values returned in the...
2009-02-11  Francois GougetAssorted spelling fixes.
2009-02-05  Dmitry Timoshkovgdi32: Make sure that World2Vport DC transformation...
2009-02-03  Dmitry Timoshkovgdi32: Add a test for the MAT2 parameter of GetGlyphOut...
2009-02-03  Dmitry Timoshkovgdi32: The MAT2 parameter of GetGlyphOutline is mandatory.
2009-01-29  Alexandre Julliardgdi32: Check for memory allocation failure in region...
2009-01-29  Alexandre Julliardgdi32: Replace the MEMCHECK macro in the region code...
2009-01-29  Alexandre Julliardgdi32: Don't hold the GDI lock while creating regions.
2009-01-29  Alexandre Julliardgdi32: Store the region data directly in the GDI object.
2009-01-29  Alexandre Julliardgdi32: Store a separate flag to mark a GDI object for...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
2009-01-28  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Freety...
2009-01-28  Alexandre Julliardgdi32: Get rid of GDI_ReallocObject.
2009-01-28  Alexandre Julliardgdi32: Allocate palette entries separately from the...
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-28  Igor Tarasovgdi32: Add logcal points to device points conversion...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Unreal...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2009-01-27  Alexandre Julliardgdi32: Release the GDI lock when calling the DC DeleteO...
2009-01-27  Andrew Nguyengdi32: Stub the NamedEscape function.
2009-01-26  Alexandre Julliardgdi32: Avoid some pointer casts.
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2009-01-25  Alexandre Julliardgdi32/tests: Fix the mapping test to handle the more...
2009-01-15  Alexandre Julliardgdi32/tests: Add a test case for calling WriteFile...
2009-01-10  Alexandre Julliardgdi32/tests: Fix an uninitialized value check and a...
2009-01-09  Alexandre Julliardgdi32/tests: Fix an uninitialized pointer check for...
2009-01-08  Francois Gougetwinapi_test: The tests don't support WIN64 yet so disab...
2009-01-08  Francois Gougetwinapi_test: The real tests are done at compile time...
next