]> git.saurik.com Git - wxWidgets.git/history - src/gtk/dataview.cpp
Use accessor functions instead of deprecated GTK+ macros.
[wxWidgets.git] / src / gtk / dataview.cpp
2008-03-28  Vadim Zeitlinfix gcc warning about assigning -1 to a guint
2008-03-25  Vadim Zeitlinseveral g++ 4 warning fixes
2008-02-14  Vadim ZeitlinI got too tired of seeing these unused parameters warni...
2008-01-14  Robert RoeblingPartial impl of auto resizing columns
2008-01-10  Paul Cornettdon't use the same parameter name twice, HP compiler...
2007-12-30  Paul Cornettnon-pch build fix
2007-12-30  Robert Roeblinginitial drag interface for wxDataViewCtrl
2007-12-29  Robert RoeblingwxDataViewCtrl DnD stubs, some reformating
2007-12-26  Robert RoeblingPatch from Hartwig and me for implementing reorderable...
2007-12-19  Vadim Zeitlinfix for ANSI mode build (patch 1853001)
2007-12-17  Robert RoeblingAdded wxDataViewListIndexModel::Reset(), clarified...
2007-12-16  Robert RoeblingImplemented (for GTK+) and tested dataview_context_menu...
2007-12-03  Robert RoeblingAdd support for wxDC_ROW_LINES for GTK+ and OS X
2007-12-01  Robert Roeblingcompilation fix and fewer warnings
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-27  Robert RoeblingPatch from Bo to show missing lines again
2007-11-27  Václav Slavíkremoved trailing whitespace
2007-11-18  Robert RoeblingImplement wxGTK internal short-cut for wxDataViewIndexL...
2007-11-14  Robert RoeblingFurther wxDC changes
2007-11-08  Robert RoeblingAdd wxDataViewTextRendererAttr, blind noop under wxMac
2007-10-25  Paul Cornettbuild fixes
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-22  Robert RoeblingUse a private GtkCellRendererText for rendering text...
2007-10-22  Robert RoeblingCorrectly set item in wxDataViewRenderer::Activate()
2007-10-20  Robert RoeblingAdded wxDataViewCustomRenderer::RenderText() for render...
2007-10-18  Robert RoeblingAdded PrependColumn methods and short cuts. Added test...
2007-10-16  Robert RoeblingAdd wxDataViewTreeStore with sample
2007-10-12  Robert RoeblingImplemented HasContainerColumns() for GTK+
2007-10-07  Václav Slavíkcompilation fixes for x86_64; use wxLogDebug instead...
2007-10-02  Robert RoeblingDocument _ITEM_VALUE_CHANGED and implmement it equally...
2007-09-14  Robert RoeblingImplement wxDataViewCtrl::GetSortingColumn() and relate...
2007-09-14  Robert RoeblingImplement and test _HEADER_RIGHT_CLICK event for GTK+
2007-09-14  Robert RoeblingImplement and test wxDataViewCtrl::GetColumnPosition...
2007-09-14  Robert RoeblingAPI change: a single SELECTION_CHANGED not lots of...
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetColumnPosition() stubs
2007-09-13  Robert RoeblingAdd wxDataViewCtrl::GetSortingColumn() stubs
2007-08-31  Robert RoeblingAdded wxDataViewModel::GetChildren() (removed GetSiblin...
2007-08-29  Robert Roeblingadd wxDataViewIconTextRenderer
2007-08-26  Robert RoeblingMove column organizing code to ports, away from common...
2007-08-25  Robert Roeblingadded Collapse() and Expand()
2007-08-25  Robert Roeblingimplement editing_started and _done events for GTK...
2007-08-25  Robert RoeblingSet/GetExpanderColumn() should use wxDataViewColumn...
2007-08-24  Robert RoeblingCorrect signature of HitTest()
2007-08-24  Robert RoeblingMinor API changes
2007-08-22  Robert RoeblingAdded logic, API and docs for wxDataViewModel::HasDefau...
2007-08-22  Robert RoeblingDon't always sort array containing item, just upon...
2007-08-20  Robert RoeblingPatch from Bo, adapt generic code to new API, add GetIt...
2007-08-19  Robert RoeblingImplement selection API and events
2007-08-19  Robert RoeblingImplement ...COLUMN_SORTED event
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
next