Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / interface / wx / dataview.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-17  Vadim ZeitlinDocument lack of wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_C...
2013-04-17  Vadim ZeitlinFix wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK name...
2013-03-31  Vadim ZeitlinDocument wxDataView{List,Tree}Ctrl as only available...
2013-03-17  Vadim ZeitlinFix minor typo in wxDV_VERT_RULES documentation.
2012-12-01  Vadim ZeitlinFix premature truncation of brief descriptions in Doxyg...
2012-11-27  Robin DunnMore interface fixes for Phoenix
2012-11-17  Robin DunnFix broken and missing DataView interface items for...
2012-11-03  Bryan PettyFixed appearance images to use Doxygen @image command...
2012-05-25  Vadim ZeitlinAdd wxDataViewListCtrl::GetItemCount().
2012-05-25  Vadim ZeitlinAdd wxDataViewListCtrl::{Set,Get}ItemData() methods.
2012-05-25  Vadim ZeitlinUse wxUIntPtr instead of wxClientData in wxDataViewList...
2012-05-11  Vadim ZeitlinDocument that wxEVT_COMMAND_DATAVIEW_COLUMN_REORDERED...
2012-05-04  Vadim ZeitlinImprove documentation of wxDataViewCtrl mouse event...
2012-05-03  Vadim ZeitlinDocument wxDataViewChoiceByIndexRenderer.
2012-04-29  Vadim ZeitlinAdded wxDataViewEvent::SetDragFlags() and GetDropEffect...
2012-04-29  Vadim ZeitlinRemove internal only methods from wxDataViewEvent docum...
2012-03-19  Vadim ZeitlinFix wrong wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK...
2012-03-11  Vadim ZeitlinFixes to function signatures in wxDataViewCtrl document...
2012-02-02  Vadim ZeitlinFix wxDataViewCtrl::GetItemRect() signature in wxOSX...
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2011-12-30  Václav SlavíkImplement wxDataViewModel::IsEnabled() support in gener...
2011-12-19  Vadim ZeitlinAdd possibility to set item background in generic wxDat...
2011-12-08  Vadim ZeitlinCorrect the name of EVT_DATAVIEW_ITEM_START_EDITING...
2011-10-21  Václav SlavíkDocument wxDataViewModelNotifier callbacks return values.
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
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
next