Restore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl.
[wxWidgets.git] / samples /
2013-03-09  Vadim ZeitlinRestore wxDIRCTRL_SHOW_FILTERS flag of wxDirCtrl.
2013-02-28  Václav SlavíkAdd preferences sample.
2013-02-28  Václav SlavíkLine endings fixes in bakefile-generated files.
2013-02-24  Vadim ZeitlinFix, or at least make less common, deadlock in the...
2013-02-24  Vadim ZeitlinMove menu messages handling from wxFrame to wxTLW in...
2013-02-13  Stefan Csomoradding CoreText
2013-02-13  Stefan Csomorupdating dates, fixing product name
2013-02-12  Stefan Csomormaking sure cfbundle identifier has correct characters
2013-02-10  Vadim ZeitlinNo changes, just factor out PrepareDC() call in the...
2013-02-10  Vadim ZeitlinErase the entire virtual area of the window in the...
2013-02-06  Vadim ZeitlinDon't show log menu tiems in the tree control sample...
2013-02-05  Vadim ZeitlinAdd simple tests for Scintilla annotations to the stc...
2013-02-05  Vadim ZeitlinUse a single EVT_MENU_RANGE in stc sample instead of...
2013-02-04  Julian SmartAdded support for sub-object virtual attributes (tempor...
2013-02-01  Steve LamertonRename all WEB_VIEW* style identifiers to WEBVIEW*.
2013-01-21  Vadim ZeitlinFix background drawing in EVT_ERASE_BACKGROUND handler...
2013-01-21  Vadim ZeitlinDon't include wxUniversal configurations in MSVC projec...
2013-01-21  Jouk JansenOpenVMS compile support for wxSPLASH and sample
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2013-01-12  Vadim ZeitlinAllow hiding/showing already hidden/shown wxGrid rows...
2013-01-03  Vadim ZeitlinRe-lay out the grid sample window after auto-sizing...
2012-12-31  Steve LamertonAdd context menu enabling and disabling to wxWebView...
2012-12-30  Steve LamertonAdd handling of http errors to wxWebViewIE. Tidy up...
2012-12-29  Vadim ZeitlinEnsure that scrollbars are shown in scrolled popup...
2012-12-28  Vadim ZeitlinRemove connection of MyDllApp::OnIdle() handler in...
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-12-22  Vadim ZeitlinDon't use "Cancel" button in the about dialog of the...
2012-12-04  Vadim ZeitlinOpen debugger at the location of failing assert, if...
2012-12-02  Vadim ZeitlinCorrect lookup of Explorer-specific file association...
2012-12-02  Vadim ZeitlinNo changes, just reorganize the menu slightly in the...
2012-12-01  Paul Cornettuse stock colour/pen/brush objects in samples
2012-12-01  Paul Cornettuse new pen/brush style names in samples
2012-12-01  Paul Cornettremove colour/pen/brush arguments which are the default...
2012-11-30  Paul Cornettindentation fixes
2012-11-26  Vadim ZeitlinCompilation fix to docview sample after r73004.
2012-11-26  Vadim ZeitlinFix harmless warning about uninitialized variable in...
2012-11-24  Vadim ZeitlinAdd wxDocManager::Get{Views,Documents,Templates}Vector().
2012-11-23  Vadim ZeitlinAdd possibility to delay showing wxRichToolTip.
2012-11-20  Vadim ZeitlinImplement GetSizeFromTextSize() for wxSpinCtrl.
2012-11-19  Vadim ZeitlinAdd wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and...
2012-11-19  Vadim ZeitlinConvert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
2012-11-17  Vadim ZeitlinAdd wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
2012-11-11  Vadim ZeitlinUse wxID_EXIT for the "Quit" item in the exec sample.
2012-11-10  Vadim ZeitlinFix incorrect wxSizerFlags::Border() call in the scroll...
2012-11-09  Vadim ZeitlinAdd wxControl::GetSizeFromTextSize() to size the contro...
2012-11-06  Vadim ZeitlinRestore propagation of EVT_SEARCHCTRL_CANCEL_BTN events...
2012-11-04  Vadim ZeitlinSlightly improve the date/time dialogs in the calendar...
2012-11-04  Vadim ZeitlinNo changes, just make it easier to tweak splitter sample.
2012-11-01  Vadim ZeitlinAdded wxEVT_COMMAND_DIRCTRL_CHANGED for wxDirCtrl selec...
2012-11-01  Vadim ZeitlinAdd distclean target to samples/Makefile.
2012-10-31  Stefan Csomoradding constants for newer OSX versions to make sure...
2012-10-29  Vadim ZeitlinCompare file paths using wxFileName, not wxString,...
2012-10-28  Vadim ZeitlinFix taskbar sample compilation under wxOSX/Cocoa.
2012-10-27  Vadim ZeitlinBreak implicit dependency of "core" on "adv" via wxXmlR...
2012-10-24  Vadim ZeitlinImplement clipping in wxSVGFileDC.
2012-10-24  Vadim ZeitlinRespect wxFileName::DontFollowLink() in wxFileSystemWat...
2012-10-23  Vadim ZeitlinAdd support for wxRibbonBar and related controls to...
2012-10-17  Vadim ZeitlinFix wxGrid editors background painting.
2012-10-15  Vadim ZeitlinHandle deletion of watched directories in wxFileSystemW...
2012-10-13  Vadim ZeitlinMake TAB behaviour in wxGrid more configurable.
2012-10-13  Vadim ZeitlinSet the standard sample icon for the exec sample.
2012-10-07  Vadim ZeitlinImplement incremental search in wxGenericListCtrl.
2012-10-07  Vadim ZeitlinAdd a possibility to beep on no match to wxGenericTreeCtrl.
2012-10-04  Vadim ZeitlinAdd a setting for the disabled text colour to wxRibbon...
2012-09-30  Vadim ZeitlinDon't call ClearAll() before LoadFile() in the stc...
2012-09-30  Vadim ZeitlinMake stc sample startup faster.
2012-09-30  Vadim ZeitlinAdd support for background-color style to span element...
2012-09-28  Vadim ZeitlinFix wxSearchCtrl recreation in the widgets sample.
2012-09-28  Vadim ZeitlinRemove unused SearchCtrlWidgetsPage::Reset() from widge...
2012-09-28  Vadim ZeitlinDon't send events for disabled ribbon bar buttons.
2012-09-28  Vadim ZeitlinAdd "inherit" to <font> XRC tag.
2012-09-25  Robin DunnReserve the whole style byte for styles. See #14688
2012-09-25  Robin DunnScintilla's Point class no longer matches the structure...
2012-09-22  Vadim ZeitlinMake wxWrapSizer demo in the layout sample more dynamic.
2012-09-15  Vadim ZeitlinAdd help button support to wxRibbonBar.
2012-09-15  Vadim ZeitlinFix text origin and bounding box computations in wxSVGF...
2012-09-13  Vadim ZeitlinAdd wxBITMAP_PNG() macro similar to wxBITMAP() but...
2012-09-11  Steve LamertonAdd generic wxFileSystem support to wxWebView using...
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-09-08  Vadim ZeitlinEnable GL_CULL_FACE in OpenGL samples.
2012-08-30  Vadim ZeitlinGenerate wxEVT_COMMAND_TEXT_ENTER events for generic...
2012-08-30  Vadim ZeitlinAdd wxSpinCtrl::SetBase() to allow entering hexadecimal...
2012-08-30  Vadim ZeitlinAdded wxSimplebook class: a wxBookCtrl without controller.
2012-08-30  Vadim ZeitlinRemove unnecessary TranslateBookFlag() from the noteboo...
2012-08-28  Steve LamertonAdd support for searching and highlighting a wxWebView.
2012-08-15  Vadim ZeitlinAdd page highlighting to wxRibbonBar.
2012-08-03  Vadim ZeitlinRemove unnecessary statement from the grid sample.
2012-07-31  Vadim ZeitlinAdd an option to use wxTextCtrl as input window in...
2012-07-30  Vadim ZeitlinAdd expand/collapse button to wxRibbonBar.
2012-07-29  Vadim ZeitlinMake keyboard sample output less confusing.
2012-07-29  Vadim ZeitlinGenerate clipboard events for wxComboBox in wxGTK too.
2012-07-27  Vadim ZeitlinImplement wxNotificationMessage using libnotify in...
2012-07-24  Vadim ZeitlinDon't eagerly set wxKeyEvent position fields.
2012-07-24  Vadim ZeitlinSet up scrollbars correctly for wxWebView in wxGTK.
2012-07-24  Vadim ZeitlinAllow passing the URL to open to webview sample on...
2012-07-23  Vadim ZeitlinFix assert in webview sample when viewing pages without...
2012-07-20  Vadim ZeitlinUse text/uri-list instead of x-moz-url in wxGTK wxURLDa...
2012-07-13  Vadim ZeitlinAdd possibility to hide and show again wxRibbonBar...
2012-07-13  Vadim ZeitlinProperly use RemoveTree() in fswatcher sample.
next