]> Pileus Git - ~andy/gtk/history - gtk/gtktreeselection.c
Various cleanups. (#315360, Kjartan Maraas)
[~andy/gtk] / gtk / gtktreeselection.c
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-12 Kristian Rietveldquit maintaining the iter on every iteration, only...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-06 Matthias ClasenClear the iter instead of returning it unmodified....
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-09 Federico Mena QuinteroFix #139290:
2004-07-07 Matthias ClasenSupport separators in combo boxes and more generally...
2004-06-02 Matthias ClasenDon't allow unless selection mode is multiple. (#142634...
2004-05-27 Matthias ClasenSupport insensitive cells in tree views and combo boxes.
2004-04-23 Matthias ClasenDon't recommend gtk_tree_row_reference_new_proxy()...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-02-18 Matthias ClasenImprove the efficiency here by prepending on the list...
2003-08-25 Kristian RietveldMerge from stable.
2003-07-27 Matthias ClasenFix function name in warning message. (#118156, Tim...
2003-04-14 Michael Nattereradded checks to ensure that the iter is not reordered...
2003-04-07 Matthias ClasenFix numerous misspellings of possessive "its". (#11002...
2003-03-30 Jonathan Blandfordfix crash. Patch from Markus Lausser <sgop@users.source...
2003-01-14 Kristian RietveldThe full changelog for this commit is too long to paste...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-20 Manish Singhinitialize anchor_path to NULL.
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-11-03 Kristian RietveldBah, and of course I broke something ...
2002-10-29 Matthias Clasensmall doc fixes.
2002-10-22 Kristian RietveldAnother feature to create truly ugly TreeViews!: style...
2002-10-07 Manish SinghDeprecation cleanup
2002-08-10 Soren SandmannMinor documentation fixes
2002-06-05 Kristian RietveldRelated bugs: #76252, #76396, #80866.
2002-04-20 Matthias ClasenA bunch of trivial doc fixes.
2002-04-13 Kristian RietveldFixes #75510
2002-04-09 Kristian RietveldFixes #78110
2002-04-08 Kristian Rietveldcheck the return value of _gtk_tree_view_find_node...
2002-04-05 Kristian Rietveldfree anchor row reference after unselecting the selecti...
2002-03-13 Jonathan BlandfordFix cut-n-paste bug.
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-02-24 Jonathan Blandfordat Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redha...
2002-01-10 Jonathan BlandfordNow we test we can unselect nodes before selecting...
2002-01-02 Anders CarlssonRename gtk_tree_view_queue_draw_node to _gtk_tree_view_...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-02 Jonathan BlandfordFix reorder_fixup, #59583
2001-10-31 Jonathan BlandfordAdd GTK_SELECTION_NONE enum, #61695
2001-10-18 Matthias ClasenFix docs. (#61976)
2001-10-10 Jonathan Blandfordnew function, #61923 (gtk_tree_selection_path_is_select...
2001-10-08 Havoc Penningtonremove unused enum
2001-09-27 Jonathan Blandfordonly start editing when you select with a keyboard.
2001-09-08 Jonathan BlandfordWrite documentation Write documentation
2001-08-27 Jonathan BlandfordUse the GTK selection types rather than GtkTreeSelectio...
2001-08-22 Jonathan BlandfordFix selection. I think it's all dandy now. We check...
2001-08-20 Jonathan BlandfordUse correct marshaller.
2001-08-19 Jonathan BlandfordFix up warnings, #58928.
2001-08-17 Tim Janikconst correct string parameter.
2001-08-13 Jonathan BlandfordRemove strict checking for rows.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Jonathan Blandfordadd path argument to selection callbacks.
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-12 Jonathan Blandfordfurther justify gtk_tree_model_get_flags by adding...
2001-06-07 Jonathan BlandfordNow it's a GObject instead of a GtkObject. The
2001-04-23 Jonathan Blandfordadd missing '}' that got munched by #endif.
2001-04-03 Jonathan Blandfordremoved set_sort_column, as it was moved to the GtkTree...
2001-03-10 Jonathan BlandfordMake select_all not work if you're in SINGLE mode ...
2001-02-28 Jonathan BlandfordSanitize GtkRowReference.
2001-02-28 Jonathan BlandfordProxy out to _gtk_tree_row_reference_deleted. (inserted...
2001-02-08 Havoc Penningtonremove validation idle
2001-01-27 Jonathan BlandfordFix stupid typo pointed out by Kristian Rietveld <krist...
2001-01-27 Havoc Penningtonadd GtkTreeRowReference which holds a handle to a speci...
2001-01-04 Havoc Penningtonadd this
2001-01-04 Havoc PenningtonRename some stuff:
2001-01-01 Havoc PenningtonAdapt to GtkTreeSelection changes
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-11-18 Jonathan BlandfordChanged to have the list become non-italic when the...
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-30 Jonathan BlandfordNew function.
2000-10-26 Jonathan BlandfordGot rid of GtkTreeNode, and changed it to GtkTreeIter...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-16 Jonathan BlandfordAdd API documentation to all public functions.
2000-10-15 5Fix GtkTreeNode *node ->GtkTreeNode node issue.
2000-10-13 Jonathan BlandfordAdded values other then G_TYPE_STRING. Minor commenting...
2000-10-06 Jonathan BlandfordReplaced with GTK_TREE_SELECTION_OLD to prevent conflic...
2000-10-05 4Checked in initial draft of the new tree widget.