2007-10-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
blob | commitdiff | raw |
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 |
2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
blob | commitdiff | raw | diff to current |
2007-08-20 |
Robert Roebling | Make wxDataViewItemArray more efficient |
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 | Added EXPANDING and COLLAPSING events for the user... |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Made wxGTK wxDataViewCtrl compile again |
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-08-19 |
Robert Roebling | Forgot a line |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Added ITEM_EXPANDED and ITEM_COLLAPSED |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
blob | commitdiff | raw | diff to current |
2007-08-16 |
Robert Roebling | removed Set/GetSortAscending from wxDataViewModel and... |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected |
blob | commitdiff | raw | diff to current |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample |
blob | commitdiff | raw | diff to current |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Robert Roebling | First work at resort with header click |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
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-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
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 | Add compare function to wxDataViewModel |
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-07-05 |
Robert Roebling | The dataview sample compiles now, but doesn't work... |
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-06-16 |
Vadim Zeitlin | fix unused parameters warnings |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-05-30 |
Robert Roebling | Forgot to commit. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to... |
blob | commitdiff | raw | diff to current |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Robert Roebling | Use child's listmodelnotifier's destructor (by overlo... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Vadim Zeitlin | fix unused parameters warnings |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Robert Roebling | Fix inplace editing of custom controls for |
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-11-01 |
Robert Roebling | Make wxDataViewCtrl compile and work in ANSI mode. |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Paul Cornett | correct DLL attributes |
blob | commitdiff | raw | diff to current |
2006-10-07 |
Robert Roebling | Not everything has to be virtual. |
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-04 |
Robert Roebling | Add row activated event. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Robin Dunn | DLL build fix |
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 event skeletons, defines, event ids.. |
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-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
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-27 |
Włodzimierz Skiba | Be nice to eVC++ build process and don't include not... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Robert Roebling | Added style flags for selection mode. |
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-28 |
Robert Roebling | Remove CVS clash in RCS-ID |
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-21 |
Robert Roebling | Added windowing and scrolling logic to generic |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Robert Roebling | Added (yet unfunctional) skeleton files fir |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Robert Roebling | Change wxVariant GetValue() to GetValue( wxVariant... |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Robert Roebling | Further sorting work using the sorting data model. |
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-28 |
Robert Roebling | Added wxDataViewSortedListModel, which doesn't work |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Robert Roebling | Added generic MVC hookup code. |
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 | Added wxDataViewProgressCell with native code |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Robert Roebling | Added wxDataViewCustomCell. |
blob | commitdiff | raw | diff to current |
next |