]> git.saurik.com Git - wxWidgets.git/history - src/gtk/dataview.cpp
Added wxRenderer method for drawing selection
[wxWidgets.git] / src / gtk / dataview.cpp
2006-04-26  Robert Roebling Added wxRenderer method for drawing selection
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Robert Roebling Added some column width contrl code.
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-13  Jamie GaddFix casts from void* to int on x86_64 gcc by using...
2006-03-23  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-01  Robert Roebling Further sorting work using the sorting data model.
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-27  Robert Roebling Removed superfluous code.
2006-02-27  Robert Roebling MVC works now.
2006-02-27  Robert Roebling Added generic MVC hookup code.
2006-02-27  Robert Roebling Most things about wxDataViewDateCell work.
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Robert Roebling Add scrollbars, fix crash, leak less memory.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-24  Robert Roebling Added wxDataViewCustomCell.
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling Route data from wxDataViewModel in a wxVariant
2006-02-23  Robert Roebling added wxDataViewCell
2006-02-22  Robert Roebling Added wxDataViewColumn
2006-02-21  Robert Roebling Add notifier class.
2006-02-21  Robert Roebling wxDataViewCtrl actually runs now.
2006-02-21  Robert Roebling Compiles now..
2006-02-21  Robert Roebling wxDataViewCtrl WIP.
2006-02-14  Robert Roebling More experimenting
2006-02-13  Robert Roebling Starting wxDataView..