remove extraneous commas and semicolons (patch 1537792)
[wxWidgets.git] / samples / dataview / dataview.cpp
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