Rebake after last change.
[wxWidgets.git] / demos / life /
2003-11-14  Dimitri SchoolwerthApplied patch #825402 ("Fix for Unicode Open Watcom...
2003-10-17  Václav Slavíksamples.inc is not data file
2003-10-07  Václav Slavíkfixed bakefile so that in-tree headers take precedence...
2003-10-04  Václav Slavíkregenerated makefiles
2003-09-18  Julian SmartApplied patch [ 807060 ] warning free demos
2003-09-15  Julian SmartUpdated makefiles etc. for 2.5.1
2003-09-11  Julian SmartApplied patch [ 804322 ] Fixes for the "life" demo
2003-08-25  Julian SmartUnicode fixes
2003-08-24  Václav Slavíkregenerated makefiles
2003-08-23  Václav Slavíkregenerated with fixed version of bakefile
2003-08-22  Robin Dunnregenerated makefiles
2003-08-16  Václav Slavíkremoved old bc++ makefiles
2003-08-15  Václav Slavíkchange MSW libs directories so that libraries are share...
2003-08-14  Václav Slavíkremoving old makefiles
2003-08-14  Václav Slavíkcorrected DSW dependencies
2003-08-13  Václav Slavíknew VC++ project files with both dll and lib in one...
2003-08-13  Václav Slavíkmakefiles update with OSX fixes
2003-08-08  Václav Slavík1) some compilers (Watcom) don't like it if wxBase...
2003-08-06  Václav Slavíkregenerated makefiles
2003-08-03  Václav Slavíkbakefilized demos
2003-03-30  Mattia Barbon Applied patch [ 702254 ] Life: Fix to page scrolling
2003-01-25  Gilles Depeyrotadded CarbonFrameworkLib to CodeWarrior 5 projects
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-04-11  Julian SmartCorrected the sizer code for the navigation tool window --
2002-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
2002-02-15  Julian SmartInclude XPM under wxX11 for some samples; added comment...
2002-02-10  Václav Slavíkmore wxMGL-aware samples
2002-01-25  Vadim Zeitlininserted @IF_GNU_MAKE@ to allow building with other...
2002-01-18  Julian SmartUpdated VC++ files
2002-01-10  Gilles Depeyrotchanged PPC struct alignement setting
2001-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-11-19  Julian SmartProject file corrections, doc corrections
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-09-08  Gilles Depeyrotrenamed CodeWarrior 5 projects
2001-08-12  Gilles Depeyrotbitmap mask corrections for Mac OS
2001-08-12  Gilles Depeyrotadded CodeWarrior 5.3 projects for working demos
2001-08-10  Julian SmartFixed project files for regex.lib, taking the regex...
2001-07-22  Gilles Depeyrotadded dependency handling to Makefiles
2001-06-27  Julian SmartUpdated version to 2.3.2 so apps can test for differenc...
2001-06-09  Gilles Depeyrotadded dead-strip static initialization code option
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-05-10  Guillermo Rodrigue... Use GetPath instead of GetFileName in file selector...
2001-05-10  Guillermo Rodrigue... Streams were being created the wrong way (was using...
2001-03-31  Gilles Depeyrotadded CarbonAccessors to non Carbon builds
2001-02-09  Gilles Depeyrotupdated CodeWarrior projects for latest wxMac commit
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2001-02-04  Gilles Depeyrotcorrections for event handling changes in wxWindows
2001-02-04  Gilles Depeyrotre-added CodeWarrior projects for Classic Mac OS (as...
2001-02-04  Gilles Depeyrotremoved CodeWarrior projects added as binary instead...
2001-02-04  Gilles Depeyrotadded CodeWarrior projects for Classic Mac OS
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Guillermo Rodrigue... Added a Motif-only extra call to UpdateInfoText() just...
2000-03-19  Julian SmartMisc small changes
2000-03-18  Stefan NeisDon't try to use Tooltips, if they are not available.
2000-03-09  Guillermo Rodrigue... Removed a space (oh, dear, it looks like a joke
2000-03-09  Guillermo Rodrigue... Added samples.inc to DATAFILES in Makefile.in - is...
2000-03-09  Guillermo Rodrigue... Removed an extra scope resolution operator in the decla...
2000-03-08  Guillermo Rodrigue... Forgot to add this one
2000-03-04  Guillermo Rodrigue... Motif blindfix :-)
2000-03-03  Guillermo Rodrigue... new XPMs
2000-03-03  Guillermo Rodrigue... new bitmaps
2000-03-03  Guillermo Rodrigue... Life version 2.1
2000-02-24  Guillermo Rodrigue... Very minor changes
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-17  Guillermo Rodrigue... Optimized drawing code in OnMouse() for freehand drawing.
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-02-11  Guillermo Rodrigue... Another oops.
2000-02-11  Guillermo Rodrigue... Oops.
2000-02-11  Guillermo Rodrigue... Modified for new THUMBRELEASE event
2000-02-09  Guillermo Rodrigue... Zooming buttons / menu options automatically disabled...
2000-02-09  Robin Dunnfixed VC6 compilation error
2000-02-09  Guillermo Rodrigue... Added automatic connection of drawn points
2000-02-08  Guillermo Rodrigue... Life! version 2
2000-01-31  Vadim Zeitlin1. configre/makefiles changes
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
2000-01-13  Guillermo Rodrigue... last line missing
2000-01-08  Guillermo Rodrigue... Split the sample in three source files + three header...
2000-01-08  Vadim Zeitlinupdated configure and the makefiles after the samples...
2000-01-08  Vadim Zeitlinrenaming and moving samples around