Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / widgets /
2009-10-23  Vadim ZeitlinRebaked using post-0.2.7 svn version of bakefile.
2009-10-22  Vadim ZeitlinRebake everything using bakefile 0.2.7.
2009-10-08  Kevin OllivierMake sure all Bakefile formats that use CRLF line feeds...
2009-09-26  Jaakko SalliHave wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO...
2009-09-12  Vadim ZeitlinRebake all the samples, demos and tests makefiles.
2009-08-15  Jaakko SalliAdded workaround for VC6 internal compiler error (fixes...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-19  Vadim Zeitlinfix more -Wparentheses warnings after wxLog changes
2009-07-10  Jaakko SalliDo not disable some useful buttons when wxCB_SORT style...
2009-07-09  Vadim Zeitlinmake bitmap button background more visible
2009-07-08  Vadim Zeitlinupdate LboxLogger definition after the previous revisio...
2009-07-03  Vadim Zeitlinfix harmless warnings (mostly about unused parameters...
2009-07-02  Vadim Zeitlinshow combobox drop down/close up events (closes #10954)
2009-06-22  Vadim Zeitlinrelayout the sizer containing the button after changing...
2009-06-15  Vadim Zeitlinimplement support for per-state bitmaps in wxMSW wxButton
2009-06-15  Vadim Zeitlinimplement images support for wxButton under XP and...
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-03  Vadim Zeitlinuse wxRA_SPECIFY_COLS/ROWS instead of old, deprecated...
2009-05-12  Vadim Zeitlindon't update stc.h when not building the library, it...
2009-04-26  Kevin OllivierRebake after latest changes.
2009-04-24  Chris Elliottupdate bakefile to 0.2.6
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-18  Vadim Zeitlinadd combobox drop down/close up events (closes #10587)
2009-03-15  Kevin OllivierRebake after last change.
2009-03-13  Kevin OllivierRebake after Mac bundle change.
2009-03-12  Kevin OllivierRemoving more CodeWarrior samples.
2009-03-10  Vadim Zeitlinhonour wxSP_ARROW_KEYS in wxSpinCtrlGeneric and don...
2009-03-07  Vadim Zeitlinuse wxLog::Log() instead of ugly cast
2009-03-07  Vadim Zeitlinsuppress wxLog::DoLog() and DoLogString() hiding warnings
2009-03-04  Francesco Montorsiadd headers to the samples' bakefiles so that they...
2009-03-02  Kevin OllivierLand the rest of the changes made by a rebake after...
2009-03-02  Vadim Zeitlinadded wxTextEntry::SetHint() (a.k.a. cue banner or...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Francesco Montorsimerge wxEditableListBox sample in widgets sample (it...
2009-02-03  Vadim Zeitlinadded wxPersistentRegisterAndRestore() function to...
2009-01-30  Vadim Zeitlinadd support for persistent controls
2009-01-18  Julian SmartWorkaround for GTK+ sensitivity bug
2009-01-17  Vadim Zeitlinremove MSVC solution files from svn
2009-01-15  Vadim Zeitlinlink with wininet.lib under Windows to avoid linking...
2008-11-28  Francesco Montorsifix crash caused by cancelling querybitmap dialog;...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Vadim Zeitlinrebaked using bakefile 0.2.5
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-14  Vadim Zeitlindelete the old labels when recreating the spin controls
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-09-11  Stefan Csomoradding new toolkits for osx
2008-09-04  Kevin Ollivierrebake
2008-08-31  Vadim Zeitlincompilation fix in wxUSE_STL case after r54761
2008-08-23  Stefan Csomorfixing typo
2008-08-21  Vadim Zeitlinremove unneeded dependencies from bakefiles and regener...
2008-08-21  Vadim Zeitlinadd a radio box to select the combobox type (#9845)
2008-08-05  Vadim Zeitlinlabel different controls on spin page (#9816)
2008-07-20  Vadim Zeitlinfix (harmless) Win64-compatibility MSVC warning
2008-06-29  Vadim Zeitlinadd a new menu for wxTextEntry-specific tests, currentl...
2008-06-26  Vadim Zeitlinbuild fix for PCH-less build
2008-06-21  Vadim Zeitlinadded wxGenericStaticBitmap (#9608)
2008-06-16  Vadim Zeitlindon't recreate combobox with proportion of 1 (instead...
2008-06-12  Stefan Csomormac paths updated
2008-06-02  Václav Slavíkregenerated all trunk makefiles with bakefile-0.2.3
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-05-17  Vadim Zeitlinfix crash in BitmapComboBoxWidgetsPage under wxUniv
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-04-06  Vadim Zeitlinuse wxJoin() instead of redoing it manually in the...
2008-03-18  Vadim Zeitlinadded wxSpinCtrlDouble (slightly modified patch 1835864)
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2008-03-02  Vadim Zeitlinadd platform info for Palm (add-wxpalm-info.diff part...
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-02-09  Vadim Zeitlinfix signed/unsigned comparison warning
2008-01-27  Václav Slavíkadded VC7/8 project files for samples
2008-01-23  Václav Slavíkregenerated makefiles with bkl-0.2.3
2008-01-16  Vadim Zeitlinmade all XPM const to avoid warnings from mingw32 4...
2007-12-22  Vadim Zeitlindon't use rand() for selecting the colour of the bitmap...
2007-12-22  Vadim Zeitlinfix the size of bitmaps we create (bug 1851598)
2007-12-15  Vadim Zeitlinrebaked everything, fixes problems with OpenGL samples...
2007-11-25  Václav Slavíkremoved ANSI configs from VisualC++ project files
2007-09-17  Vadim Zeitlinadded new and improved wxFileCtrl implementation (patch...
2007-09-12  Paul Cornettwarning fix
2007-08-07  Vadim Zeitlindon't include wx/wxprec.h from headers, it's bad style...
2007-08-07  Julian SmartCompile fix for VC++ 6
2007-07-28  Vadim Zeitlin(ugly) compilation fix for wxUSE_STL==1 build
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-22  Vadim Zeitlinoverride DoLog(wxString) and not the deprecated DoLog...
2007-05-28  David ElliottInclude wx/filedlg.h when not WX_PRECOMP.
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Vadim Zeitlinallow to test changing combobox selection too
2007-04-09  Vadim Zeitlinadded wx/image.h to fix compilation without PCH after...
2007-04-07  Vadim Zeitlinuse smaller icons, it looks better (patch 1695225)
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-31  Vadim Zeitlinadded test for EVT_TEXT handler for spin contorl
2007-03-20  Vadim Zeitlinno changes, just fixed spelling of 'indeterminate'
2007-02-08  Vadim Zeitlinremoved the old tmake project files
2007-02-07  Robin Dunnrebaked after changing the version number
next