explorerframe: Add IOleWindow implementation.
[wine] / dlls / gdi32 /
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-30  Alexandre Julliardgdi32: Refresh the DC transforms when the visible recta...
2010-07-29  Alexandre Julliardgdi32: Fix offset for mirrored devices that have a...
2010-07-29  Alexandre Julliardgdi32: Fix text positioning in mirrored DCs.
2010-07-29  Alexandre Julliardgdi32: Mirror the clip region when the DC is mirrored...
2010-07-28  Alexandre Julliardgdi32: Make sure the text dimensions are always positiv...
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-28  Alexandre Julliardgdi32: Make the top right corner the DC origin for...
2010-07-28  Dmitry Timoshkovgdi32: Make sure that all the glyph metrics are transfo...
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
2010-07-26  Alexandre Julliardgdi32: Store the total visible rectangle in the DC.
2010-07-26  Alexandre Julliardgdi32: Replace the SelectVisRgn Wine-specific export...
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-21  Marcus Meissnergdi32: Rebuild font hash after changing the matrix.
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-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...
next