gphoto2.ds: Add Lithuanian translation.
[wine] / dlls / gdi32 /
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...
2009-01-08  Francois Gougetwinapi_test: Fix TEST_FIELD() so it correctly tests...
2009-01-08  Francois Gougetwinapi_test: FIELD_ALIGNMENT() is redundant so remove it.
2009-01-08  Francois Gougetwinapi_test: Updated so the generated tests work.
2009-01-07  Francois Gougetgdi32: Remove some dead code.
2009-01-03  Alexandre Julliardgdi32/tests: Fix a pointer casting warning on 64-bit.
2008-12-29  Byeongsik Jeongdi32: Restore the trimmed bitmap image by FT_Render_Gl...
2008-12-24  Byeongsik Jeongdi32: Don't truncate the added pixels with FT_LCD_FILT...
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-12-23  Alexandre Julliardgdi32: Fix the build without Freetype LCD support.
2008-12-22  ByeongSik Jeongdi32, winex11: Add support for subpixel font rendering.
2008-12-17  Maarten Lankhorstgdi32/user32: Make __wine_make_gdi_object_system CDECL.
2008-12-17  Lei Zhanggdi32: Prevent integer overflow in CreateBitmapIndirect.
2008-12-15  Paul Vriensgdi32/tests: Fix a few failures on Win9x.
2008-12-15  Francois Gougetgdi32: Export three implemented 16bit Engine*() functions.
2008-12-15  Francois Gougetgdi32: Make [GS]etDCState() static.
2008-12-12  Francois Gougetgdi32/tests: Make test_GdiAlphaBlend() static.
2008-12-12  Paul Vriensgdi32/tests: Fix some test failures on Win9x.
2008-12-11  ByeongSik Jeongdi32: Unify Chinese and Japanese default font name.
2008-12-11  Paul Vriensgdi32/tests: Remove the todo_wine logic where appropriate.
2008-12-10  Paul Vriensgdi32/tests: Fix a failure on NT4.
2008-12-05  Paul Vriensgdi32/tests: Fix a few test failures on Win9x and WinMe.
2008-12-04  Paul Vriensgdi32/tests: Fix a few test failures on Win9x and WinMe.
2008-12-03  Aric Stewartgdi32: Use the substitute name, if it exists, when...
2008-12-03  Dmitry Timoshkovgdi32: Make PATH_AddEntry static.
next