]> git.saurik.com Git - wxWidgets.git/history - include/wx/dataview.h
Add wxDataViewEvent for vetoing label editing (see also #10495)
[wxWidgets.git] / include / wx / dataview.h
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
2008-04-22  Robert RoeblingRemove usused variable
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingAdapt MSW's renderer's alignment to use column header...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robin Dunnfix typedef
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-03-17  Robin DunnMake some wxDataViewCustomRenderer virtuals consistent...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-22  Robert RoeblingAdded API for column reordering
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::RowsDeleted() and vario...
2007-12-16  Robert RoeblingAdd dataview context menu event definitions
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-01  Robert RoeblingAdded wxDataViewTreeCtrl
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-18  Robert RoeblingRemove useless GetRowCount
2007-11-17  Robert RoeblingUpdate to wxDataViewCtrl from Hartwig
2007-11-15  Robert Roeblingoptimise startup of wxDataViewIndexListModel
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-11-02  Vadim Zeitlinfixes for DLL build
2007-10-25  Paul Cornettbuild fixes
2007-10-20  Vadim Zeitlinfix unused parameter warnings
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-17  Robert RoeblingCorrect focus rect to not appear in unfocussed controls...
2007-10-17  Robert RoeblingCorrect EnsureVisible() to show last item entirely
2007-10-17  Robert RoeblingMore alignment issues
2007-10-17  Robert RoeblingChange default alignment to centre vertically
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-13  Robert RoeblingBeginning of wxDataViewTreeStore API
2007-10-12  Robert Roeblingadded wxDataViewModel::HasContainerColumns
2007-10-10  Václav Slavíkcompilation fixed for wxDataViewCtrl: almost no class...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-10-01  Robert RoeblingAdded API for adding/deleting/changing multiple items
2007-09-14  Robert RoeblingForgot this one
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-13  Robert RoeblingwxDataViewCtrl patch from Hartwig
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-08-31  Robert RoeblingAdded const and virtual in various places
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-31  Robert RoeblingAdded wxDataViewCtrl::AppendIconTextColumn
2007-08-29  Robert Roeblingadd wxDataViewIconText
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-25  Robert Roeblingadd editing_started and _done events
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-22  Robert RoeblingLet various AppendXXXColumn helplers return the column...
2007-08-22  Robert Roeblingminor change
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-20  Robert RoeblingMake wxDataViewItemArray more efficient
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingAdded EXPANDING and COLLAPSING events for the user...
2007-08-19  Robert RoeblingMade wxGTK wxDataViewCtrl compile again
2007-08-19  Robert RoeblingBo's patch adding Selection API and some more changes...
2007-08-19  Robert RoeblingForgot a line
next