Add wxDataViewRendererBase::GetEffectiveAlignment() and use it.
[wxWidgets.git] / src / common / datavcmn.cpp
2013-09-17  Vadim ZeitlinAdd wxDataViewRendererBase::GetEffectiveAlignment(...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-25  Vadim ZeitlinFix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-08-11  Vadim ZeitlinReally delete the item in wxDataViewTreeStore::DeleteIt...
2012-07-12  Vadim ZeitlinFix item data access in wxDataViewListCtrl.
2012-05-31  Paul Cornettsilence warning about converting NULL to wxUIntPtr
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-13  Vadim ZeitlinDon't handle branches specially when sorting items...
2012-04-30  Václav SlavíkFix destruction of wxDataViewCtrl's editor control.
2012-03-29  Vadim ZeitlinRemove nonsensical custom comparison code from wxDataVi...
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2011-12-19  Vadim ZeitlinAdd possibility to set item background in generic wxDat...
2011-12-14  Václav SlavíkRemove unnecessary m_editorCtrl assignment.
2011-12-14  Václav SlavíkClose wxDataViewCtrl inline editor when destroying...
2011-12-12  Vadim ZeitlinRemove the item before notifying about it in wxDataView...
2011-12-02  Vadim ZeitlinFix reentrancy in wxDataViewRendererBase::FinishEditing().
2011-10-21  Václav SlavíkMove wxDataViewCustomRendererBase::ActivateCell() to...
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-22  Vadim ZeitlinReturn non-const pointer from wxDataViewRendererBase...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
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-07-13  Václav SlavíkBetter sizing in wxDataViewSpinRenderer and wxDataViewC...
2011-04-26  Vadim ZeitlinFix assert when destroying wxDataViewCtrl being edited...
2011-04-23  Vadim ZeitlinMake the source files non-executable again.
2011-04-22  Václav SlavíkReturn wxWindow* from wxDataViewCustomRenderer::CreateE...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-28  Václav SlavíkwxDataViewChoiceRenderer's editor control should have...
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-10-30  Václav SlavíkAdd wxDataViewRendererBase::PrepareForItem() helper.
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 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-27  Václav SlavíkCreated the model in wxDataViewListCtrl::Create().
2010-07-04  Robert RoeblingLet wxChoice determine its size for wxDataViewChoiceRen...
2010-05-21  Robert RoeblingSecond try to get wxDataViewChoiceByIndex and its name...
2010-05-20  Robert RoeblingMake GetIndexOf() and get_path() work for virtual list...
2010-05-16  Robert RoeblingDon't call super class explicitly so overriding is...
2010-05-05  Vadim ZeitlinNo changes, just make wxDataViewEditorCtrlEvtHandler...
2010-05-05  Vadim ZeitlinPop event handler from wxDVC edit control before destro...
2010-03-05  Vadim ZeitlinFix memory leak in wxDataViewListStore::DeleteItem().
2009-12-19  Vadim ZeitlinUse correct width in wxDataViewCustomRendererBase:...
2009-11-14  Vadim ZeitlinRestore the use of correct alignment in wxDVC renderers.
2009-11-13  Robert RoeblingImplement and document wxDataViewTreeCtrl::IsContainer...
2009-11-13  Robert RoeblingCorrect sorting in wxDataViewTreeStore, fixes #11436...
2009-11-10  Vadim ZeitlinFix width of the wxDataViewTreeCtrl column under OSX...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-10-31  Vadim ZeitlinNo real changes, just fix a typo in wxDataViewModel...
2009-10-24  Vadim ZeitlinAdd wxDataViewListModel base class for list models.
2009-10-24  Vadim ZeitlinCreate model and column in wxDataViewTreeCtrl::Create...
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-14  Vadim ZeitlinFixes to comparison operators for wxDVC classes.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-03  Vadim ZeitlinImplement wxDataViewTreeStore::DeleteAllItems().
2009-07-09  Robert RoeblingReduce size of virtual list before sending out delete...
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-15  Robert RoeblingCorrect wxDataViewListModel::RowPrepended
2009-06-11  Robert RoeblingIn virtual list mode, map first row to 1, not to 0...
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-08  Robert RoeblingCommit most parts of #10495 wxDataViewCtrl needs a...
2009-03-06  Francesco Montorsifix crash when using wxDataViewListStore::DeleteAllItems
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-28  Vadim Zeitlinanother fix for wxUSE_DRAG_AND_DROP==0 build
2009-01-21  Robert RoeblingCompilation fix
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 RoeblingForgot DeleteChildren()
2009-01-19  Robert RoeblingMove model notification code of tree store from the...
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-08  Vadim Zeitlindon't access inexistent column in wxDataViewTreeCtrl...
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-05  Vadim Zeitlinsuppress (harmless) unused parameter warnings
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-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-10-16  Robert RoeblingDont't finish any editing if there is no control
next