opengl32: Move wglCreateContext to the WGL driver.
[wine] / dlls / gdi32 / mfdrv / objects.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-11-07  Alexandre Julliardgdi32: Retrieve the brush pattern bits from the cache...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-18  Alexandre Julliardgdi32: Return the correct error code when selecting...
2011-08-31  Alexandre Julliardgdi32: Forward the null driver PutImage to the DIB...
2011-08-03  Alexandre Julliardgdi32: Use GetImage to retrieve the brush bits in metaf...
2011-07-25  Alexandre Julliardgdi32: Add an inline helper to retrieve a DDB byte...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-04-04  Alexandre Julliardgdi32: Use the hdc from the generic physdev structure...
2010-11-01  Alexandre Julliardgdi32: Remove unnecessary uses of wownt32.h.
2010-02-03  Huw Daviesgdi32: Zero pad the facename buffer so that we don...
2009-12-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-09-26  Alexandre Julliardgdi32: BS_DIBPATTERN brushes use a 32-bit handle in...
2009-01-26  Michael Stefaniucgdi32: Remove superfluous pointer casts.
2008-12-23  Maarten Lankhorstgdi32/winex11.drv: Change all gdi/opengl operations...
2008-05-02  Huw Daviesgdi32: Rename DIB_BitmapInfoSize to bitmap_info_size...
2008-02-18  Alexandre Julliardgdi32: Avoid calling GetObject16 from 32-bit code.
2007-01-02  Alexandre Julliardgdi32: Avoid leaking a handle in MFDRV_ExtSelectClipRgn.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.