A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / notebook /
2003-01-08  Julian SmartApplied cvsignore patch
2002-12-05  Julian SmartUpdated version
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  David WebsterFor OS/2
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-21  Julian SmartApplied patch [ 598173 ] Fixes erroneous logging notebo...
2002-08-16  Vadim Zeitlinadded a command to delete last page and not only the...
2002-07-21  Vadim Zeitlinfixed notebook sample page creation for wxGTK (patch...
2002-07-19  Julian SmartApplied patch [ 581280 ] Revamped notebook sample
2002-04-07  Gilles Depeyrotupdated CodeWarrior 5.3 exported xml projects
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-05  Gilles Depeyrotuse wxWindow instead of wxTopLevelWindow (not yet imple...
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-10-12  Vadim Zeitlinmake the main dialog resizeable
2001-10-09  Vadim Zeitlinadded new project files for all samples and demos;...
2001-09-18  Gilles Depeyrotcorrections related to wxDialog inheritance changes...
2001-09-09  Gilles Depeyrotrenamed CodeWarrior 5 projects (added new ones as well)
2001-08-12  Gilles Depeyrotcorrected CodeWarrior project target names and generate...
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-09  Vadim Zeitlinapplied patch 424550 (fix compilation of the notebook...
2001-06-07  Julian SmartUpdates for version change to 2.3.1
2001-05-10  Julian SmartRemoved references to xpm[d].lib
2001-03-31  Gilles Depeyrotadded CarbonAccessors object file for non Carbon builds
2001-03-05  Gilles Depeyrotignore CodeWarrior build directory and output files
2001-02-26  Gilles Depeyrotadded CodeWarrior projects for Classic Mac OS
2001-02-06  Julian SmartUpdated VC++ project files for making DLL-based samples
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Ron Leerenamed notebook sample
2000-03-14  Vadim Zeitlin1. aapplied patch for bcc makefiles from Ricky Gonzales
2000-02-29  Vadim Zeitlin1. fruitless attempts to reproduce wxNotebook bug in...
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-21  Vadim Zeitlintests for XPM images
2000-01-21  Vadim Zeitlin1. some DDE tests in exec
2000-01-03  Robert Roebling Distrib things,
1999-10-16  Robert Roebling Restored wxSizeEvent code form last week -> wxGLCanvas
1999-08-14  Robert Roebling Makefile updates
1999-08-14  Robert Roebling More samples makefiles
1999-08-13  Robert Roebling More smaple makefiles
1999-08-02  Vadim Zeitlin1. minor headers rearrangement: wxprec.h doesn't includ...
1999-07-12  Vadim Zeitlin1. wxTextControl::SetFont() does something (good or...
1999-07-09  Vadim Zeitlinadded wxUSE_FS_INET/ZIP
1999-07-03  Robert Roebling Added wxExtDialog and sample.
1999-06-24  Vadim Zeitlinseveral notebook bugs fixed:
1999-06-07  Robert Roebling Added some WINE things.
1999-06-02  Vadim Zeitlinremoving (finally) autogenerated files
1999-06-02  Vadim Zeitlinslightly updated makefiles
1999-06-01  Vadim Zeitlinre-readding makefiles
1999-06-01  Vadim Zeitlinre-removing Makefile.in
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-06-01  Vadim Zeitlinold makefiles removed
1999-05-28  Robert Roebling Small correction to list ctrl and default button...
1999-05-25  Robert Roebling Fixed a notebook crash and added more tests to sample.
1999-05-20  Robert Roebling GtkMyFixed is now more "GTK 1.2.3 ready".
1999-02-09  Julian SmartRationalised Cygwin sample makefiles
1999-01-24  Julian SmartRenamed .nt makefiles to .vc and factored them out...
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1999-01-07  Julian SmartWatcom C++ mods
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-13  Robert Roebling Bit of CVS clean-up
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-11-17  Julian SmartCured BC++ makefile bug; wxGrid fix; updated Motif...
1998-11-08  Robert Roebling Compile and build fixes for wxGTK and wxMotif
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-26  Julian SmartAdded simple notebook sample