Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event type name.
[wxWidgets.git] / include / wx / dataview.h
2013-04-25  Vadim ZeitlinFix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-17  Vadim ZeitlinRemove "ED" suffix from EVT_DATAVIEW_COLUMN_HEADER_RIGH...
2012-12-26  Paul Cornettremove unused private member m_ordered from wxDataViewV...
2012-11-08  Paul Cornettdon't assign NULL to wxUIntPtr, wxUIntPtr is not a...
2012-07-20  Vadim ZeitlinNo changes, just fix some typos in comments.
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-04-29  Vadim ZeitlinAdded wxDataViewEvent::SetDragFlags() and GetDropEffect...
2012-03-29  Vadim ZeitlinRemove nonsensical custom comparison code from wxDataVi...
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2011-12-29  Stefan NeisDo not put semicolons after the definition of an inline...
2011-12-19  Vadim ZeitlinAdd possibility to set item background in generic wxDat...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-21  Vadim ZeitlinRefactor: replace wxTreeItemId and wxDataViewItem with...
2011-08-21  Vadim ZeitlinNo changes, just use symbolic NO_IMAGE constant instead...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-19  Vadim ZeitlinAdd wxDataViewEvent::IsEditCancelled() and support...
2011-06-07  Vadim ZeitlinAdd wxDataViewCtrl::SetRowHeight() and provide its...
2011-06-01  Vadim ZeitlinNo changes, just avoid unused parameters warnings.
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-27  Stefan Csomorgood catch by clang ...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-10-30  Václav SlavíkAccount for text attrs in generic wxDataViewCtrl's...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-13  Robert RoeblingDocument wxDataViewListModel as common abstract base...
2010-09-13  Robert RoeblingFurther work on wxDataViewListModel::Reset()
2010-09-12  Robert RoeblingMoved more code from wxDataViewCtrl to wxDataViewCtrlIn...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-07-29  Václav SlavíkFix wxDataViewCtrl to omit expander space for all kinds...
2010-07-29  Václav SlavíkFix gcc warning in wxDataViewListCtrl::ItemToRow().
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-24  Robert RoeblingMake calls wxDataViewModel::ItemDeleted() etc. non...
2010-05-05  Vadim ZeitlinNo changes, just make wxDataViewEditorCtrlEvtHandler...
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxGTK wxDataViewCu...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
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 ZeitlinAdd wxDataViewListModel base class for list models.
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-14  Vadim ZeitlinFixes to comparison operators for wxDVC classes.
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-09-26  Vadim ZeitlinUse default composite controls attributes for wxDataVie...
2009-07-05  Vadim Zeitlinadded EVT_DATAVIEW_CACHE_HINT event (closes #9891)
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-14  Robert RoeblingMake wxDataViewModel derive from wxRefCounter
2009-06-01  Robert RoeblingCloses #10495: wxDataViewCtrl needs a way to start...
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-03-21  Vadim Zeitlinfirst round of debug/release merge: introduce wxDEBUG_L...
2009-03-10  Robert RoeblingMake wxDataViewModel::Compare() const
2009-03-09  Robert RoeblingAdd wxDataViewEvent for vetoing label editing (see...
2009-03-06  Francesco Montorsidon't return hardcoded constants for empty renderers...
2009-03-06  Francesco Montorsisome more const-ification of HasEditorCtrl
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-02-10  Francesco Montorsifix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11)
2009-02-08  Kevin OllivierEnable wxDVC on OS X Cocoa using the generic control.
2009-02-07  Vadim Zeitlinyet another wxUSE_DRAG_AND_DROP==0 compilation fix
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-03  Vadim Zeitlinrenamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s...
2009-02-01  Vadim Zeitlinanother wxUSE_DRAG_AND_DROP==0 compilation fix
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Robert RoeblingRename XxxxCol() -> XxxxColumn() and resolve inheritanc...
2009-01-19  Robert RoeblingMove model notification code of tree store from the...
2009-01-16  Robert RoeblingDocument wxDataViewListCtrl, minor corrections
2009-01-16  Robert RoeblingDocument wxDataViewListStore
2009-01-16  Robert RoeblingAdded wxDataViewListCtrl, use it in the sample
2009-01-16  Robert RoeblingChange GetValue() and SetValue() to GetValueByRow(...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-16  Robert RoeblingFixes #10247: wxDataViewCtrl - event is generated when...
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-08-21  Vadim Zeitlincompilation fix for wxUniv/GTK (closes #9849)
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-17  Vadim Zeitlinfix gcc warnings about not calling the base class ctors...
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
next