2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
blob | commitdiff | raw |
2007-10-25 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Paul Cornett | remove extraneous semicolons |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Vadim Zeitlin | fix unused parameter warnings |
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-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
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 |
Vadim Zeitlin | fix some harmless warnings (last two parts of patch... |
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 | little change for Mac build |
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 | Minor correction |
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-26 |
Robert Roebling | Move column organizing code to ports, away from common... |
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-24 |
Robert Roebling | Minor API changes |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Robert Roebling | don't use <listimpl.cpp> (problems under Mac? |
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-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 | 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 | 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-08-01 |
Julian Smart | Error and warning corrections |
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-18 |
Robert Roebling | Completed sorting in wxDataViewCtrl |
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 | Forgot this one |
blob | commitdiff | raw | diff to current |
2007-07-18 |
Robert Roebling | First actual sorting for wxDataViewCtrl |
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-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 | Correct new_order index in RowsReordered(). |
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-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-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-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 | 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 | 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-01 |
Robert Roebling | Removed some irritating flags. |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Robin Dunn | Fixes for the DLL build |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Robert Roebling | Compile fix for VC |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Vadim Zeitlin | fixed unused param warning |
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-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 | Don't delete model in views destructor as several |
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-25 |
Robert Roebling | Added wxDataViewProgressCell with native code |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Robert Roebling | Add compilation guards. |
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 | 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 | wxDataViewCtrl WIP. |
blob | commitdiff | raw | diff to current |
|