2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
blob | commitdiff | raw |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Add wxDataViewCtrl::GTKPathToItem() function and use it. |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Vadim Zeitlin | No real changes, just make wxDataViewCtrl::Init() priva... |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Vadim Zeitlin | Implement icon text column using native GTK renderers... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Correct bug with items without attributes in wxGTK... |
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 | Fixed wxDataViewCtrl::Set{Foreground,Background}Colour... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Robert Roebling | Make all instances of HasEditorCtrl() const, not just... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Paul Cornett | build fixes and cleanup |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Robert Roebling | New eventb based Drag interface for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Vadim Zeitlin | wxDataViewColumn doesn't need to have wxRTTI |
blob | commitdiff | raw | diff to current |
2008-12-07 |
Vadim Zeitlin | removed accidentally left in in r57161 pure virtual... |
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-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
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-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contr... |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Robert Roebling | Added InsertColumn( pos, col ), some reformating |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
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-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
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-20 |
Paul Cornett | make access for virtuals match base |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Robert Roebling | remove warnings |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Robert Roebling | Use a private GtkCellRendererText for rendering text... |
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-10 |
Václav Slavík | compilation fixed for wxDataViewCtrl: almost no class... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
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-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
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-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-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Change EnsureVisble() to including column parameter... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Made wxGTK wxDataViewCtrl compile again |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data... |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Robert Roebling | Bo's patch for generic code, more sorting code, WIP |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Robert Roebling | New API for wxdataViewCtrl (doesn't run yet). |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Robert Roebling | Implement for selection code. |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Robert Roebling | Make wxDataViewCtrl compile and work in ANSI mode. |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robert Roebling | Added sort order and alignement for column headers. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | Added selection API. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
blob | commitdiff | raw | diff to current |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Robert Roebling | Added wxDataViewBitmapCell |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Robert Roebling | Added some column width contrl code. |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Robert Roebling | Moved code around preparing the sorted model. |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Robert Roebling | MVC works now. |
blob | commitdiff | raw | diff to current |
2006-02-26 |
Robert Roebling | Some restructuring, beginning of wxDataViewDateCell. |
blob | commitdiff | raw | diff to current |
2006-02-26 |
Robert Roebling | Makes custom cell activatable. |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Robert Roebling | Add scrollbars, fix crash, leak less memory. |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Robert Roebling | Added wxDataViewProgressCell with native code |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Robert Roebling | Added wxDataViewCustomCell. |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Robert Roebling | added wxDataViewToggleCell |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Robert Roebling | wxDataViewCtrl now with editable text and multiple |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Robert Roebling | Route data from wxDataViewModel in a wxVariant |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Robert Roebling | added wxDataViewCell |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Robert Roebling | Added wxDataViewColumn |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Robert Roebling | Add notifier class. |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Robert Roebling | Compilation fixes. |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Robert Roebling | wxDataViewCtrl WIP. |
blob | commitdiff | raw | diff to current |
|