Change EnsureVisble() to including column parameter, implemented it for wxGTK
[wxWidgets.git] / src / gtk / dataview.cpp
2007-08-19  Robert RoeblingChange EnsureVisble() to including column parameter...
2007-08-19  Robert RoeblingImplemented and tested EXPANDED etc events for wxGTK...
2007-08-19  Robert Roeblingchange wxDataViewModel::Compare() to including column...
2007-08-16  Robert Roeblingremoved Set/GetSortAscending from wxDataViewModel and...
2007-07-25  Robert RoeblingSmall correction
2007-07-25  Robert RoeblingItemDeleted now has (parent, item)
2007-07-25  Robert Roeblingmake wxDataViewCtrl in STL mode
2007-07-24  Robert RoeblingPatch from Bo to speed up FindNode() in internal data...
2007-07-24  Robert RoeblingDon't send events when expanding internally, only after...
2007-07-24  Robert RoeblingSend events from port-specific code, not common code...
2007-07-21  Robert Roeblingadded wxDataViewIndexListModel and sample
2007-07-20  Robert RoeblingOptimise internal sorting datastructure
2007-07-20  Robert RoeblingRenamed HasChildren() to IsContainer(), added GetParent...
2007-07-20  Robert RoeblingFix for crash when opening empty node
2007-07-18  Robert RoeblingCompleted sorting in wxDataViewCtrl
2007-07-18  Robert RoeblingFirst work at resort with header click
2007-07-18  Robert RoeblingFirst actual sorting for wxDataViewCtrl
2007-07-17  Robert RoeblingSome code renaming to avoid confusion. Test editable...
2007-07-16  Robert Roeblingchange wxDataViewItem id to void*
2007-07-15  Robert RoeblingAdd test for deleting item from wxDataViewCtrl
2007-07-14  Robert RoeblingMade wxDataViewCtrl sample use a real, expandabl data...
2007-07-13  Robert RoeblingMore patches from Bo, reduced wxDataViewModel, more...
2007-07-12  Robert RoeblingBo's patch for generic code, more sorting code, WIP
2007-07-09  Robert RoeblingMore work on sorting in wxDataViewCtrl
2007-07-09  Robert RoeblingAdd GtkSortableIface stubs
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-06-01  Vadim Zeitlincompilation fix: wxColour::GetColor() returns const...
2007-06-01  Vadim Zeitlinsuppress warnings about void* to uint conversion losing...
2007-05-30  Robert Roebling Experimenting with cell attributes.
2007-05-30  Robert Roebling Implement for selection code.
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Robert Roebling Correct MVC update region in GTK+ native version
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-14  Robert Roebling Text alignment is for GTK 2.10 and above only.
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-09  Vadim Zeitlincompilation fix for wxUSE_STL==1 build
2007-03-09  Vadim Zeitlincompilation fixes after wxGTK_CONV_BACK changes
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-23  Robert Roebling [ 1665996 ] Fixes/extensions to wxDataViewCtrl
2007-02-17  Robert Roebling Most of FM's wxDataViewCtrl patch.
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2006-12-04  Vadim Zeitlinremoved a couple of useless #if wxUSE_UNICODE tests
2006-12-04  Vadim Zeitlinuncommented code in wxgtk_list_store_get_value() and...
2006-11-01  Robert Roebling Remove debug printf.
2006-11-01  Robert Roebling Make wxDataViewCtrl compile and work in ANSI mode.
2006-11-01  Robert Roebling Fix compilation for GTK >= 2.6
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-04  Robert Roebling Add row activated event.
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Robert Roebling Implemented GetSelection() and GetSelections().
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-01  Robert Roebling Removed some irritating flags.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-26  Robert Roebling Added wxDataViewBitmapCell
2006-09-25  Robert Roebling Implement most of AppendRow(), PrependRow(), InsertRow(),
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
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.
next