Add wxControl::GetSizeFromTextSize() to size the control to its text.
[wxWidgets.git] / samples / widgets /
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
2006-12-11  Vadim Zeitlin1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi...
2006-12-11  Vadim ZeitlinwxSearchCtrl is an editable control (too)
2006-12-11  Vadim ZeitlindeTABified
2006-12-11  Vadim Zeitlinrestored variabes initialization in OnButtonSet() to...
2006-12-11  Vadim Zeitlincompilation fix for USE_PCH==0
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Vadim Zeitlinfixed off by one error in OnButtonSet()
2006-12-10  Vadim Zeitlincompilation fix for g++ < 3.4 after last commit
2006-12-10  Włodzimierz SkibaImplemented Set button for date picker page.
2006-12-03  Vadim Zeitlinfix initial layout of the widgets pages: avoid calling...
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-22  Vadim Zeitlintest indeterminate wxGauge mode (part of patch 1551409)
2006-10-19  Włodzimierz SkibaRescale images automatically with informations about...
2006-10-16  Włodzimierz SkibaFix for assert in 'dynarray.cpp' by Jaakko Salli.
2006-10-13  Włodzimierz SkibaFix for assert in setting image from file by Jaakko...
2006-10-09  Paul Cornettbuild fixes for WXWIN_COMPATIBILITY_2_6=0
next