don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / gtk1 / dcclient.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-01-26  Robert Roebling Small speed up to fonts and support for scaling.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-04-17  Julian SmartAdded wxDF_HTML
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-06-27  Vadim Zeitlinlinking fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-07-19  Ove KaavenReally cheesy attempt to make wxDC::DrawText() utilize...
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-11-22  Robert Roebling Headers moved a bit.
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-15  Vadim Zeitlintypo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_S...
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-05  Robert Roebling synched Clear() and SetBackgroundColour()
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-12-01  Robert Roebling New wxDC hierarchy
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-07-13  Robert Roeblingmemdc and bitmap fixes
1998-05-20  Karsten BallüderInitial revision