kernel32: Create the hardware registry keys one at a time, and bail out if the main...
[wine] / dlls / gdi32 /
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.
2009-10-02  Joel Holdsworthgdi32: Added tests for StretchBlt.
2009-09-30  Alexandre Julliardgdi32: Fall back to StretchBlt if the driver doesn...
2009-09-26  Alexandre Julliardgdi32: Move the 16-bit DIB pointer support to gdi16.c.
2009-09-26  Alexandre Julliardgdi32: Get rid of the 16-bit DC hook support.
2009-09-26  Alexandre Julliardgdi32: Make wing.dll into a stand-alone 16-bit module.
2009-09-26  Alexandre Julliardgdi32: Move remaining 16-bit metafile functions to...
2009-09-26  Alexandre Julliardgdi32: BS_DIBPATTERN brushes use a 32-bit handle in...
2009-09-22  Rico Schüllergdi32: Check the current context in wglMakeCurrent().
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-06  Andrew Nguyengdi32: Fix the type of a few return values.
2009-08-03  Aric Stewartgdi32: Ensure child fonts have names.
2009-08-03  Dmitry Timoshkovgdi32: Use a better heuristics for tmWeight.
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-16  Aric Stewartgdi32: In init_system_links, reinitialize val_len and...
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-02  Huw Daviesgdi32: Write the map mode and window size records after...
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-30  Huw Daviesgdi32: Store the original emf as a sequence of MFCOMMEN...
2009-06-30  Huw Daviesgdi32: Remove obviously incorrect calls to SetMapMode.
2009-06-30  Huw Daviesgdi32: Use the unicode version of CreateMetaFile.
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  Huw Daviesconfigure: Remove reference to obsolete ftnames.h.
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-24  Huw Daviesgdi32: Implement GetTransform for the other valid trans...
2009-06-23  Huw Daviesgdi32: Add tests for SetVirtualResolution.
2009-06-23  Huw Daviesgdi32: Implement SetVirtualResolution.
2009-06-22  Huw Daviesgdi32: CBM_INIT is a flag.
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  Louis Lendersgdi32: Add stub for GdiEntry13.
next