Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk / dcmemory.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-28  Robin DunnwxDC::GetHandle support for wxGTK
2012-03-04  Paul Cornettremove unnecessary includes
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2007-12-03  Robert Roeblingcorrect wxMemoryDC constr. to not use m_owner
2007-11-30  Robert RoeblingDC reorganization
2007-11-14  Robert RoeblingFurther wxDC changes
2007-09-23  Robert RoeblingConverted wxGTK's basic DC classes to new DC code
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-06-19  Paul Cornettremove redundant GdkBitmap representation from wxBitmap
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
2006-01-14  Mart RaudseppRemove stray whitespaces
2006-01-02  Michael WetherellAdd comments about the pango crashes on Solaris 10
2005-12-30  Michael WetherellThe Sun customised version of Pango shipping with Solar...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-02  Mart Raudsepp[wxGTK2] Plug memory leak in wxMemoryDC (approx. 525...
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
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-05-01  Vadim Zeitlinfixes for working with mono bitmaps (patch 728768)
2003-01-26  Robert Roebling Font work.
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-01-15  Robert Roebling black now denotes 0 on mono-bitmaps.
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-05-15  Robert Roebling DC change header change for wxMemoryDC and wxPostscri...
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-01  Robert Roebling New wxDC hierarchy
1998-11-25  Robert Roebling Fixed module code
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
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 Added mising AddBitmapList in wxBitmap
1998-07-13  Robert Roeblingmemdc and bitmap fixes
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-20  Karsten BallüderInitial revision