Use InvalidateItem instead of explicit InvalidateRect, it is cleaner,
[wine] / dlls / gdi / win16drv /
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-09-06  Michael StefaniucPrepare dlls/{comctl32,gdi,msvideo,setupapi,shell32...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-28  Alexandre JulliardFixed a number of dll separation issues.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre JulliardMoved a large number of 16-bit functions to a separate...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-06-25  Alexandre JulliardReplaced LPTODP/DPTOLP macros by calls to LPtoDP/DPtoLP...
2002-06-10  Alexandre JulliardMoved DC origin into device-specific structure.
2002-06-02  Alexandre JulliardBetter separation of the palette functions.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAdded function table to GDI objects for better encapsul...
2002-05-09  Alexandre JulliardAdded ExtSelectClipRgn to the DC interface and implemen...
2002-05-07  Alexandre JulliardMoved parts of the DC initialisation and bitmap selecti...
2002-04-14  Alexandre JulliardPass a PHYSDEV to EnumDeviceFont and release the GDI...
2002-04-06  Huw D M DaviesAdded support for ResetDC.
2002-03-28  Alexandre JulliardChanged the GDI driver interface to pass an opaque...
2002-03-27  Alexandre JulliardMoved metafiles and win16 drivers to dlls/gdi.