Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / samples / notebook / notebook.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-08-30  Vadim ZeitlinAdded wxSimplebook class: a wxBookCtrl without controller.
2012-08-30  Vadim ZeitlinRemove unnecessary TranslateBookFlag() from the noteboo...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-12-24  Vadim ZeitlinImplement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-10-02  Steve LamertonDerive wxAuiNotebook from wxBookCtrlBase. Document...
2011-04-23  Vadim ZeitlinChange wxNotebook selection before sending page changed...
2011-03-15  Vadim ZeitlinAlways use icons with wxToolbook in the notebook sample.
2011-03-14  Vadim ZeitlinShow wx{Note,Tool}book-specific styles in the notebook...
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-11-07  Vadim ZeitlinTest both ChangeSelection() and SetSelection() in noteb...
2010-10-24  Vadim ZeitlinTreat wxToolbook symmetrically with others in the noteb...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-22  Vadim ZeitlinCorrect notebook sample layout.
2010-03-05  Vadim ZeitlinAvoid conflict between accelerators in the notebook...
2010-01-08  Paul Cornettfix broken #elif
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-04  Francesco Montorsino real change: just reorder the code
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-08-15  Julian SmartRemoved double border style
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-04  Robert Roebling Test adding page without setting selection.
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-06-14  Vadim Zeitlincontext help for notebook pages tests added
2006-06-14  Vadim Zeitlinfill in flags parameter of HitTest() for all book contr...
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-01-30  Julian SmartAdapted notebook sample to demonstrate wxToolbook
2005-11-16  Vadim Zeitlindon't use wxStaticCast to wxBookCtrlBase -- it doesn...
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-09  Vadim Zeitlincompilation fixes for wxUSE_TREEBOOK=0
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-06-17  Vadim Zeitlinuse generic sample icon; no need for separate .rc file
2005-03-13  Włodzimierz SkibaBetter margin on Smartphone.
2005-03-10  Włodzimierz SkibaUse initial book from available controls. Select it...
2005-01-06  Włodzimierz SkibawxUSE_LOG (Smartphone) fix.
2004-11-23  Włodzimierz SkibawxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most...
2004-11-19  Vadim Zeitlinremoved duplicated code
2004-10-06  Włodzimierz SkibaKeys to some operations (patch #1037434).
2004-09-24  Włodzimierz SkibawxUSE_*BOOK checks.
2004-09-17  Włodzimierz SkibaNotebook sample redesign. Now it is 'wxNotebook & frien...
2004-09-16  Vadim Zeitlinmade wxListbook events more consistent with wxNotebook...
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-13  Włodzimierz SkibaRemoval of deprecated methods.
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-12  Václav Slavíkset size hints in notebook sample
2004-05-25  Julian SmartMore name changes
2004-05-20  Włodzimierz SkibaCentralized wxDefaultSize/wxDefaultPosition. -1->wxID_A...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-09  Vadim Zeitlinmultiline checkbox doesn't make sense for listbook
2004-02-07  Vadim Zeitlinadded checkbox for testing wxNB_MULTILINE
2003-12-11  Julian SmartApplied patch [ 846809 ] Cleaning of 11 samples
2003-08-21  Vadim Zeitlinmake it possible to use this sample for wxListbook...
2003-08-21  Vadim Zeitlinhack to at least let the sample start up (it still...
2003-07-31  Julian SmartRemoved some warnings in widgets sample
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-21  Julian SmartApplied patch [ 598173 ] Fixes erroneous logging notebo...
2002-08-16  Vadim Zeitlinadded a command to delete last page and not only the...
2002-07-21  Vadim Zeitlinfixed notebook sample page creation for wxGTK (patch...
2002-07-19  Julian SmartApplied patch [ 581280 ] Revamped notebook sample
2001-12-05  Gilles Depeyrotuse wxWindow instead of wxTopLevelWindow (not yet imple...
2001-10-12  Vadim Zeitlinmake the main dialog resizeable
2001-09-18  Gilles Depeyrotcorrections related to wxDialog inheritance changes...
2001-06-09  Vadim Zeitlinapplied patch 424550 (fix compilation of the notebook...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Ron Leerenamed notebook sample