Change EnsureVisble() to including column parameter, implemented it for wxGTK
[wxWidgets.git] / src / generic / datavgen.cpp
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-08-18  Julian SmartCompile fix
2007-08-07  Julian Smartcompile and warning fixes
2007-08-03  Vadim Zeitlinsorting support for generic version (patch 1765087...
2007-07-27  Vadim Zeitlinyet another compilation fix for ItemDeleted
2007-07-27  Vadim Zeitlinand another compilation fix for ItemDeleted() from Bo
2007-07-27  Vadim Zeitlinreal compilation fix for ItemDeleted()
2007-07-27  Vadim Zeitlincompilation fix for ItemDeleted()
2007-07-25  Robert RoeblingPatch from Bo, implement sorting in wxDVC
2007-07-24  Robert RoeblingPatch from Bo to optimize FindNode() in internal tree...
2007-07-16  Robert RoeblingUse wxDataViewItem, not row to index
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-16  Robert RoeblingPatch from Bo for generic wxDataViewCtrl
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
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-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-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-15  Václav Slavíkfixed wxDataViewCtrl compilation with DigitalMars
2007-03-07  Vadim Zeitlinfix warning about non-dllexport'ed base wxDataViewHeade...
2007-03-07  Vadim ZeitlinwxMSWGetColumnClicked must be dllexport'd to be used...
2007-02-28  Chris Elliottfix for MSVC see sf bug 1669419
2007-02-23  Robert Roebling FM small patch for wxDataViewCtrl compilation
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-01-07  Vadim Zeitlindon't compile wxDataViewDateRendererPopupTransient...
2006-12-10  Vadim Zeitlinset wxDATAVIEW_CELL_SELECTED in flags passed to Render...
2006-10-16  Włodzimierz SkibaAllow building without calendar.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
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-05  Włodzimierz SkibaWarning fixes and TODO markup for easier finding by...
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-02  Vadim Zeitlinfix VC warning about incorrect dll linkage of wxDataVie...
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-06  Vadim Zeitlinsigned/unsigned warning fix
2006-05-04  Vadim Zeitlinmade GetRowCount() return size_t to avoid signed/unsign...
2006-05-01  Paul Cornett& operator should be &&
2006-04-30  Włodzimierz SkibaRenamed DrawCheckButton due to conflict with existing...
2006-04-27  Włodzimierz SkibaRefresh(row) should be RefreshRow(row), otherwise it...
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-25  Robert Roebling Lots of minor visual updates.
2006-04-24  Robert Roebling Finished most of the selection/focus handling.
2006-04-24  Robert Roebling Lots of selection and focus code.
2006-04-19  Robert Roebling renderer::DrawHeaderButton() seems to need space
2006-04-19  Robert Roebling Fix Refresh() problem.
2006-04-18  Robert Roebling Added some column width contrl code.
2006-04-18  Robert Roebling Add wxRenderer::DrawCheckButton for use inside
2006-03-30  Robert Roebling Fix previous crashes when scrolling generic version
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-23  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Robert Roebling Take into account cell's own size, not only the
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 Setup notifiers from datamodel to generic
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 Further compilation fixes.
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir