]> git.saurik.com Git - wxWidgets.git/history - interface/wx/dataview.h
More interface updates for Phoenix
[wxWidgets.git] / interface / wx / dataview.h
2011-09-27  Robin DunnMore interface updates for Phoenix
2011-09-21  Vadim ZeitlinSend EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
2011-09-16  Robin Dunnfixes for missing or broken interface items for Phoenix
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-08-04  Vadim ZeitlinAvoid unwanted line break in wxDataViewListModel::GetCo...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-06-11  Vadim ZeitlinImplement wxDataViewCtrl::SetRowHeight() for wxGTK.
2011-06-07  Vadim ZeitlinAdd wxDataViewCtrl::SetRowHeight() and provide its...
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-04-22  Václav SlavíkReturn wxWindow* from wxDataViewCustomRenderer::CreateE...
2011-03-22  Bryan PettyExtensive documentation typo patch (closes #13063).
2011-03-01  Václav SlavíkPass wxRect/wxPoint arguments to wxDataViewCustomRender...
2011-01-06  Steve LamertonAdd missing code tag before lots of wxEventTypes in...
2011-01-04  Vadim ZeitlinMention that wxDV_ROW_LINES is not implemented in the...
2010-12-20  Robert RoeblingBetter wording in docs
2010-12-20  Robert RoeblingCorrection to: Support diabling items in GTK+, see...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-09-13  Robert RoeblingDocument wxDataViewListModel as common abstract base...
2010-08-18  Robert RoeblingDocument recetnyl added name parameter in wxDataViewCtrl
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-09  Vadim ZeitlinDon't lose selection in wxDataViewCtrl::Select() under...
2010-07-27  Václav SlavíkAdd index-based selection functions to wxDataViewListCtrl.
2010-07-27  Václav SlavíkAdd item<->row mapping helpers to wxDataViewListCtrl.
2010-07-25  Robert RoeblingTried to make wxDataViewModel docs clearer
2010-07-24  Robert RoeblingMake calls wxDataViewModel::ItemDeleted() etc. non...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-05-16  Robert RoeblingPart II of: Add GetChoice() and GetChoices() getters...
2010-03-19  Francesco MontorsiFix various doxygen warnings
2010-02-24  Bryan PettyFixed typo in wxDataViewIconTextRenderer docs.
2009-12-19  Vadim ZeitlinDocument wxDV_NO_HEADER style.
2009-11-14  Robert RoeblingTypo
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-09  Vadim ZeitlinNo changes, just correct a recurring typo in "Override".
2009-10-31  Vadim ZeitlinMake public and document wxDataView{Index,Virtual}ListM...
2009-10-24  Vadim ZeitlinMake wxDataViewModel::GetAttr() and GetAttrByRow()...
2009-10-24  Vadim ZeitlinCreate model and column in wxDataViewTreeCtrl::Create...
2009-10-24  Vadim ZeitlinAdd wxDataViewModel::HasValue().
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-06  Francesco MontorsiwxDataViewColumn derives from wxSettableHeaderColumn...
2009-03-06  Robert RoeblingMake all instances of HasEditorCtrl() const, not just...
2009-03-04  Francesco Montorsisome docs enhancements, in particular to wxDataViewList...
2009-02-18  Francesco Montorsimake distinction between classes which send events...
2009-01-28  Francesco Montorsibetter docs for wxDataViewColumn
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingForgot this
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-19  Robert RoeblingAdded missing public: statement to docs
2009-01-18  Robert RoeblingTrying to make wxDataViewListCtrl docs appear
2009-01-16  Robert RoeblingIllustrate usage of wxDataViewListCtrl
2009-01-16  Robert RoeblingDocument wxDataViewListCtrl, minor corrections
2009-01-16  Robert RoeblingDocument wxDataViewListStore
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-12  Francesco Montorsifix a typo; move aux classes below the main ones
2009-01-12  Robert RoeblingSpelling error
2009-01-10  Francesco Montorsiother ifacecheck fixes
2008-12-27  Francesco Montorsido not document Clone() overloads only for some classes...
2008-12-23  Robert RoeblingwxDataViewCtrl::IsExpanded should work now under OS...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-12-03  Vadim Zeitlinfix syntax error
2008-11-15  Francesco Montorsiinterface fixes; removed many functions which were...
2008-10-29  Francesco Montorsimoved to appropriate 'protected' sections all functions...
2008-10-27  Francesco Montorsiautomated ifacecheck fixes
2008-10-27  Francesco Montorsiother ifacecheck fixes
2008-10-22  Francesco Montorsiinterface revisions
2008-10-13  Robert RoeblingCorrected library association
2008-10-13  Francesco Montorsire-enabled all @appearance tags
2008-09-29  Francesco Montorsimany ifacecheck automatic fixes + some access-specifier...
2008-09-27  Francesco MontorsiHUGE commit of ifacecheck-automated fixes to virtualnes...
2008-09-01  Robert RoeblingReadded event documentation for wxDataViewCtrl
2008-06-27  Bryan PettyCommit 3 of 3 for Doxygen path fixes, this one finally...
2008-06-27  Bryan PettyMoved all interface headers into a 'wx' subdirectory...