added --with-wxdir=DIR option
[wxWidgets.git] / samples /
2003-01-18  Václav Slavíkadded wxFileName::MakeRelative test
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Vadim Zeitlincompilation fix for wxUniv (patch 664699)
2003-01-11  Mattia Barbon Use checkbox if togglebutton not available.
2003-01-11  Mattia Barbon Documented wxMotif filedialog limitations WRT wildcar...
2003-01-10  Stefan Csomorcorrected type for text document (non standard save...
2003-01-10  Stefan Csomormakefile important for setting the correct creator...
2003-01-10  Stefan CsomorRegister Default Creators under wxMac
2003-01-10  Stefan Csomoradded custom icons
2003-01-10  Stefan Csomoradded custom icons
2003-01-10  Stefan Csomorno message
2003-01-08  Julian SmartApplied cvsignore patch
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-04  Julian SmartIndicated in the source and on initialisation that...
2003-01-03  Julian SmartAdded opengl32.lib glu32.lib to OpenGL samples VC+...
2003-01-02  Vadim Zeitlinadded test for wxLIST_FORMAT_CENTRE/RIGHT
2003-01-02  Vadim Zeitlintest InsertItems() trying to reproduce the bug 633150...
2003-01-01  Vadim Zeitlinadded a test for check tbar buttons state
2003-01-01  Vadim Zeitlinadded check/uncheck/toggle tests
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-27  Mattia Barbon Applied patch [ 652491 ] Update makefiles for mingw
2002-12-27  Julian SmartApplied patch [ 657515 ] Widgets sample notebook out...
2002-12-22  Mattia Barbon Unicode compilation fixes.
2002-12-21  Vadim Zeitlinfixed memory leak (patch 655899)
2002-12-17  Julian SmartAdded wxUniv project file for dialogs
2002-12-17  Julian SmartFurther improvements to MFC sample.
2002-12-17  Julian SmartMFC sample now works properly; WinMain not defined...
2002-12-16  Mattia Barbon Last samples/Unicode fixes.
2002-12-15  Mattia Barbon Fixed all remaining samples/Unicode compilation errors.
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-12-14  Gilles Depeyrotadded commands to search for menus and menu items by...
2002-12-14  Mattia Barbon More samples/Unicode fixes.
2002-12-14  Mattia Barbon Fixed compilation of some more samples in Unicode...
2002-12-13  Mattia Barbon Make some of the samples compile in Unicode mode.
2002-12-09  Vadim Zeitlinremoved garbage pixels from the icon
2002-12-09  Julian SmartAdded horse3.ani
2002-12-09  Julian SmartApplied patch [ 642172 ] Fix menu accelerators in ownerdrw
2002-12-08  Václav Slavíkuse AddBook(wxFileName)
2002-12-08  Václav SlavíkUnicode compilation fixes for treectrl sample
2002-12-07  Vadim Zeitlinadded trivial test for wxTextInputStream
2002-12-05  Julian SmartUpdated version
2002-12-05  Julian SmartChecked for stream validity in wxImage::GetImageCount.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-11-28  Vadim Zeitlinadded test for env var expansion
2002-11-28  Vadim Zeitlincompilation fix in !WXWIN_COMPATIBILITY_2_2 mode; set...
2002-10-11  David Websteros2 update to rc file
2002-09-14  Vadim Zeitlinno changes
2002-09-14  Vadim Zeitlinprintf() format warning fix
2002-09-14  Gilles Depeyrotdon't override INSTALL as install path is made absolute...
2002-09-11  Robin DunnChange needed for when the COMPATIBILITY flags are...
2002-09-10  Vadim ZeitlinWindows and Unicode compilation fixes
2002-09-10  Vadim Zeitlinuncomment SetMargins() call which works now (the person...
2002-09-10  Vadim Zeitlinadded printf() test suite
2002-09-09  Julian SmartAdded widgets sample
2002-09-09  Vadim Zeitlinremoved a trailing comma from enum (this is an error...
2002-09-08  Vadim Zeitlinvariosu fixes to the tests
2002-09-08  Vadim Zeitlinfixed Printf() format spec warnings
2002-09-08  Gilles Depeyrotpath correction for wxMac using Apple Developer Tools
2002-09-08  Vadim Zeitlincorrected wxExecute() tests
2002-09-08  Vadim Zeitlinthe sample now builds in Unicode mode
2002-09-07  Stefan NeisAdded check for Refresh function.
2002-09-07  Vadim Zeitlinadded wxFileDialog::SetDirectory test
2002-09-07  Stefan NeisApplied patch showing off John Labenski's
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-06  Julian SmartApplied patch [ 549256 ] fix minor bug in widgets sample
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-04  Vadim Zeitlinfix crash if Delete menu command is used twice
2002-09-04  David WebsterFor OS/2
2002-09-04  Gilles DepeyrotSetBackground with a bitmap is only implemented in...
2002-09-03  Julian SmartAvoid using wxTextCtrl::SaveFile with no arg
2002-09-03  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-02  Vadim Zeitlinfixed the button alignment flags
2002-09-01  Julian SmartApplied patch [ 600051 ] DDE and TCP improvements and...
2002-08-31  Gilles Depeyrotuse include "..." instead of <...>
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-31  Julian SmartApplied patch [ 600500 ] Tip-of-day: comments, translatable
2002-08-27  Vadim Zeitlinmade it compile with wxUniv (which doesn't have tooltips)
2002-08-27  Vadim Zeitlinadded icons to virtual list mode
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-24  Gilles Depeyrotupdated CW exported xml projects
2002-08-24  Gilles Depeyrotignore files produced when building samples
2002-08-24  Julian SmartAttempts to reduce errors in compile farm for
2002-08-22  Vadim Zeitlinblind fix for gcc warning about ?: and different enums
2002-08-22  Vadim Zeitlinfix for gcc warning about incorrect format arg
2002-08-22  Vadim Zeitlingcc warning about unused smile fixed (that's serious...
2002-08-22  Vadim Zeitlingcc 3.1 warning fixes (patch 598343)
2002-08-22  Vadim Zeitlincompilation fix (patch 598331)
2002-08-22  Vadim Zeitlinremoved debugging code from the sample
2002-08-22  Vadim Zeitlinuse SendSizeEvent() to resize the button correctly...
2002-08-22  Julian SmartOnSize must not be skipped for non-wxX11 platforms
2002-08-21  Vadim Zeitlinfixed the async process IO polling code
2002-08-21  Vadim Zeitlinadded propsize to the list of samples
2002-08-21  Julian SmartApplied patch [ 598173 ] Fixes erroneous logging notebo...
2002-08-21  Julian SmartApplied patch [ 598286 ] Fixes uninitted var in drawing...
2002-08-21  Vadim Zeitlinremoved (broken) richedit sample from the list of sampl...
2002-08-20  Vadim Zeitlintest new wxProcess::IsInputAvailable/Opened functions
2002-08-20  Stefan Csomornot necessary anymore
2002-08-20  Vadim Zeitlinadded tests for wxString::To/FromAscii
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
next