support for GTK3
[wxWidgets.git] / include / wx / gtk / dc.h
2012-06-30  Paul Cornettsupport for GTK3
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2007-12-06  Paul Cornettmake access for virtuals match base
2007-12-01  Paul Cornettnon-pch build fixes
2007-11-30  Robert RoeblingDC reorganization
2007-09-24  Robert RoeblingRemove several hack from PS code, use high resolution...
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-03  Robert Roebling Putting draft of wxImplDC and the wxDC using it
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
2007-03-30  Vadim Zeitlinremoved virtual GetSelectedBitmap() from the base wxDC...
2006-10-12  Robin DunnFixup Blit so it can be used with a source that is...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-24  Paul Cornettcorrect access for virtual
2006-08-19  Paul Cornettsimplify coordinate transformation code
2005-11-30  Włodzimierz SkibaMissing wxUSE_PALETTE markup (#1369489).
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-10-07  Julian SmartApplied patch [ 1039940 ] Prevent redefinition of MM_xx...
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
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-02-10  Vadim Zeitlinfix for wxUniv/GTK scrolling
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-07-15  Bryan Pettymerged 2.2 branch
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-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.
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
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-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-03  Robert Roebling It's possible now to save to a PNG. OK, I still
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-16  Robert Roebling New scrolling for GTK
1998-08-12  Robert Roebling Added PushEventHandler, Pop...
1998-07-24  Robert RoeblingwxFrame::CreateToolBar() stuff
1998-05-20  Karsten BallüderInitial revision