Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / drawing / drawing.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-12-01  Paul Cornettuse new pen/brush style names in samples
2012-12-01  Paul Cornettremove colour/pen/brush arguments which are the default...
2012-03-06  Paul Cornettavoid using wxDC::Blit() and wxDC::GetPixel() on window...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-20  Vadim ZeitlinDon't use template member function in drawing sample...
2011-07-19  Vadim ZeitlinAllow saving the drawing sample canvas to a file or...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-09  Vadim ZeitlinAdd tests of other hatched brushes to the drawing sample.
2011-03-09  Vadim ZeitlinDon't pop up annoying message box in the drawing sample.
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-07-23  Vadim ZeitlinAllow passing multi-line strings to wxDC::DrawText...
2010-07-23  Vadim ZeitlinFix mismatches between format strings and arguments.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-06-02  Vadim ZeitlinFix drawing of scaled bitmaps in wxCairoContext.
2010-06-02  Vadim ZeitlinDon't hard code position of the drawing sample window...
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2009-08-24  Vadim ZeitlinNo changes, just fix unused variables and parameters...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-08-27  Vadim Zeitlinget rid of duplicate enum (#9895)
2008-08-21  Vadim Zeitlindocument that text drawing is not affected by the curre...
2008-08-21  Vadim Zeitlincontinue even if the bitmaps can't be found; look for...
2008-08-01  Vadim Zeitlinno real changes, just some minor cleanup to fix a few...
2008-02-11  Vadim Zeitlinuse #ifdef __WXMAC__, not #if
2007-12-22  Stefan Csomorforgot to release capture
2007-12-22  Stefan Csomoradding rubberbanding
2007-11-30  Robert RoeblingDC reorganization
2007-11-10  Stefan Csomoradding the python sample for graphicscontext
2007-09-09  Vadim Zeitlinfixed off by 1 bug in wxDC::GradientFillLinear() (patch...
2007-05-15  Václav Slavíkcompilation fixes for --disable-compat28
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-14  Vadim Zeitlinlabel the different gradient pictures clearly
2006-10-21  Robert Roebling Use wxGCDC in wxGTK to draw "Alpha" test page
2006-10-10  Stefan Csomorturning around defines, using a graphics context enable...
2006-10-09  Robin DunnBumping the version number also requires that version...
2006-09-29  Stefan Csomorgraphics context implementation test case
2006-09-19  Robert Roebling More tests for circles and arcs.
2006-03-15  Włodzimierz SkibaWarning fixes.
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-15  Włodzimierz SkibaSplines sample.
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2005-02-12  Julian SmartGetPixel and FloodFill (in this case) not supported...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-06-24  Włodzimierz SkibaFixes for Smartphone builds. Sample does not work yet...
2004-06-13  Dimitri Schoolwerthreplaced menu calls Append([...], true) with the less...
2004-05-25  Julian SmartMore name changes
2004-05-20  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-02-29  Vadim Zeitlindocs and example for wxDC::DrawPolyPolygon() (patch...
2003-12-11  Julian SmartApplied patch [ 846809 ] Cleaning of 11 samples
2003-06-07  Vadim Zeitlinno changes
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-21  Julian SmartApplied patch [ 598286 ] Fixes uninitted var in drawing...
2002-06-20  Julian Smartifdefed out Offset call for Mac
2002-06-12  Vadim Zeitlinadded clipping test
2002-04-22  Julian SmartFixed drawing sample compilo for wxMotif (doesn't have...
2002-04-01  Julian SmartAdded FloodFill patch for samples
2002-03-24  Václav Slavíkdon't use wxApp::GetStdIcon
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-02-13  Robert Roebling wxX11:
2002-02-10  Václav Slavíkmore wxMGL-aware samples
2002-02-02  Vadim Zeitlinadded more commands for moving the logical origin
2002-02-01  Vadim Zeitlintest wxRegion::Offset()
2002-01-03  Vadim Zeitlinsome brush tests
2001-12-28  Vadim Zeitlinremoved my timing code accidentally committed before
2001-12-24  Vadim Zeitlindon't crash if bitmaps are not found
2001-11-22  Mattia BarbonUnicode compilation fixed for almost all samples
2001-10-07  Václav SlavíkFloodFill not in MGL, either
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-08-23  Vadim Zeitlinfixes for rotated text drawing
2001-06-30  Gilles Depeyrotinclude xpm files for Mac OS after correction of wxICON...
2001-06-17  Vadim Zeitlinmore region tests
2001-06-17  Vadim Zeitlinfixed clip rect when logical coords != device ones
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-04  Robert Roebling Some more drawing things,
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-04  Robert Roebling Adapted wxGTK to wxMSW's notion of region setting.
2000-03-03  Robert Roebling Clean-up, speed-up and bug-fix for wxListCtrl drawing,
2000-03-02  Robert Roebling Added test for region clipping.
2000-02-21  Robert Roebling Slightly better GC pooling,
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-17  Robert Roebling Small testing changes,
2000-02-17  Julian SmartRemoved redundant wxColour constructor (how come this...
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-17  Julian SmartAdded demo of strange rectangle behaviour
2000-02-15  Vadim Zeitlin1. dnd demo in treetest
2000-02-15  Guillermo Rodrigue... added tests for filled rects
2000-02-10  Robin Dunnmoved Clear() outside of if (textured)...
2000-02-10  Robin Dunnadded option for drawing a textured background to test...
next