gdi32: Fix East-Asian font parameters.
[wine] / dlls / gdi32 / gdiobj.c
2012-06-18  Akihiro Sagawagdi32: Fix East-Asian font parameters.
2012-06-12  Dmitry Timoshkovgdi32: Do not normalize height of the default GUI font.
2012-06-04  Dmitry Timoshkovgdi32: Fix parameters of some GDI stock fonts.
2011-11-07  Akihiro Sagawagdi32: Use the translated string as a charset name.
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the device...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2010-10-12  Alexandre Julliardgdi32: Improve tracing of GDI objects to make leaks...
2010-08-20  Jerome Leclanchegdi32: Properly set ERROR_NOACCESS when GetObject recei...
2010-03-04  Dylan Smithgdi32: Provide a non-blank font face name for ANSI_FIXE...
2010-02-24  Dmitry Timoshkovgdi32: Dump GDI objects in the case of running out...
2010-02-08  Alexandre Julliardgdi32: Do not load 16-bit gdi.exe by default.
2010-01-26  Nikolay Sivovgdi32: Add GdiInitializeLanguagePack() stub.
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-07  Alexandre Julliardgdi32: Don't include wingdi16.h by default.
2009-02-19  Rob Shearmangdi32: Move 16-bit functions not exported in gdi32...
2009-01-29  Alexandre Julliardgdi32: Store a separate flag to mark a GDI object for...
2009-01-29  Alexandre Julliardgdi32: Increment the reference count for the initial...
2009-01-28  Alexandre Julliardgdi32: Get rid of GDI_ReallocObject.
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Unreal...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2009-01-27  Alexandre Julliardgdi32: Release the GDI lock when calling the DC DeleteO...
2008-12-17  Maarten Lankhorstgdi32/user32: Make __wine_make_gdi_object_system CDECL.
2008-12-11  ByeongSik Jeongdi32: Unify Chinese and Japanese default font name.
2008-02-28  Andrew Talbotgdi32: Assign to structs instead of using memcpy.
2008-02-18  Alexandre Julliardgdi32: Move a few more gdiobj functions to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Reimplemented GetObject16 and moved it to gdi16.c.
2008-02-18  Alexandre Julliardgdi32: Reimplemented IsGDIObject16 and moved it to...
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the GDI object functions.
2007-12-21  Zhangrong Huanggdi32, winex11.drv: Correct default Chinese font name.
2007-09-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Select...
2007-09-27  Alexandre Julliardgdi32: Move the object refcount handling to the SelectO...
2007-09-27  Alexandre Julliardgdi32: Don't pass an object pointer to the SelectObject...
2007-08-22  Alexandre Julliardgdi32: Fix a few more places that use the wrong get...
2007-08-22  Paul Vriensgdi32: Fix possible NULL pointer dereference (Coverity).
2007-08-21  Alexandre Julliardgdi32: Add separate functions for releasing/freeing...
2007-05-30  Dmitry Timoshkovgdi32: Fix compilation warnings in 64-bit mode.
2007-03-21  Andrew Talbotgdi32: Replace inline static with static inline.
2006-12-20  Andrew Talbotgdi32: Remove unused function.
2006-11-17  Alexandre Julliardgdi32: Get rid of the gdi.h include.
2006-10-20  Alexandre Julliardgdi32: Renamed the gdi directory to gdi32.