No changes whatsoever, just remove trailing whitespace.
[wxWidgets.git] / samples / dataview / dataview.cpp
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
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-14  Robert Roebling Add test for Validate()
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-04  Robert Roebling Add row activated event.
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Robert Roebling Forgot to commit latest sample changes.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-08-13  Vadim Zeitlinremove extraneous commas and semicolons (patch 1537792)
2006-07-20  Włodzimierz SkibaReuse common sample resources. Little code cleanup...
2006-04-25  Robert Roebling Minor sample update.
2006-04-24  Robert Roebling Finished most of the selection/focus handling.
2006-04-18  Robert Roebling Added some column width contrl code.
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-23  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-02-28  Robert Roebling Added stubs for variaous tests.
2006-02-28  Robert Roebling Don't delete model in views destructor as several
2006-02-27  Robert Roebling Most things about wxDataViewDateCell work.
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-24  Robert Roebling Added wxDataViewCustomCell.
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling Update sample.
2006-02-21  Robert Roebling Updated wxDataViewCtrl sample
2006-01-08  Robert Roebling Added sample for wxDataViewCtrl