Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk1 / dc.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-05-05  Robert Roebling Make wxGTK1.2 compile again.
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2001-01-31  Vadim ZeitlinwxDC scaling fix patch (Derry Bryson)
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-07-25  Robert Roebling Added wxStaticBitmap::SetIcon()
1999-05-26  Robert Roebling Got a new idea to do cursors, including global
1999-05-16  Robert Roebling Minor DC correction.
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Robert Roebling postscript Blit()
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-06  Robert Roebling Update for bitmap, image on scaling, transparancy,
1998-12-03  Robert Roebling wxWindow::ReParent()
1998-12-01  Robert Roebling drawing optimization fix
1998-11-12  Robert Roebling CalcBoundingBox() added so that Max() works in wxDC
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-04  Julian SmartFixed compile error in gtk/dc.cpp (L.88); also menu...
1998-09-03  Robert Roebling It's possible now to save to a PNG. OK, I still
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-16  Robert Roebling New scrolling for GTK
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-13  Robert Roeblingresize mdi and notebook client
1998-07-09  Robert RoeblingThreadnoGui compiles now.
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-20  Karsten BallüderInitial revision