2007-08-20 |
Robert Roebling | Patch from Bo, adapt generic code to new API, add GetIt... |
blob | commitdiff | raw |
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 |
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 | Return variant type of a cell. |
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 | More compilation. |
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 |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Robert Roebling | Added empty wxDataViewCtrl header and control name... |
blob | commitdiff | raw | diff to current |
|