2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw |
2010-09-13 |
Robert Roebling | Document wxDataViewListModel as common abstract base... |
blob | commitdiff | raw | diff to current |
2010-09-13 |
Robert Roebling | Further work on wxDataViewListModel::Reset() |
blob | commitdiff | raw | diff to current |
2010-09-12 |
Robert Roebling | Moved more code from wxDataViewCtrl to wxDataViewCtrlIn... |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Václav Slavík | Fix wxDataViewCtrl to omit expander space for all kinds... |
blob | commitdiff | raw | diff to current |
2010-07-29 |
Václav Slavík | Fix gcc warning in wxDataViewListCtrl::ItemToRow(). |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Václav Slavík | Add index-based selection functions to wxDataViewListCtrl. |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Václav Slavík | Add item<->row mapping helpers to wxDataViewListCtrl. |
blob | commitdiff | raw | diff to current |
2010-07-24 |
Robert Roebling | Make calls wxDataViewModel::ItemDeleted() etc. non... |
blob | commitdiff | raw | diff to current |
2010-05-05 |
Vadim Zeitlin | No changes, just make wxDataViewEditorCtrlEvtHandler... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Robert Roebling | Implement and document wxDataViewTreeCtrl::IsContainer... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxGTK wxDataViewCu... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Vadim Zeitlin | Make public and document wxDataView{Index,Virtual}ListM... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Vadim Zeitlin | Make wxDataViewModel::GetAttr() and GetAttrByRow()... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewModel::HasValue(). |
blob | commitdiff | raw | diff to current |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Vadim Zeitlin | Fixes to comparison operators for wxDVC classes. |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Use default composite controls attributes for wxDataVie... |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
blob | commitdiff | raw | diff to current |
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 |
next |