replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / samples /
2007-03-30  Vadim Zeitlindisable select root menu command when the root is hidden
2007-03-30  Vadim Zeitlinthis project file is obsolete, now treectrl.dsp is...
2007-03-26  Vadim Zeitlinuse NavigateIn() method instead of sending wxNavigation...
2007-03-26  Vadim Zeitlinfixed compilation without PCH
2007-03-26  Vadim Zeitlinuse more complicated layout; added wxTE_PROCESS_TAB...
2007-03-26  Vadim Zeitlinsend wxNavigationKeyEvent to the correct window
2007-03-26  Vadim Zeitlinadded taborder sample
2007-03-25  Vadim Zeitlinupdate status bar display when we don't have focus too
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-20  Vadim Zeitlinno changes, just fixed spelling of 'indeterminate'
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-18  Vadim ZeitlinwxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
2007-03-18  Vadim Zeitlinremoved minimal-specific Info.plist; updated the versio...
2007-03-15  Vadim Zeitlinadded support for wxGRID_AUTOSIZE in wxGrid::SetRow...
2007-03-15  Vadim Zeitlinadded wxGridUpdateLocker helper class wrapping Begin...
2007-03-14  Vadim Zeitlinchanged literal "minimal" strings to $(PRODUCT_NAME...
2007-03-11  Paul Cornettfix assertions on invalid items
2007-03-11  Vadim Zeitlintest wxTE_NO_VSCROLL
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-05  Julian SmartImplemented text background colour
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
2007-02-27  Vadim Zeitlinregenerated with theversion of bakefile which uses...
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-12  Julian SmartPass correct values to spin control
2007-02-12  Vadim Zeitlincompilation fix for last commit
2007-02-10  Vadim Zeitlinfix compilation with WXWIN_COMPATIBILITY_2_6 off (and...
2007-02-09  Vadim Zeitlinadded EVT_MOUSE_CAPTURE_LOST handler
2007-02-08  Vadim Zeitlinremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not...
2007-02-08  Vadim Zeitlinfixed incorrect use of UpdateUI handlers; don't use...
2007-02-08  Vadim Zeitlinremoved the old tmake project files
2007-02-07  Vadim Zeitlinfix unused variable warning with wxUSE_TOOLTIPS==0
2007-02-07  Robin Dunnrebaked after changing the version number
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...
2007-01-14  Vadim Zeitlintest rendering of disabled items with bitmaps (for...
2007-01-11  Julian SmartWrite a newline, not a 10 into the stream
2007-01-07  Kevin OllivierMake it easier to switch between native and generic...
2007-01-07  Vadim Zeitlinreturn correct item and position from wxTreeEvent:...
2006-12-15  Stefan Csomorusing native architecture for development builds only...
2006-12-12  Robert Roebling Add a few more controls to the toolbar.
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  Chris Elliottsorry about bad commit
2006-12-11  Chris Elliottfix missing includessrc/generic/srchctlg.cpp
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-10  Vadim Zeitlinadded collpane sample
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-07  Paul Cornettdon't use %d to print pointer
2006-12-06  Vadim Zeitlinask for BPP for .bmp extension, not .bpp one
2006-12-04  Vadim Zeitlinadd test for wxLaunchDefaultBrowser, it makes sense...
2006-12-04  Vadim Zeitlinremoved explicit initial size for BugsGridFrame, it...
2006-12-04  Vadim Zeitlinremoved unneeded SetMargins(0, 0) call (this is the...
2006-12-03  Vadim Zeitlinfix initial layout of the widgets pages: avoid calling...
2006-12-01  Robin DunnFix DrawHeaderButton
2006-11-30  Julian SmartRemoved redundant code
2006-11-27  Vadim Zeitlinmake Ok button in the dialog the default one as people...
2006-11-25  Vadim Zeitlinrename some projects to avoid project name clashes...
2006-11-24  Vadim Zeitlintest resizeable calendar control
2006-11-24  Vadim Zeitlinhandle wxXmlResource::Load() errors
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
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-19  Vadim Zeitlinrecreate the control when wxCAL_SEQUENTIAL_MONTH_SELECT...
2006-11-19  Vadim Zeitlinremoved code inside USE_SIZABLE_CALENDAR, we should...
2006-11-19  Vadim Zeitlinadded possibility to create wxDatePickerCtrl without...
2006-11-18  Vadim Zeitlinremove unused file
2006-11-18  Vadim Zeitlininclude correct XPMs (Unix compilation fix after last...
2006-11-17  Vadim Zeitlinadded tests for background colour, static bitmap &c...
2006-11-17  Vadim Zeitlinadded chart icon for non-MSW ports too
2006-11-17  Vadim ZeitlinSome sample cleanup:
2006-11-17  Benjamin Williamsrenamed wxAUI_ART to wxAUI_DOCKART
2006-11-17  Vadim Zeitlindon't set A4 paper size, use the system default instead
2006-11-14  Vadim Zeitlinlabel the different gradient pictures clearly
2006-11-13  Benjamin Williamscorrected sentence
2006-11-13  Benjamin Williamsadded new features to welcome page
2006-11-12  Vadim Zeitlindon't assert if 'c' key is pressed when there is no...
2006-11-12  Vadim Zeitlincompilation fix after last commit
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-11  Vadim Zeitlincorrected exit/about menu command ids in the code after...
2006-11-10  Vadim ZeitlinwxCocoa compilation fixes (include OpenGL/glu.h there...
2006-11-10  Benjamin Williamsupdated nomenclature in menu item
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-10  Vadim Zeitlinuse std menu ids for stock items
2006-11-08  Benjamin WilliamswxAuiNotebook bitmaps working now
2006-11-08  Julian SmartAdded a couple of text effects
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
next