2010-08-10 |
Vadim Zeitlin | Add wxDataViewCtrl::{Set,Get}CurrentItem(). |
blob | commitdiff | raw |
2010-08-08 |
Jaakko Salli | Removed spurious semicolon that prevented compilation |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Vadim Zeitlin | Add name argument to wxDataViewCtrl ctor for consistency. |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Robert Roebling | Make wxDataViewCtrl::GetColumnPosition() return the... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Vadim Zeitlin | Remove unused anywhere wxDataViewRenderer::RightClick(). |
blob | commitdiff | raw | diff to current |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
blob | commitdiff | raw | diff to current |
2009-10-15 |
Vadim Zeitlin | Use correct colour for selected items in generic wxDVC. |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Implement attributes support in generic wxDataViewIconT... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Make generic wxDataViewProgressRenderer fill the entire... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Handle cell alignment in the renderer itself in generic... |
blob | commitdiff | raw | diff to current |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Robert Roebling | Commit most parts of #10495 wxDataViewCtrl needs a... |
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-03-06 |
Francesco Montorsi | Indentation/coding style adjustments. |
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-23 |
Vadim Zeitlin | add missing wxUSE_DRAG_AND_DROP checks |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Robert Roebling | Override GetDefaultBorder, currently changes nothing |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Robert Roebling | Skeleton for generic Drag code |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | compilation fix after wxScrollHelperNative renaming... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
blob | commitdiff | raw | diff to current |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataView... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
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-10-21 |
Robert Roebling | Correct TAB handling for generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Robert Roebling | Fix crash again |
blob | commitdiff | raw | diff to current |
2008-10-09 |
Robert Roebling | implement GetSizeAvailableForScrollTarget |
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-08 |
Robert Roebling | Adapt MSW's renderer's alignment to use column header... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Robin Dunn | Make some wxDataViewCustomRenderer virtuals consistent... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
blob | commitdiff | raw | diff to current |
2007-12-28 |
Robert Roebling | Implement rest of MSW's wxDataViewCtrl's native column... |
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-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-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-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 | Patch from Bo, implements mouse hover, default sort |
blob | commitdiff | raw | diff to current |
2007-08-28 |
Robert Roebling | Applied patch from Bo, WIP |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Robert Roebling | Patch from Bo for recent API changes |
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 | Bo's patch adding Selection API and some more changes... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | Patch from Bo for generic wxDataViewCtrl |
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 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
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-04-18 |
Robert Roebling | Corrected/implemented sorting (by way of clicking on |
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-04-16 |
Robert Roebling | Rewritten in-place editing for generic wxDataViewCtrl |
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-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-30 |
Robert Roebling | Several wxBitmapDataCell changes. |
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-05-18 |
Robin Dunn | Use correct DLL import/export specifier for multi-lib... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Robert Roebling | Added some column width contrl code. |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Source and warning cleaning after enabling wxUSE_DATAVI... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Robert Roebling | Implement basic MVC logic (change an item in one |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Robert Roebling | Make generic wxDataViewCtrl draw its contents. |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Robert Roebling | In the generic version of wxDataViewCtrl, all |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Robert Roebling | Added windowing and scrolling logic to generic |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Robert Roebling | Compilation fixes. |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Robert Roebling | Added (yet unfunctional) skeleton files fir |
blob | commitdiff | raw | diff to current |
|