2008-12-09 |
Vadim Zeitlin | make first column non-draggable to test support for... |
blob | commitdiff | raw |
2008-12-08 |
Vadim Zeitlin | skip the header click event to allow sorting (done... |
blob | commitdiff | raw | diff to current |
2008-12-08 |
Vadim Zeitlin | test non-resizeable and resizeable but with min size... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2008-10-21 |
Robert Roebling | Remove wxLog hack and put all controls in a panel to... |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Robert Roebling | Write directly to log target wxTextCtrl to avoid crash |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Robert Roebling | wxMac actually crashes in any logging |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Robert Roebling | wxMac crashes in wxLog() statements with string.GetData() |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Robert Roebling | For some reason, wxMac now requires explicit sizes... |
blob | commitdiff | raw | diff to current |
2008-10-08 |
Robert Roebling | Added test for Select() |
blob | commitdiff | raw | diff to current |
2008-08-05 |
Vadim Zeitlin | fix wxMenu leak (reopened #9089) |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Robert Roebling | Make height of red square depend on value in the model |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Robert Roebling | Add test for progress renderer |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Robert Roebling | replaces unsigned int with wxUIntPtr |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
blob | commitdiff | raw | diff to current |
2008-04-14 |
Robert Roebling | Support bitmaps and text and header columns using wxIma... |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
blob | commitdiff | raw | diff to current |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Robert Roebling | Test header and renderer aligment separately, II |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Robert Roebling | Test header and renderer aligment separately |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Also right-align second column |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Added test for right alignment of 1st column |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Added test for left/centre/right alignment |
blob | commitdiff | raw | diff to current |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Robert Roebling | Correct wxObjectDataPtr<> assignment from *T to not... |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
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-12-18 |
Robert Roebling | MSW needs size for wxImageList |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
blob | commitdiff | raw | diff to current |
2007-12-16 |
Robert Roebling | Implemented (for GTK+) and tested dataview_context_menu... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Robert Roebling | Forgot to actually use image list |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Robert Roebling | Added wxDataViewTreeCtrl |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Robert Roebling | Update to wxDataViewCtrl from Hartwig |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | fixed another unused parameter warning |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Robert Roebling | Add column to control after association with model... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Robert Roebling | Use wxDataViewSpinRenderer |
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-18 |
Robert Roebling | Corrected wrong initial/min size of generic wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-10-16 |
Robert Roebling | Minor sample corrections |
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 fixes |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
blob | commitdiff | raw | diff to current |
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 |
next |