Use the associated document manager, not the global one
[wxWidgets.git] / src / common / datavcmn.cpp
2006-10-07  Robert Roebling Not everything has to be virtual.
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 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-01  Robert Roebling Removed some irritating flags.
2006-09-26  Włodzimierz SkibaWarning fix.
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-05-26  Robin DunnFixes for the DLL build
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-04-25  Robert Roebling Compile fix for VC
2006-04-19  Vadim Zeitlinfixed unused param warning
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-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-01  Robert Roebling Further sorting work using the sorting data model.
2006-02-28  Robert Roebling Don't delete model in views destructor as several
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-28  Robert Roebling Added wxDataViewSortedListModel, which doesn't work
2006-02-27  Robert Roebling Added generic MVC hookup code.
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-25  Robert Roebling Add compilation guards.
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling added wxDataViewCell
2006-02-22  Robert Roebling Added wxDataViewColumn
2006-02-21  Robert Roebling Add notifier class.
2006-02-21  Robert Roebling More compilation.
2006-02-21  Robert Roebling wxDataViewCtrl WIP.