2007-09-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
blob | commitdiff | raw |
2007-09-14 |
Robert Roebling | Implement and test _HEADER_RIGHT_CLICK event for GTK+ |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
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 | make SetValue return a value |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
blob | commitdiff | raw | diff to current |
2007-08-26 |
Robert Roebling | add test for custom in-place editor |
blob | commitdiff | raw | diff to current |
2007-08-25 |
Robert Roebling | test editing_started and _done events |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Minor API changes |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | Make ::SetValue return a bool |
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-19 |
Robert Roebling | Implement selection API and events |
blob | commitdiff | raw | diff to current |
2007-08-19 |
Robert Roebling | Implemented and tested EXPANDED etc events for wxGTK... |
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 | change wxDataViewModel::Compare() to including column... |
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-19 |
Robert Roebling | Better sorting example and better default |
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-16 |
Robert Roebling | Store pointers in wxDataViewItem in the sample, no... |
blob | commitdiff | raw | diff to current |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Robert Roebling | Add test for deleting item from wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Robert Roebling | Test in GetFirstChild() if item is known to control |
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-09 |
Robert Roebling | More work on sorting in wxDataViewCtrl |
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-05 |
Robert Roebling | wxDataViewCtrl can show tree/list music sample. |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Robert Roebling | Getting closer to working tree/list wxDataViewCtrl. |
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-05-30 |
Robert Roebling | Experimenting with cell attributes. |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
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-14 |
Robert Roebling | Add test for Validate() |
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 |
2007-02-04 |
Vadim Zeitlin | call OnInit() from all samples to allow using standard... |
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 | 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 |
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 | Replaces size_t with unsigned int in wxDataViewCtrl... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Robert Roebling | Forgot to commit latest sample changes. |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Robert Roebling | Added wxDataViewBitmapCell |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | remove extraneous commas and semicolons (patch 1537792) |
blob | commitdiff | raw | diff to current |
2006-07-20 |
Włodzimierz Skiba | Reuse common sample resources. Little code cleanup... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Robert Roebling | Minor sample update. |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Robert Roebling | Finished most of the selection/focus handling. |
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 |
Julian Smart | Fixes/makefiles for building data view control on Windows |
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-02 |
Robert Roebling | Change wxVariant GetValue() to GetValue( wxVariant... |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Robert Roebling | Added stubs for variaous tests. |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Robert Roebling | Don't delete model in views destructor as several |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Robert Roebling | Most things about wxDataViewDateCell work. |
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 | Update sample. |
blob | commitdiff | raw | diff to current |
2006-02-21 |
Robert Roebling | Updated wxDataViewCtrl sample |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Robert Roebling | Added sample for wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
|