2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
blob | commitdiff | raw |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
blob | commitdiff | raw | diff to current |
2009-06-14 |
Robert Roebling | Make wxDataViewModel derive from wxRefCounter |
blob | commitdiff | raw | diff to current |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
blob | commitdiff | raw | diff to current |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-10 |
Robert Roebling | Make wxDataViewModel::Compare() const |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Robert Roebling | Add wxDataViewEvent for vetoing label editing (see... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | don't return hardcoded constants for empty renderers... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | some more const-ification of HasEditorCtrl |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | fix crash when using wxDataViewListStore::DeleteAllItems |
blob | commitdiff | raw | diff to current |
2009-02-10 |
Francesco Montorsi | fix for when wxUSE_DRAG_AND_DROP==0 (e.g. in wxX11) |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Kevin Ollivier | Enable wxDVC on OS X Cocoa using the generic control. |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | yet another wxUSE_DRAG_AND_DROP==0 compilation fix |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Vadim Zeitlin | another wxUSE_DRAG_AND_DROP==0 compilation fix |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Vadim Zeitlin | another fix for wxUSE_DRAG_AND_DROP==0 build |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Paul Cornett | build fixes and cleanup |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Add event based Drop API |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Simplified event based Drag API for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Robert Roebling | New eventb based Drag interface for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Robert Roebling | Rename XxxxCol() -> XxxxColumn() and resolve inheritanc... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Robert Roebling | Move model notification code of tree store from the... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Robert Roebling | Document wxDataViewListCtrl, minor corrections |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Robert Roebling | Document wxDataViewListStore |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Robert Roebling | Added wxDataViewListCtrl, use it in the sample |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Robert Roebling | Change GetValue() and SetValue() to GetValueByRow(... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
blob | commitdiff | raw | diff to current |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
blob | commitdiff | raw | diff to current |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Robert Roebling | Enable intercepting ENTER in wxSpinCtrl under wxMac... |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Vadim Zeitlin | compilation fix for wxUniv/GTK (closes #9849) |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Vadim Zeitlin | fix gcc warnings about not calling the base class ctors... |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Robert Roebling | Remove usused variable |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Robin Dunn | fix typedef |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Robin Dunn | Make some wxDataViewCustomRenderer virtuals consistent... |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Paul Cornett | non-pch build fix |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Robert Roebling | Added API for column reordering |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Robert Roebling | Add dataview context menu event definitions |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Robert Roebling | Add support for wxDC_ROW_LINES for GTK+ and OS X |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Robert Roebling | Added wxDataViewTreeCtrl |
blob | commitdiff | raw | diff to current |
2007-11-18 |
Robert Roebling | Implement wxGTK internal short-cut for wxDataViewIndexL... |
blob | commitdiff | raw | diff to current |
2007-11-18 |
Robert Roebling | Remove useless GetRowCount |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Robert Roebling | Update to wxDataViewCtrl from Hartwig |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Robert Roebling | optimise startup of wxDataViewIndexListModel |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
blob | commitdiff | raw | diff to current |
2007-11-02 |
Vadim Zeitlin | fixes for DLL build |
blob | commitdiff | raw | diff to current |
2007-10-25 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | fix unused parameter warnings |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Added wxDataViewCustomRenderer::RenderText() for render... |
blob | commitdiff | raw | diff to current |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Correct focus rect to not appear in unfocussed controls... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Correct EnsureVisible() to show last item entirely |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | More alignment issues |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Change default alignment to centre vertically |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
blob | commitdiff | raw | diff to current |
2007-10-13 |
Robert Roebling | Beginning of wxDataViewTreeStore API |
blob | commitdiff | raw | diff to current |
2007-10-12 |
Robert Roebling | added wxDataViewModel::HasContainerColumns |
blob | commitdiff | raw | diff to current |
2007-10-10 |
Václav Slavík | compilation fixed for wxDataViewCtrl: almost no class... |
blob | commitdiff | raw | diff to current |
2007-10-02 |
Robert Roebling | Document _ITEM_VALUE_CHANGED and implmement it equally... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Robert Roebling | Added API for adding/deleting/changing multiple items |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Forgot this one |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | API change: a single SELECTION_CHANGED not lots of... |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | wxDataViewCtrl patch from Hartwig |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetColumnPosition() stubs |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Robert Roebling | Add wxDataViewCtrl::GetSortingColumn() stubs |
blob | commitdiff | raw | diff to current |
2007-08-31 |
Robert Roebling | Added const and virtual in various places |
blob | commitdiff | raw | diff to current |
2007-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
blob | commitdiff | raw | diff to current |
2007-08-31 |
Robert Roebling | Added wxDataViewCtrl::AppendIconTextColumn |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Robert Roebling | add wxDataViewIconText |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Robert Roebling | Move column organizing code to ports, away from common... |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | added Collapse() and Expand() |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | add editing_started and _done events |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | Set/GetExpanderColumn() should use wxDataViewColumn... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Correct signature of HitTest() |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Minor API changes |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Robert Roebling | Added logic, API and docs for wxDataViewModel::HasDefau... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Robert Roebling | Let various AppendXXXColumn helplers return the column... |
blob | commitdiff | raw | diff to current |
2007-08-22 |
Robert Roebling | minor change |
blob | commitdiff | raw | diff to current |
next |