Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / widgets /
2013-09-11  Vadim ZeitlinChange version to 3.0.0.
2013-09-04  Vadim ZeitlinAdd a test for a tooltip for a control inside a static...
2013-07-31  Paul Cornettdon't pass false as a wxWindowID
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-13  Vadim ZeitlinAdd a possibility to change the layout direction in...
2013-07-13  Vadim ZeitlinRebake all the samples and others makefiles too.
2013-07-06  Vadim ZeitlinOnly link with libwxscintilla if using Scintilla is...
2013-07-06  Vadim ZeitlinAlways add libwxscintilla in monolithic mode.
2013-07-06  Vadim ZeitlinRebake the rest of the files after TOOLKIT change in...
2013-05-16  Vadim ZeitlinAdd wxEVT_DIRCTRL_FILEACTIVATED wxDirCtrl event.
2013-05-16  Vadim ZeitlinRename wxEVT_DIRCTRL_CHANGED to wxEVT_DIRCTRL_SELECTION...
2013-04-26  Vadim ZeitlinTest wxTE_PROCESS_ENTER in the combobox page of the...
2013-04-26  Vadim ZeitlinMinor visual enhancement in the combobox page of the...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-09  Vadim ZeitlinRestore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl.
2013-01-21  Vadim ZeitlinDon't include wxUniversal configurations in MSVC projec...
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-06  Vadim ZeitlinRestore propagation of EVT_SEARCHCTRL_CANCEL_BTN events...
2012-11-01  Vadim ZeitlinAdded wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec...
2012-10-29  Vadim ZeitlinCompare file paths using wxFileName, not wxString,...
2012-09-28  Vadim ZeitlinFix wxSearchCtrl recreation in the widgets sample.
2012-09-28  Vadim ZeitlinRemove unused SearchCtrlWidgetsPage::Reset() from widge...
2012-09-09  Vadim ZeitlinAdd a test of wxFilePickerCtrl::GetValue() to the widge...
2012-09-09  Vadim ZeitlinAdd an informational message to the file picker page...
2012-08-30  Vadim ZeitlinGenerate wxEVT_COMMAND_TEXT_ENTER events for generic...
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-10  Vadim ZeitlinIncrease version to 2.9.5.
2012-07-02  Vadim ZeitlinSet string in wxEVT_COMMAND_COMBOBOX_SELECTED event...
2012-05-04  Vadim ZeitlinDon't return NULL widget from wxFileCtrl page of widget...
2012-04-29  Vadim ZeitlinEnable wxComboBox::SetString() test in the widgets...
2012-03-26  Paul Cornettnon-pch build fix, closes #14140
2012-03-25  Vadim ZeitlinAdded wxTimePickerCtrl::GetTime() and SetTime().
2012-03-11  Vadim ZeitlinAdd a test for wxComboBox::SetString() to the widgets...
2012-02-28  Vadim ZeitlinUse /bin/echo for creation of Mac OS X PkgInfo files.
2012-02-07  Vadim ZeitlinAvoid CRT deprecation warnings for MSVC build using...
2012-02-07  Vadim ZeitlinRebake all project files to reflect MSVC deprecation...
2012-01-15  Vadim ZeitlinRemove wxMGL port.
2012-01-15  Vadim ZeitlinRemove more Palm OS left overs.
2011-12-25  Vadim ZeitlinAlways link with expat in monolithic build.
2011-12-20  Vadim ZeitlinAdded wxTimePickerCtrl page to the widgets sample.
2011-12-20  Vadim ZeitlinReorganized the date picker page of the widgets sample.
2011-12-18  Vadim ZeitlinUpdate version to 2.9.4 in version.bkl too and rebake...
2011-12-18  Vadim ZeitlinAdded wxFilePickerCtrl::SetInitialDirectory().
2011-11-10  Jouk JansenAdd compile support for widgets sample on OpenVMS
2011-11-05  Vadim ZeitlinUse wxWindowUpdateLocker to speed up updates of the...
2011-11-05  Vadim ZeitlinFix adding a control to two different sizers in the...
2011-09-11  Steve LamertonRebake trunk after wxWebView merge and add missing...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-08-27  Vadim ZeitlinAuto complete file names in the text controls of wx...
2011-08-27  Vadim ZeitlinMake the file and dir picket controls expand in widgets...
2011-08-27  Vadim ZeitlinAdd wxTextEntry::AutoCompleteDirectories().
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-15  Vadim ZeitlinGeneric wxHyperlinkCtrl appearance and behaviour improv...
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-16  Vadim ZeitlinSplit wxTextCompleter into a base class and wxTextCompl...
2011-04-16  Vadim ZeitlinAdd support for dynamic auto-completion in wxTextEntry.
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-23  Vadim ZeitlinUse correct month in the date picker page of the widget...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-15  Vadim ZeitlinUse consistent sizes for all icons used in the button...
2011-02-27  Vadim ZeitlinAdd markup support to wxMSW wxButton and show it in...
2011-02-27  Vadim ZeitlinAdd wxUSE_MARKUP and wrap SetLabelMarkup() in it.
2011-02-27  Vadim ZeitlinNo changes, just add a couple of #if wxUSE_COMMANDLINKB...
2011-02-27  Vadim ZeitlinReplace wxST_MARKUP style with wxControl::SetLabelMarkup().
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2011-02-03  Vadim ZeitlinRebake everything using bakefile 0.2.9.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-21  Vadim ZeitlinCorrect drawing of mnemonics in wxStaticBox label under...
2010-09-21  Vadim ZeitlinFix wxStaticBox label redrawing when "Alt" is pressed...
2010-08-17  Vadim ZeitlinAdd new wxCommandLinkButton class.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Vadim ZeitlinOptionally set the window name in wxPersistentRegisterA...
2010-07-11  Vadim ZeitlinSet the string to search for in wxSearchCtrl events.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Vadim ZeitlinUse PBM_SETMARQUEE to implement indeterminate mode...
2010-05-29  Vadim ZeitlinAdd "filter changed" event to wxFileCtrl.
2010-05-21  Vadim ZeitlinSimplify and correct MSW selection of background brush...
2010-05-13  Vadim ZeitlinUse GetWidgets() in the widgets samples instead of...
2010-04-12  Vadim ZeitlinFix gcc warnings about testing undefined preprocessor...
2010-04-09  Václav SlavíkRegenerated makefiles after removing USE_GDIPLUS.
2010-02-08  Vadim ZeitlinAdd support for showing "elevation" icon in wxMSW buttons.
2010-02-03  Vadim ZeitlinTest wxTE_PROCESS_ENTER style in the widgets sample.
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-24  Vadim ZeitlinNo changes, just remove the strange "#if 1".
2010-01-09  Kevin OllivierRebake.
2010-01-04  Kevin OllivierRebake from clean wx tree.
2009-12-08  Vadim ZeitlinUse X64 machine type for MSVC linker instead of old...
2009-12-03  Vadim ZeitlinSuppress errors from static bitmap page of widgets...
2009-11-18  Kevin OllivierRebake after last commit.
2009-11-14  Vadim ZeitlinImplement support for wxSL_<DIR> in wxGTK, show them...
2009-11-14  Vadim ZeitlinCorrect wxSL_VERTICAL addition in r62618.
2009-11-14  Vadim ZeitlinUndo test code accidentally committed as part of r62643.
2009-11-14  Robert RoeblingAdd tests for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL
2009-11-11  Vadim ZeitlinSet wxSL_VERTICAL style in wxSlider demo page.
2009-10-31  Kevin OllivierBakefile 0.2.8 rebake.
next