No changes whatsoever, just remove trailing whitespace.
[wxWidgets.git] / samples / dataview / dataview.cpp
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinFix dataview sample compilation with wxUSE_DRAG_AND_DRO...
2010-07-26  Vadim ZeitlinNo changes, just use traditional English name for Mozar...
2010-07-14  Vadim ZeitlinGenerate key events in generic wxDataViewCtrl implement...
2010-07-14  Vadim ZeitlinNo changes, just use better names in wxDataViewCtrl...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-04  Robert RoeblingFix assert in dataview sample, fixes #12194: wxDataView...
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2009-11-15  Robert RoeblingDon't use Ctrl-F as it hides a bug
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-13  Robert RoeblingMinor formating
2009-11-13  Robert RoeblingAdd tests to wxDataViewTreeCtrl
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinAdd custom renderer column to the list model example...
2009-11-10  Vadim ZeitlinUse symbolic constants for list model columns in datavi...
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-09-26  Vadim ZeitlinDon't hard code white background colour in generic...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-04-07  Robert RoeblingAdd test for wxDataViewColumn::GetWidth
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Francesco Montorsiremove wxT() and _() macros to make the sample more...
2009-03-06  Robert Roeblingadded test for wxDataViewCtrl::Expand() and ::Collapse()
2009-03-04  Francesco Montorsiall code revisited.
2009-03-04  Francesco Montorsireorganize the sample splitting it in two source files...
2009-01-21  Robert RoeblingUse wxDF_UNICODETEXT to make wxMSW crash
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingTypo
2009-01-20  Robert RoeblingMinor error
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-14  Francesco Montorsidon't crash if an item has a NULL ID
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-09  Vadim Zeitlinmake first column non-draggable to test support for...
2008-12-08  Vadim Zeitlinskip the header click event to allow sorting (done...
2008-12-08  Vadim Zeitlintest non-resizeable and resizeable but with min size...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-10-21  Robert RoeblingRemove wxLog hack and put all controls in a panel to...
2008-10-16  Robert RoeblingWrite directly to log target wxTextCtrl to avoid crash
2008-10-16  Robert RoeblingwxMac actually crashes in any logging
2008-10-16  Robert RoeblingwxMac crashes in wxLog() statements with string.GetData()
2008-10-15  Robert RoeblingFor some reason, wxMac now requires explicit sizes...
2008-10-08  Robert RoeblingAdded test for Select()
2008-08-05  Vadim Zeitlinfix wxMenu leak (reopened #9089)
2008-05-21  Robert RoeblingMake height of red square depend on value in the model
2008-05-21  Robert RoeblingAdd test for progress renderer
2008-05-20  Robert Roeblingreplaces unsigned int with wxUIntPtr
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-04-14  Robert RoeblingSupport bitmaps and text and header columns using wxIma...
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Robert RoeblingTest header and renderer aligment separately, II
2008-04-06  Robert RoeblingTest header and renderer aligment separately
2008-04-05  Robert RoeblingAlso right-align second column
2008-04-05  Robert RoeblingAdded test for right alignment of 1st column
2008-04-05  Robert RoeblingAdded test for left/centre/right alignment
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-07  Robert RoeblingCorrect wxObjectDataPtr<> assignment from *T to not...
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-18  Robert RoeblingMSW needs size for wxImageList
2007-12-18  Robert RoeblingCorrect background colourin wxDataViewCtrl, Use IsOk...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-01  Robert RoeblingForgot to actually use image list
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-11-17  Robert RoeblingUpdate to wxDataViewCtrl from Hartwig
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-23  Vadim Zeitlinfixed another unused parameter warning
2007-10-23  Robert RoeblingAdd column to control after association with model...
2007-10-20  Robert RoeblingUse wxDataViewSpinRenderer
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-18  Robert RoeblingCorrected wrong initial/min size of generic wxDataViewCtrl
2007-10-16  Robert RoeblingMinor sample corrections
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-10  Václav Slavíkcompilation fixes
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-29  Robert Roeblingmake SetValue return a value
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert Roeblingadd test for custom in-place editor
2007-08-25  Robert Roeblingtest editing_started and _done events
2007-08-24  Robert RoeblingMinor API changes
2007-08-24  Robert RoeblingMake ::SetValue return a bool
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-19  Robert RoeblingImplement selection API and events
next