2008-11-10 |
Robert Roebling | Added wxChoice renderer to wxDataViewCtrl |
tree | commitdiff |
2008-10-27 |
Vadim Zeitlin | rebaked using bakefile 0.2.5 |
tree | commitdiff |
2008-10-21 |
Robert Roebling | Remove wxLog hack and put all controls in a panel to... |
tree | commitdiff |
2008-10-16 |
Robert Roebling | Write directly to log target wxTextCtrl to avoid crash |
tree | commitdiff |
2008-10-16 |
Robert Roebling | wxMac actually crashes in any logging |
tree | commitdiff |
2008-10-16 |
Robert Roebling | wxMac crashes in wxLog() statements with string.GetData() |
tree | commitdiff |
2008-10-15 |
Robert Roebling | For some reason, wxMac now requires explicit sizes... |
tree | commitdiff |
2008-10-08 |
Robert Roebling | Added test for Select() |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | add VC9 project files (closes #9960) |
tree | commitdiff |
2008-10-08 |
Vadim Zeitlin | rebaked makefiles with 0.2.4 |
tree | commitdiff |
2008-09-20 |
Kevin Ollivier | Rebake after bakefile changes. |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding new toolkits for osx |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | rebake |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | fix wxMenu leak (reopened #9089) |
tree | commitdiff |
2008-06-12 |
Stefan Csomor | fixing file paths after renaming |
tree | commitdiff |
2008-06-02 |
Václav Slavík | regenerated all trunk makefiles with bakefile-0.2.3 |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Make height of red square depend on value in the model |
tree | commitdiff |
2008-05-21 |
Robert Roebling | Add test for progress renderer |
tree | commitdiff |
2008-05-20 |
Robert Roebling | replaces unsigned int with wxUIntPtr |
tree | commitdiff |
2008-05-16 |
Robert Roebling | Option for variable line heights (MSW and GTK+ sofar) |
tree | commitdiff |
2008-04-14 |
Robert Roebling | Support bitmaps and text and header columns using wxIma... |
tree | commitdiff |
2008-04-12 |
Robert Roebling | Corrected/added support for column headers with icon... |
tree | commitdiff |
2008-04-11 |
Robert Roebling | Add test for context menu, fixed mem leak, fixed focus... |
tree | commitdiff |
2008-04-08 |
Robert Roebling | By default, align renderers as column header under... |
tree | commitdiff |
2008-04-07 |
Robert Roebling | Split wxDataViewVirtualModel fork wxDataViewIndexModel... |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Test header and renderer aligment separately, II |
tree | commitdiff |
2008-04-06 |
Robert Roebling | Test header and renderer aligment separately |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Also right-align second column |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Added test for right alignment of 1st column |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Added test for left/centre/right alignment |
tree | commitdiff |
2008-04-05 |
Robert Roebling | Support renderer::LeftClick() in generic code, removed... |
tree | commitdiff |
2008-01-27 |
Václav Slavík | added VC7/8 project files for samples |
tree | commitdiff |
2008-01-23 |
Václav Slavík | regenerated makefiles with bkl-0.2.3 |
tree | commitdiff |
2008-01-16 |
Vadim Zeitlin | made all XPM const to avoid warnings from mingw32 4... |
tree | commitdiff |
2008-01-14 |
Robert Roebling | Partial impl of auto resizing columns |
tree | commitdiff |
2008-01-07 |
Robert Roebling | Correct wxObjectDataPtr<> assignment from *T to not... |
tree | commitdiff |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-18 |
Robert Roebling | MSW needs size for wxImageList |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
tree | commitdiff |
2007-12-16 |
Robert Roebling | Implemented (for GTK+) and tested dataview_context_menu... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | rebaked everything, fixes problems with OpenGL samples... |
tree | commitdiff |
2007-12-01 |
Robert Roebling | Forgot to actually use image list |
tree | commitdiff |
2007-12-01 |
Robert Roebling | Added wxDataViewTreeCtrl |
tree | commitdiff |
2007-11-25 |
Václav Slavík | removed ANSI configs from VisualC++ project files |
tree | commitdiff |
2007-11-17 |
Robert Roebling | Update to wxDataViewCtrl from Hartwig |
tree | commitdiff |
2007-11-08 |
Robert Roebling | Add wxDataViewTextRendererAttr, blind noop under wxMac |
tree | commitdiff |
2007-10-23 |
Vadim Zeitlin | fixed another unused parameter warning |
tree | commitdiff |
2007-10-23 |
Robert Roebling | Add column to control after association with model... |
tree | commitdiff |
2007-10-20 |
Robert Roebling | Use wxDataViewSpinRenderer |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Added PrependColumn methods and short cuts. Added test... |
tree | commitdiff |
2007-10-18 |
Robert Roebling | Corrected wrong initial/min size of generic wxDataViewCtrl |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Minor sample corrections |
tree | commitdiff |
2007-10-16 |
Robert Roebling | Add wxDataViewTreeStore with sample |
tree | commitdiff |
2007-10-11 |
Chris Elliott | update makefiles |
tree | commitdiff |
2007-10-10 |
Václav Slavík | compilation fixes |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement wxDataViewCtrl::GetSortingColumn() and relate... |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test _HEADER_RIGHT_CLICK event for GTK+ |
tree | commitdiff |
2007-09-14 |
Robert Roebling | Implement and test wxDataViewCtrl::GetColumnPosition... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewModel::GetChildren() (removed GetSiblin... |
tree | commitdiff |
2007-08-31 |
Robert Roebling | Added wxDataViewCtrl::AppendIconTextColumn |
tree | commitdiff |
2007-08-29 |
Robert Roebling | make SetValue return a value |
tree | commitdiff |
2007-08-29 |
Robert Roebling | add wxDataViewIconTextRenderer |
tree | commitdiff |
2007-08-26 |
Robert Roebling | add test for custom in-place editor |
tree | commitdiff |
2007-08-25 |
Robert Roebling | test editing_started and _done events |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Minor API changes |
tree | commitdiff |
2007-08-24 |
Robert Roebling | Make ::SetValue return a bool |
tree | commitdiff |
2007-08-22 |
Robert Roebling | Added logic, API and docs for wxDataViewModel::HasDefau... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implement selection API and events |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Implemented and tested EXPANDED etc events for wxGTK... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | Bo's patch adding Selection API and some more changes... |
tree | commitdiff |
2007-08-19 |
Robert Roebling | change wxDataViewModel::Compare() to including column... |
tree | commitdiff |
2007-08-03 |
Vadim Zeitlin | sorting support for generic version (patch 1765087... |
tree | commitdiff |
2007-07-25 |
Robert Roebling | Use type safe list for model notifiers, sample corrected |
tree | commitdiff |
2007-07-25 |
Robert Roebling | ItemDeleted now has (parent, item) |
tree | commitdiff |
2007-07-24 |
Robert Roebling | Send events from port-specific code, not common code... |
tree | commitdiff |
2007-07-21 |
Robert Roebling | added wxDataViewIndexListModel and sample |
tree | commitdiff |
2007-07-20 |
Robert Roebling | Renamed HasChildren() to IsContainer(), added GetParent... |
tree | commitdiff |
2007-07-19 |
Robert Roebling | Better sorting example and better default |
tree | commitdiff |
2007-07-17 |
Robert Roebling | Some code renaming to avoid confusion. Test editable... |
tree | commitdiff |
2007-07-16 |
Robert Roebling | Store pointers in wxDataViewItem in the sample, no... |
tree | commitdiff |
2007-07-16 |
Robert Roebling | change wxDataViewItem id to void* |
tree | commitdiff |
2007-07-15 |
Robert Roebling | Add test for deleting item from wxDataViewCtrl |
tree | commitdiff |
2007-07-14 |
Robert Roebling | Test in GetFirstChild() if item is known to control |
tree | commitdiff |
2007-07-14 |
Robert Roebling | Made wxDataViewCtrl sample use a real, expandabl data... |
tree | commitdiff |
2007-07-13 |
Robert Roebling | More patches from Bo, reduced wxDataViewModel, more... |
tree | commitdiff |
2007-07-09 |
Robert Roebling | More work on sorting in wxDataViewCtrl |
tree | commitdiff |
2007-07-09 |
Robert Roebling | Bo'd patch to make wxDataViewCtrl compile again (4th... |
tree | commitdiff |
2007-07-05 |
Robert Roebling | wxDataViewCtrl can show tree/list music sample. |
tree | commitdiff |
2007-07-05 |
Robert Roebling | Getting closer to working tree/list wxDataViewCtrl. |
tree | commitdiff |
2007-07-05 |
Robert Roebling | The dataview sample compiles now, but doesn't work... |
tree | commitdiff |
2007-06-30 |
Vadim Zeitlin | changed ds[pw] files to use CRLF eol style and not... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Experimenting with cell attributes. |
tree | commitdiff |
2007-04-24 |
Robert Roebling | Change SetValue( wxVariant &value ) to |
tree | commitdiff |
2007-04-17 |
Robert Roebling | Implemented the same simple API for creating customized |
tree | commitdiff |
2007-04-14 |
Robert Roebling | Add test for Validate() |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
tree | commitdiff |
next |