Use accessor functions instead of deprecated GTK+ macros.
[wxWidgets.git] / src / gtk / dataview.cpp
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-03  Paul Cornettfix Activate signature after r67099
2011-01-25  Robin DunnSave the mode in SetMode
2010-12-21  Robert Roeblingmodel column and index of column in the dataview can...
2010-12-20  Robert RoeblingCorrection to: Support diabling items in GTK+, see...
2010-12-19  Robert RoeblingSupport diabling items in GTK+, see #12686: Allow disab...
2010-10-30  Václav SlavíkAdd optional columns autosizing to wxDataViewCtrl.
2010-10-23  Robert RoeblingImplement wxDataViewCtrl::HitTest() under GTK+, second...
2010-10-23  Robert RoeblingAlso set mouse position in ITEM_BEGIN_DRAG event in...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-17  Robert RoeblingPostpone EnsureVisible() to idle as this sometimes...
2010-09-13  Robert RoeblingFurther work on wxDataViewListModel::Reset()
2010-09-12  Robert RoeblingMoved more code from wxDataViewCtrl to wxDataViewCtrlIn...
2010-08-20  Robert RoeblingProperly implement Cleared() by calling row_deleted...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-08  Vadim ZeitlinAdd name argument to wxDataViewCtrl ctor for consistency.
2010-08-08  Vadim ZeitlinDon't export wxDataViewCtrlInternal unnecessarily.
2010-08-08  Vadim ZeitlinUse helper class instead of manually calling gtk_tree_p...
2010-08-08  Vadim ZeitlinAdd wxDataViewCtrl::GTKPathToItem() function and use it.
2010-07-29  Václav SlavíkFix wxDataViewCtrl to omit expander space for all kinds...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-10  Robert RoeblingMake wxDataViewCtrl::GetColumnPosition() return the...
2010-06-06  Vadim ZeitlinFix compilation errors in wxGTK wxDataViewCtrl in ANSI...
2010-05-21  Robert RoeblingSecond try to get wxDataViewChoiceByIndex and its name...
2010-05-21  Vadim ZeitlinFix cast from pointer to int in wxDataViewCtrl.
2010-05-20  Robert RoeblingMake GetIndexOf() and get_path() work for virtual list...
2010-05-16  Robert RoeblingAllow calling iter_children with parent being NULL...
2010-02-28  Vadim ZeitlinFix compilation with GTK+ 2.4.
2009-11-15  Robert RoeblingMaybe fixed assertion when using built-in searching...
2009-11-13  Robert RoeblingDon't use gtk_tree_model_get_path of the item is alread...
2009-11-11  Vadim ZeitlinImplement text ellipsizing for wxDataViewCustomRenderer...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxGTK wxDataViewCu...
2009-11-10  Vadim ZeitlinCorrect text position in wxDataViewCustomRenderer:...
2009-11-10  Vadim ZeitlinPass full cell rectangle to WXCallRender().
2009-11-10  Vadim ZeitlinAdd helper wxRectFromGDKRect() function and use it.
2009-11-10  Vadim ZeitlinNo real changes, just remove some unnecessary casts.
2009-11-10  Vadim ZeitlinAvoid setting attributes in GTK wxDataViewRenderer...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-09  Vadim ZeitlinFix fatal bug when changing wxDataViewCtrl model in...
2009-10-24  Vadim ZeitlinNo real changes, just make wxDataViewCtrl::Init() priva...
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImplement icon text column using native GTK renderers...
2009-10-12  Vadim ZeitlinCorrect bug with items without attributes in wxGTK...
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in wxGTK wxDVC.
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-09-26  Vadim ZeitlinFixed wxDataViewCtrl::Set{Foreground,Background}Colour...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-09  Vadim ZeitlinAdd information about the log message generation locati...
2009-06-18  Robert RoeblingFurther attempts to implement Clear() for the GTK control
2009-06-16  Robert RoeblingMany more corrections and clarifications to virtual...
2009-06-11  Robert RoeblingGTK: In virtual list mode, map first row to 1, not...
2009-06-03  Vadim Zeitlinwork around g++ 4.3 warning about possibly ambiguous...
2009-03-11  Robert RoeblingCommit third algorithm for sorting and preserving old...
2009-03-10  Robert RoeblingMake a single for loop out of two
2009-03-10  Robert RoeblingUse sorting algo using wxQsort that includes the old...
2009-03-09  Robert RoeblingImplement vetoing editing in wxDataViewTextRenderer...
2009-03-06  Francesco Montorsicomment out wxPrintf/wxLogDebug calls; fix some indenta...
2009-03-06  Robert RoeblingInitialise DC only when needed and deinitilise it prope...
2009-02-28  Vadim Zeitlincompilation fixes for ANSI mode build (closes #10518)
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-01-23  Robert RoeblingDon't always show the vertical scrollbar
2009-01-21  Robert RoeblingReinitialise wxDataViewCustomRenderer's DC every time
2009-01-21  Robert Roeblingiter = NULL in iter_n_children() means root
2009-01-21  Robert RoeblingCopy and paste error
2009-01-20  Paul Cornettbuild fixes and cleanup
2009-01-20  Robert RoeblingAdd event based Drop API
2009-01-20  Robert RoeblingSimplified event based Drag API for wxDataViewCtrl
2009-01-19  Robert RoeblingNew eventb based Drag interface for wxDataViewCtrl
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-11  Vadim Zeitlinextract setters from wxHeaderColumnBase into a separate...
2008-12-07  Vadim Zeitlinrestore sorting functionality broken by r57161
2008-12-07  Vadim Zeitlincompilation fix after r57161
2008-12-07  Vadim Zeitlin- Rewrite wxHeaderCtrl to be virtual-like: even if...
2008-12-07  Vadim Zeitlinno changes, just remove trailing whitespace
2008-11-10  Robert RoeblingAdded wxChoice renderer to wxDataViewCtrl
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-16  Václav Slavíkreverted broken changes from r56345 and r56349
2008-10-15  Václav Slavíkdon't use deprecated gtk_object_sink(), replace it...
2008-10-08  Robert RoeblingForgot to set GtkIter stamp in Select() and friends
2008-08-29  Paul Cornettreplace m_insertCallback with a virtual function, contr...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-06-14  Vadim Zeitlinfix ANSI mode build
2008-05-27  Robert RoeblingUse wxList::DeleteContents() to delete columns
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-04-12  Robert RoeblingFix crash when deleting node
2008-04-12  Robert RoeblingCorrected/added support for column headers with icon...
2008-04-11  Robert RoeblingAdd test for context menu, fixed mem leak, fixed focus...
2008-04-08  Robert RoeblingBy default, align renderers as column header under...
2008-04-07  Robert RoeblingSplit wxDataViewVirtualModel fork wxDataViewIndexModel...
2008-04-06  Robin Dunnuse the same constant the other ports use instead of...
2008-04-05  Robert RoeblingAlways interpret a column width of -1 as 80 until somth...
2008-04-05  Robert RoeblingSupport renderer::LeftClick() in generic code, removed...
next