support for GTK3
[wxWidgets.git] / src / gtk / dataview.cpp
2012-06-30  Paul Cornettsupport for GTK3
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-05-13  Vadim ZeitlinDon't assert if no icon is specified for a wxDataViewCt...
2012-04-29  Vadim ZeitlinNo changes, just refactor common IsSorted() tests in...
2012-04-29  Vadim ZeitlinNo real changes, just make wxDataViewCtrlInternal:...
2012-04-29  Vadim ZeitlinSet the data size in wxEVT_COMMAND_DATAVIEW_ITEM_DROP_P...
2012-01-25  Vadim ZeitlinMinor fixes to wxDataViewCtrl::HitTest() in wxGTK.
2012-01-17  Václav SlavíkReplace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17  Václav SlavíkAdd wxDataViewCtrl::GetCurrentColumn().
2012-01-09  Paul Cornettmove render params out of wxDataViewCustomRenderer
2012-01-08  Paul Cornettuse correct signature for init functions
2012-01-08  Paul Cornettremove unnecessary class definitions and variables
2012-01-08  Paul Cornettremove unnecessary finalize overrides
2011-12-27  Vadim ZeitlinFix warning about non-virtual dtor in wxDataViewCtrlInt...
2011-12-27  Vadim ZeitlinSuppress gcc -Wint-to-pointer-cast warnings in GTK...
2011-11-10  Vadim ZeitlinRemove all unwanted occurrences of -mt/-pthread in...
2011-10-26  Václav SlavíkFix incorrect handling of ItemsAdded() in wxDataViewCtrl.
2011-10-19  Václav SlavíkCleanup of wxDataViewCtrl cell activation code.
2011-10-19  Václav SlavíkUse wxDatePickerCtrl in wxDataViewDateRenderer.
2011-10-15  Václav SlavíkSet wxDataViewCtrl::m_focusWidget in wxGTK.
2011-09-21  Vadim ZeitlinSend EVT_DATAVIEW_ITEM_CONTEXT_MENU events even when...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-12  Václav SlavíkFix appending of non-leaf node to wxGTK's wxDataViewCtrl.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-07  Paul Cornettremove unnecessary GTK declarations from defs.h, move...
2011-08-31  Václav SlavíkAdd items to correct position in wxDataViewCtrl:ItemAdded.
2011-08-27  Václav SlavíkNotify GtkTreeView if a node stops being a parent.
2011-08-22  Vadim ZeitlinDon't refresh not yet realized widget in wxGTK wxDataVi...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Vadim ZeitlinNo changes, just add wxGtkList to ensure g_list_free...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-10  Václav SlavíkMake the wxDataViewItem(void*) constructor explicit.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-21  Vadim ZeitlinFix double deletion bug in wxGTK wxDVC dnd code.
2011-07-21  Vadim ZeitlinFix the alignment used by custom wxDVC renderers in...
2011-07-04  Vadim ZeitlinFix crash in wxDataViewProgressRenderer in non-Unicode...
2011-06-11  Vadim ZeitlinImplement wxDataViewCtrl::SetRowHeight() for wxGTK.
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-26  Vadim ZeitlinFix assert when destroying wxDataViewCtrl being edited...
2011-04-26  Vadim ZeitlinNo changes, just get rid of wxDataViewColumn::GetConstG...
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
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
next