xinput1_3: Quiet a noisy fixme.
[wine] / dlls / gdi32 /
2010-06-21  Paul Chitescugdi32: If driver is missing claim vectorial fonts are...
2010-06-17  Alexandre Julliardgdi32: Fix the sign of the vertical text position in...
2010-06-15  Andrew Nguyenwinex11.drv: Report a non-zero COLORRES capability...
2010-06-14  Nikolay Sivovgdi32: Add CreateFontIndirectEx implementation.
2010-06-02  John Voltzgdi32: Fix typo in enhanced metafile Arc function.
2010-06-01  Andrew Nguyengdi32: Fix parameter handling of GetBoundsRect.
2010-06-01  Andrew Nguyengdi32/tests: Uncomment and enhance a Win9x-specific...
2010-05-31  Aric Stewartgdi32: Do not ignore USP_E_SCRIPT_NOT_IN_FONT when...
2010-05-31  Aric Stewartgdi32: Set lpOrder in BIDI_Reorder even for strings...
2010-05-27  Alexandre JulliardRevert "gdi32: Pre-multiply RGB values by alpha for...
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-24  Aric Stewartgdi32: Handle a BiDi string being shaped into more...
2010-05-18  Dmitry Timoshkovgdi32: Do not use VDMX for mapping of negative font...
2010-05-17  Alexandre Julliardgdi32: Pre-multiply RGB values by alpha for subpixel...
2010-05-14  Alexandre JulliardFix the bitmap info size computation when masks are...
2010-05-13  Aric Stewartgdi32: Use usp10 to optionally generate glyphs for...
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-06  Huw Daviesgdi32: Add support for ETO_PDY and improve world transf...
2010-05-06  Alexandre Julliardgdi32: Add a global function to retrieve the display...
2010-05-06  Alexandre Julliardgdi32: Don't store the display driver in the global...
2010-05-06  Alexandre Julliardgdi32: Don't bother freeing graphics drivers.
2010-05-05  Huw Daviesgdi32: Fix ExtTextOutA -> W forwarding when ETO_PDY...
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-21  Alexandre Julliardgdi32: Fix handling of bitmap header size for V4/V5...
2010-04-20  Alexandre Julliardgdi32: Convert the driver list to a standard Wine list.
2010-04-14  Alexandre Julliardgdi32: Use the more detailed libwine information to...
2010-04-14  Aric Stewartups10: Reimplement ScriptLayout to properly handle...
2010-04-14  Aric Stewartusp10: Improve ScriptItemize with a SCRIPT_CONTROL...
2010-04-13  Roderick Colenbranderwinex11: Add support for 32-bit DDBs.
2010-04-12  Nikolay Sivovgdi32: Use supplied hdc for DIB_RGB_COLORS if it's...
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-29  Mikhail Maroukhinegdi32: Fix compiler warnings with flag -Wcast-qual.
2010-03-26  Louis LendersQuiet two noisy FIXME's.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Dmitry Timoshkovgdi32: Fix GDI locking in SetBitmapBits.
2010-03-05  Paul Vriensgdi32/tests: Fix a test failure on Win9x/WinMe.
2010-03-04  Dylan Smithgdi32: Provide a non-blank font face name for ANSI_FIXE...
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-24  Dmitry Timoshkovgdi32: Dump GDI objects in the case of running out...
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-02-08  Alexandre Julliardgdi32: Do not load 16-bit gdi.exe by default.
2010-02-03  Huw Daviesgdi32: Zero pad the facename buffer so that we don...
2010-01-26  Nikolay Sivovgdi32: Add GdiInitializeLanguagePack() stub.
2010-01-20  Christian Costagdi32: Improve some FIXMEs.
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-30  Andrew Nguyengdi32: Fix a typo in ScaleViewportExtEx.
2009-12-28  Alexandre Julliardgdi32: Load the 32-bit gdi.exe module wrapper from...
2009-12-24  Alexandre Julliardgdi32: Use a standard critical section instead of a...
2009-12-14  Rob Shearmangdi32: Fix memory leaks on EMF_Create_HENHMETAFILE...
2009-12-14  André Hentschelgdi32/tests: Also test non-style suffix.
2009-12-11  Hans Leidekkergdi32: Implement WineEngGetCharABCWidthsFloat and forwa...
2009-12-07  Alexandre Julliardgdi32: Avoid use of some 16-bit types.
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-12-07  Alexandre Julliardgdi32: Make gdi.exe into a stand-alone 16-bit module.
2009-12-07  Alexandre Julliardgdi32: Stop exporting the 16-bit print job functions.
2009-12-02  Huw Daviesgdi32: Fix incorrect initialization of path array.
2009-12-01  Alexandre Julliardgdi32: Avoid calling get_dc_ptr on a null handle.
2009-11-30  Dan Kegelgdi32: Fix minor read buffer overrun in CombineRgn.
2009-11-24  Francois Gougetgdi32: Make wglCreateContextAttribsARB() static.
2009-11-24  Francois Gougetgdi32/tests: Make test_CreateFontIndirect() static.
2009-11-23  Charles Davisgdi32/tests: Test BitBlt() to an enhanced metafile.
2009-11-23  Charles Davisgdi32/enhmfdrv: When blitting, don't crash if the sourc...
2009-11-23  Charles Davisgdi32/enhmfdrv: Get the source transformation from...
2009-11-23  Charles Davisgdi32/enhmfdrv: Don't fill in the PelsPerMeter fields...
2009-11-18  Roderick Colenbranderwgl: Add initial WGL_ARB_create_context support.
2009-11-18  André Hentschelgdi32/tests: Simplify testcase.
2009-11-17  Alexandre Julliardgdi32: Remove remaining references to gdi32 internals...
2009-11-17  Alexandre Julliardgdi32: Disable SetSolidBrush16 since it requires access...
2009-11-17  Alexandre Julliardgdi32: Reimplement the 16-bit metafile functions on...
2009-11-17  Alexandre Julliardgdi32: Reset the visible region in ResetDC.
2009-11-17  André Hentschelgdi32: Don't strip font suffix.
2009-11-17  Alexandre Julliardgdi32: Get rid of the SetDCOrg driver entry point.
2009-11-17  Alexandre Julliardgdi32: Disable SetDCOrg16.
2009-11-17  Alexandre Julliardgdi32: Reimplement SaveVisRgn16/RestoreVisRgn16 to...
2009-11-17  Alexandre Julliardgdi32: Return copies of the region in InquireVisRgn16...
2009-11-17  Alexandre Julliardgdi32: Disable the 16-bit visible region manipulation...
2009-11-17  Alexandre Julliardgdi32: Reimplement LPtoDP16/DPtoLP16 on top of the...
2009-11-17  Alexandre Julliardgdi32: Don't crash when we don't have AbortProc thunks.
2009-11-16  Roderick Colenbranderwgl: Get rid of delayed GLX context creation. Instead...
2009-11-16  Detlef Riekenbergwineps: Don't depend on 16-bit PrinterData functions...
2009-11-16  Eric Pouechgdi.exe: Rewrite QueryAbort16 to be independant of...
2009-11-16  Eric Pouechgdi.exe: No longer use 16bit abort procs inside the...
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-11-11  Alexandre Julliardgdi32: Don't update the metafile bounding box in ExtTex...
2009-10-22  Nikolay Sivovgdi32: Always create a context for DIB_RGB_COLORS.
2009-10-20  Nikolay Sivovgdi32: Prevent possible buffer overrun.
2009-10-07  Dmitry Timoshkovgdi32: Rework the test for too large width/height font...
2009-10-02  Joel Holdsworthgdi32: Added tests for StretchDIBits.
next