don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / erase / erase.cpp
2008-04-18  Robert RoeblingReverted accidental change
2008-04-18  Robert RoeblingLayout improvements for CalendarCtrl
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-30  Włodzimierz SkibaWrong #pragma interface/implementation warning fixes.
2005-02-13  Vadim Zeitlinadded test for not erasing background
2005-02-13  Robert Roebling Small correction to erase sample, added PrepareDC()
2005-02-13  Vadim Zeitlinadded test for Blit()ting OnEraseBackground() results...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-05-28  Włodzimierz Skiba-1->wxID_ANY, TRUE->true, FALSE->false replacements
2004-05-25  Julian SmartMore name changes
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-01  Mattia BarbonPatch [ 584078 ] Misc samples fixes from Dimitri School...
2002-05-05  Vadim Zeitlinfixed compilation and added a test for OnErase() to...
2002-03-29  Robert Roebling A bit of scrolling works under GTK 2.0
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2002-02-24  Robert Roebling Added expose event compression.
2002-02-24  Robert Roebling More tests in erase sample.
2002-02-18  Robert Roebling Added more wxRegion tests to erase sample.
2002-02-16  Robert Roebling Put a wxRegion test into the erase sample.
2002-02-10  Václav Slavíkmore wxMGL-aware samples
2001-06-30  Gilles Depeyrotinclude xpm files for Mac OS after correction of wxICON...
2001-06-13  Julian SmartAdded wxUSE_MENUS to setup0.h to make menu sample compile;
2001-06-11  Robert Roebling Applied wxImage::Scale() patch,