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 |
2007-02-07 |
Robin Dunn | rebaked after changing the version number |
tree | commitdiff |
2007-02-04 |
Vadim Zeitlin | call OnInit() from all samples to allow using standard... |
tree | commitdiff |
2006-11-10 |
Robin Dunn | Move version number to 2.8.0.0 and rebake the makefiles |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | rebaked with baefile rev 928 |
tree | commitdiff |
2006-10-28 |
Robin Dunn | Moved version number to 2.7.2.0 and rebaked |
tree | commitdiff |
2006-10-09 |
Robin Dunn | Bumping the version number also requires that version... |
tree | commitdiff |
2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Add row activated event. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added event skeletons, defines, event ids.. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Robert Roebling | Forgot to commit latest sample changes. |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Added test bitmap. |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Added wxDataViewBitmapCell |
tree | commitdiff |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
tree | commitdiff |
2006-08-13 |
Vadim Zeitlin | remove extraneous commas and semicolons (patch 1537792) |
tree | commitdiff |
2006-07-20 |
Włodzimierz Skiba | Reuse common sample resources. Little code cleanup... |
tree | commitdiff |
2006-06-29 |
Julian Smart | Moved wxRichTextCtrl to its own library |
tree | commitdiff |
2006-04-25 |
Robert Roebling | Added rc file for MINGW compilation. |
tree | commitdiff |
2006-04-25 |
Robert Roebling | Minor sample update. |
tree | commitdiff |
2006-04-24 |
Robert Roebling | Finished most of the selection/focus handling. |
tree | commitdiff |
2006-04-18 |
Robert Roebling | Added some column width contrl code. |
tree | commitdiff |
2006-04-13 |
Julian Smart | Added Makefile.in |
tree | commitdiff |
2006-03-27 |
Włodzimierz Skiba | Source and warning cleaning after enabling wxUSE_DATAVI... |
tree | commitdiff |
2006-03-24 |
Julian Smart | Build corrections |
tree | commitdiff |
2006-03-23 |
Julian Smart | Fixes/makefiles for building data view control on Windows |
tree | commitdiff |
2006-03-23 |
Robert Roebling | Implement basic MVC logic (change an item in one |
tree | commitdiff |
2006-03-02 |
Robert Roebling | Change wxVariant GetValue() to GetValue( wxVariant... |
tree | commitdiff |
2006-02-28 |
Robert Roebling | Added stubs for variaous tests. |
tree | commitdiff |
2006-02-28 |
Robert Roebling | Don't delete model in views destructor as several |
tree | commitdiff |
2006-02-27 |
Robert Roebling | Most things about wxDataViewDateCell work. |
tree | commitdiff |
2006-02-26 |
Robert Roebling | Move wxDataViewCtrl to Adv (hope this has worked..). |
tree | commitdiff |
2006-02-26 |
Robert Roebling | Some restructuring, beginning of wxDataViewDateCell. |
tree | commitdiff |
2006-02-26 |
Robert Roebling | Makes custom cell activatable. |
tree | commitdiff |
2006-02-25 |
Robert Roebling | Added wxDataViewProgressCell with native code |
tree | commitdiff |
2006-02-24 |
Robert Roebling | Added wxDataViewCustomCell. |
tree | commitdiff |
2006-02-24 |
Robert Roebling | added wxDataViewToggleCell |
tree | commitdiff |
2006-02-23 |
Robert Roebling | wxDataViewCtrl now with editable text and multiple |
tree | commitdiff |
2006-02-23 |
Robert Roebling | Update sample. |
tree | commitdiff |
2006-02-21 |
Robert Roebling | Updated wxDataViewCtrl sample |
tree | commitdiff |
2006-01-08 |
Robert Roebling | Added sample for wxDataViewCtrl |
tree | commitdiff |
|