]> Pileus Git - ~andy/gtk/history - gtk/gtktreeselection.c
small doc fixes.
[~andy/gtk] / gtk / gtktreeselection.c
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.