Remove calls to wxApp::SetTopWindow() from the samples and documentation.
[wxWidgets.git] / samples / aui / auidemo.cpp
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-07-23  Vadim ZeitlinAdd support for auto-orientable toolbars to AUI.
2010-03-18  Vadim ZeitlinEnsure that setting wxChoice height to its default...
2010-03-06  Vadim ZeitlinReset wxAuiNotebook selection to wxNOT_FOUND if it...
2010-03-05  Vadim ZeitlinMake the code more clear in aui sample and avoid g...
2009-12-08  Julian SmartSpeed up adding pages during freezing
2009-03-26  Benjamin Williamsfix misusage of wxFlexGridSizer that was causing an...
2009-03-18  Benjamin Williamsupdated aui sample to demonstrate/test wxITEM_RADIO...
2009-02-25  Vadim Zeitlinundo the change of r57522, it's not needed any more...
2009-01-07  Julian SmartAdded wxAUI_MGR_LIVE_RESIZE flag for live sash sizing...
2008-12-27  Francesco Montorsiuse accelerators for menu items and stock menu item...
2008-12-24  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow() only when the...
2008-09-08  Benjamin Williamsfix aui sample breakage; added some accessor methods...
2008-08-24  Benjamin Williamsupdated aui sample
2008-08-18  Vadim Zeitlindon't use the same tool ids for multiple tools, this...
2008-05-08  Vadim Zeitlinadd a combobox to one of the toolbars, just for testing
2007-02-12  Julian SmartPass correct values to spin control
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2007-01-18  Vadim Zeitlincorrected crash: need to set m_frame eariler (Wlodek...
2006-10-11  Robin DunnreSWIGged
2006-11-21  Benjamin Williamsremoved duplicate pane bug in sample application
2006-11-20  Benjamin Williamsfixed a center pane bug in sample
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-13  Benjamin Williamscorrected sentence
2006-11-13  Benjamin Williamsadded new features to welcome page
2006-11-10  Benjamin Williamsupdated nomenclature in menu item
2006-11-08  Benjamin WilliamswxAuiNotebook bitmaps working now
2006-11-07  Benjamin Williamselipsis for oversized pane captions
2006-11-07  Benjamin Williamsadded image to root item of tree in aui sample
2006-11-07  Benjamin Williamsnew default theme for wxAuiNotebook
2006-11-06  Benjamin Williamsimplemented page close event for wxAuiNotebook
2006-11-06  Benjamin WilliamswxAuiNotebook has external tab dragging now
2006-11-06  Benjamin Williamsaui sample can now create extra notebooks
2006-11-02  Benjamin Williamsimplemented wxAUI_NB_WINDOWLIST_BUTTON and wxAUI_NB_SCR...
2006-11-02  Benjamin Williamsaui sample update to include newly implemented options
2006-11-02  Benjamin Williamsoption for no close button for wxAuiNotebook in aui...
2006-11-02  Benjamin Williamsupdated aui sample to expose notebook flags
2006-11-01  Benjamin Williamswxaui big class rename
2006-11-01  Benjamin Williamswxaui maximize/restore button patch from Aleksey Sanin...
2006-11-01  Benjamin Williamswxaui notebook style flags added
2006-10-30  Benjamin Williamswxaui notebook tabs can scroll; notebook themability...
2006-10-27  Benjamin Williamsmade the multi-notebook the default view in the aui...
2006-10-26  Benjamin Williamswxaui flags reworked a bit; allows any hinting type...
2006-10-15  Paul Cornettwrong caption for html window, cleanup
2006-10-02  Paul Cornett64-bit warning fixes
2006-09-13  Benjamin Williamsgot rid of some extra borders
2006-09-03  Robert Roebling Added tests for run-time switch of venetian blind...
2006-08-28  Robert Roebling Corrected close button bitmap in wxAUIMultiNotebook.
2006-08-13  Vadim Zeitlinremove extraneous commas and semicolons (patch 1537792)
2006-07-25  Benjamin Williamsanother bug fix for the sample
2006-07-25  Benjamin Williamsfixed bad pane name
2006-07-24  Benjamin Williamsadded test pane which has no close button
2006-07-22  Alex BlighAdd support for transparent hint windows under GTK
2006-07-12  Benjamin Williamsrenamed wxFrameManager::GetFrame() and SetFrame() to...
2006-07-05  Robin DunnEnable transparent hints and dragging on wxMac
2006-07-05  Benjamin Williamsadded EVT_AUI_PANECLOSE and updated sample accordingly
2006-06-15  Michael WetherellMissing header
2006-06-14  Włodzimierz SkibaUnneeded semicolon.
2006-06-06  Włodzimierz SkibaAUI under wxMGL build fixes.
2006-06-06  Włodzimierz SkibaAUI under wxOS2 build fixes.
2006-06-06  Włodzimierz SkibaSource cleaning, wxW headers, whitespaces and improved...
2006-06-06  Julian SmartFixes for Mac
2006-06-06  Julian SmartInitial commit of wxAUI