Change EnsureVisble() to including column parameter, implemented it for wxGTK
[wxWidgets.git] / include / wx / generic / dataview.h
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-09  Robert RoeblingBo'd patch to make wxDataViewCtrl compile again (4th...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-16  Robert Roebling Rewritten in-place editing for generic wxDataViewCtrl
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
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-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
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  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-23  Robert Roebling Make generic wxDataViewCtrl draw its contents.
2006-03-22  Robert Roebling In the generic version of wxDataViewCtrl, all
2006-03-21  Robert Roebling Added windowing and scrolling logic to generic
2006-03-20  Robert Roebling Compilation fixes.
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir