gdi: Fix GetObject for bitmaps.
[wine] / dlls / gdi / dc.c
2005-10-31  Alexandre JulliardDefault to an empty driver instead of dying if the...
2005-10-31  Huw DaviesFix handling of relative state indices in RestoreDC.
2005-10-29  Robert ShearmanPrint an error if a DC is created with a bad device.
2005-10-28  Huw Daviesxform can be NULL when setting the identity.
2005-10-27  Phil KrylovFixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFi...
2005-04-25  Maxime BellengéPrevent CreateDCA from crashing if a bad lpInitData...
2005-04-14  Mike McCormackImplement GdiIs*DC functions.
2005-03-31  Alexandre JulliardAdded support for the DC meta region.
2005-03-25  Alexandre JulliardExplicitly store the stack of saved DCs in the DC struc...
2005-03-25  Alexandre JulliardMaintain the stack of saved vis regions in the DC struc...
2005-01-10  Rémi AssaillyImplemented GetLayout and SetLayout.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-11-23  Jon GriffithsSet the miter limit in the DC state.
2004-09-13  Dmitry TimoshkovWhen DC mapping changes reselect current pen to update...
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...