gdi32: Implement SelectBrush for solid brushes.
[wine] / dlls / gdi32 / driver.c
2011-03-28  Gregory M. Turnergdi32: Initialize SetLayout function pointer.
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-18  Alexandre Julliardgdi32: Add a null driver entry point for StretchDIBits.
2011-03-17  Alexandre Julliardgdi32: Get rid of the BitBlt driver entry point.
2011-03-17  Alexandre Julliardgdi32: Add a null driver entry point for PatBlt.
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for UnrealizePalette.
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for GetDeviceCaps.
2011-03-16  Alexandre Julliardgdi32: Properly manage the driver stack during DC creat...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DIB functions.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the text functions.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DC state...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-15  Alexandre Julliardgdi32: Add null driver entry point for world transform...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the path functions.
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the palette...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the color manag...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the pixel forma...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the device...
2011-03-10  Alexandre Julliardgdi32: Add a SetLayout driver entry point and implement...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the various...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for SetDCBrush...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the OpenGL...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the mapping...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the clipping...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the print spool...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for painting functi...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for a number of...
2011-03-08  Alexandre Julliardgdi32: Add initial support for a null graphics driver.
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2010-10-26  Hans Leidekkergdi32: Move EnumICMProfiles to the driver.
2010-07-26  Alexandre Julliardgdi32: Get rid of the GetDCOrgEx driver entry point...
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-04-20  Alexandre Julliardgdi32: Convert the driver list to a standard Wine list.
2010-03-26  Louis LendersQuiet two noisy FIXME's.
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-11-18  Roderick Colenbranderwgl: Add initial WGL_ARB_create_context support.
2009-11-17  Alexandre Julliardgdi32: Get rid of the SetDCOrg driver entry point.
2009-06-15  Louis Lendersgdi32: Add stub for GdiEntry13.
2009-02-11  Francois GougetAssorted spelling fixes.
2009-01-27  Andrew Nguyengdi32: Stub the NamedEscape function.
2008-06-23  Dan Kegelgdi32: GdiConvertToDevmodeW should not refer to unintia...
2008-04-24  Roderick Colenbranderwgl: Add a wine specific WGL extension which allows...
2008-03-05  Hans Leidekkergdi32: Move GetICMProfile to the driver.
2007-12-20  Dmitry Timoshkovgdi32: Add a test for minimal acceptable DEVMODEA size...
2007-12-19  Dmitry Timoshkovgdi32: In the calculations use a fixed dmSize, not...
2007-12-18  Dmitry Timoshkovgdi32: Add a GdiConvertToDevmodeW test, make it pass...
2007-09-24  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the driver...
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-11-17  Alexandre Julliardgdi32: Get rid of the palette mapping handling and...
2006-11-06  Roderick Colenbranderwgl: Fix WoW screen flickering.
2006-10-31  Roderick Colenbranderwinex11.drv: Route wglMakeContextCurrentARB through...
2006-10-27  Roderick Colenbranderwgl: Move part of wglGetProcAddress to gdi32.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.