Change EnsureVisble() to including column parameter, implemented it for wxGTK
[wxWidgets.git] / include / wx / gtk / dataview.h
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.