remove wxT() and _() macros to make the sample more readable; add File->Clear log...
[wxWidgets.git] / samples / dataview / dataview.cpp
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
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-07-25  Robert RoeblingUse type safe list for model notifiers, sample corrected
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-19  Robert RoeblingBetter sorting example and better default
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-16  Robert RoeblingStore pointers in wxDataViewItem in the sample, no...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-14  Robert RoeblingTest in GetFirstChild() if item is known to control
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Robert RoeblingThe dataview sample compiles now, but doesn't work...
2007-05-30  Robert Roebling Experimenting with cell attributes.
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
next