Remove obsolete VisualAge-related files.
[wxWidgets.git] / samples / dataview /
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-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
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-07  Robin Dunnrebaked after changing the version number
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-11-10  Robin DunnMove version number to 2.8.0.0 and rebake the makefiles
2006-11-04  Vadim Zeitlinrebaked with baefile rev 928
2006-10-28  Robin DunnMoved version number to 2.7.2.0 and rebaked
2006-10-09  Robin DunnBumping the version number also requires that version...
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 test bitmap.
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-06-29  Julian SmartMoved wxRichTextCtrl to its own library
2006-04-25  Robert Roebling Added rc file for MINGW compilation.
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-04-13  Julian SmartAdded Makefile.in
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-24  Julian SmartBuild corrections
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 Move wxDataViewCtrl to Adv (hope this has worked..).
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