replace m_insertCallback with a virtual function, contrary to the old comments a...
[wxWidgets.git] / include / wx / gtk / dataview.h
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-20  Paul Cornettmake access for virtuals match base
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-11-30  Robert RoeblingDC reorganization
2007-11-15  Robert Roeblingremove warnings
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-05-30  Robert Roebling Implement for selection code.
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2006-11-01  Robert Roebling Make wxDataViewCtrl compile and work in ANSI mode.
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
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 selection API.
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  Robert Roebling Added wxDataViewBitmapCell
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-04-18  Robert Roebling Added some column width contrl code.
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-27  Robert Roebling MVC works now.
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Robert Roebling Add scrollbars, fix crash, leak less memory.
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 Route data from wxDataViewModel in a wxVariant
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 Compilation fixes.
2006-02-21  Robert Roebling wxDataViewCtrl WIP.