]> Pileus Git - ~andy/gtk/history - gtk/gtktreestore.c
a11y: Emit active-descendants-changed when focus changes
[~andy/gtk] / gtk / gtktreestore.c
2002-05-16 Kristian RietveldMerged from gtk-2-0.
2002-04-16 Kristian Rietveldfix docs
2002-04-02 Jonathan Blandfordset the sort_func correctly, 77030
2002-03-08 Kristian Rietveldhandle gtk-tree-model-drop-append like the ListStore...
2002-03-07 Kristian Rietveldincrease value of new_location by one if cmp_a > 0...
2002-03-07 Jonathan Blandfordstart implementing
2002-03-03 Tim Janikadded compile time switch to put the tree views into...
2002-02-22 Matthias Clasens/columns/rows/ in docs. (#70199)
2002-02-15 Kristian Rietveldnew function (gtk_tree_store_clear): traverse the tree...
2002-01-31 Jonathan Blandfordsave last minute changes before committing.
2002-01-30 Jonathan Blandfordonly emit the signal if an interesting column changes.
2002-01-22 Padraig O'BriainUpdate last change to prevent core dump
2002-01-22 Kristian Rietveldadd some more stamp checks (pointed out by Anders Carlsson)
2002-01-08 Jonathan Blandfordwow! Am I a moron or what 0 < 1 is not equivalent to...
2001-12-08 Matthias ClasenDoc markup fix.
2001-12-04 Matt Wilsonfixed docs
2001-11-18 Kristian Rietveldreturn TRUE when value changed, so row_changed is being...
2001-11-14 Jonathan Blandfordnew "model" construct property for language bindings.
2001-11-12 Matthias ClasenDocumentation fixes. (#64377)
2001-11-06 Owen TaylorAdd row_draggable() vfunc, and wrapper function.
2001-10-31 Jonathan Blandfordrename gtk_selection_data_set_tree_row, #60218
2001-10-27 Hans Breuerto simplify parsing for exported functions: - made...
2001-10-24 Jonathan BlandfordFix docs, #62808
2001-10-22 Jonathan BlandfordRealized g_node_depth is broken, and that it's not...
2001-10-22 Jonathan Blandfordupdate docs to reflect reality, #62810
2001-10-19 Manish Singhcorrect docs for use_align
2001-10-18 Jonathan Blandfordfix small bug reported by (Oleg Maiboroda), #62600
2001-10-09 Jonathan BlandfordWe're a gobject, not a GtkObject. Thanks andersca.
2001-10-06 Jonathan Blandfordimprove warning.
2001-10-01 Jonathan Blandfordadd a finalize and destroy handler.
2001-10-01 Jonathan Blandfordchange scroll_to_cell delayed code to happen in size_al...
2001-09-30 Jonathan BlandfordMake ITERS_PERSIST correct
2001-09-27 Jonathan BlandfordStop being stupid and emitting the signal every time.
2001-09-25 Jonathan BlandfordRemoved (gtk_tree_view_column_set_alignment): xalign...
2001-09-24 Owen TaylorAdd a compat macro that got lost.
2001-09-12 Jonathan BlandfordRename interface signals to make them more clear. Also...
2001-09-10 Padraig O'BriainFix looping in gtk_tree_store_init() waiting for zero...
2001-09-08 Jonathan BlandfordWrite documentation Write documentation
2001-09-04 Jonathan Blandfordfix initial val for sort column.
2001-09-03 Jonathan Blandfordhandle default sort feature
2001-08-23 Kristian Rietvelduse GtkSortType instead of GtkTreeSortOrder. (#59173).
2001-08-08 Matthias Clasengtk/gtktreestore.c (gtk_tree_store_iter_n_children...
2001-07-30 Jonathan BlandfordFix part of #57714.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-09 Jonathan Blandfordremove gtk_tree_model_get_first in favor of gtk_tree_mo...
2001-06-30 Jonathan BlandfordNew function for language bindings.
2001-06-30 Jonathan Blandfordchanged new_with_types to just plain new, fixing the...
2001-06-20 Jonathan Blandfordclean up (gtk_tree_view_move_cursor_page_up_down):...
2001-06-19 Jonathan BlandfordNew functions to clear a model.
2001-06-15 Jonathan BlandfordRename gtk_tree_sortable_sort_column_id_set_func. It...
2001-06-14 Jonathan BlandfordWhoops. Forgot this a couple months ago. Now GtkTreeSto...
2001-06-07 Jonathan BlandfordNow it's a GObject instead of a GtkObject. The
2001-04-12 Jonathan Blandfordfix a fixme.
2001-04-02 Jonathan BlandfordBug fix to make trees work again when not sorted.
2001-04-02 Jonathan BlandfordBOXED,BOXED,BOXED,BOXED): new marshaller.
2001-04-01 Jonathan Blandfordfor (i = 0; i < 100; i ++) g_print ("I will confirm...
2001-04-01 Jonathan BlandfordInitial work on implementing the GtkTreeSortable interf...
2001-03-23 Jonathan BlandfordForgot to namespace this.
2001-03-23 Jonathan Blandfordfix braino. New interface to add cleanup sortable support.
2001-03-13 Jonathan BlandfordFix up focus code a lot.
2001-03-10 Jonathan BlandfordFix a stupid typo. (gtk_list_store_set_cell): Fix a...
2001-03-10 Jonathan BlandfordMake select_all not work if you're in SINGLE mode ...
2001-03-05 Jonathan Blandfordrenamed "child_toggled" to "has_child_toggled".
2001-02-22 Jonathan Blandfordadd functions for signal emission.
2001-02-21 Jonathan Blandfordremoved signals. Moved to inherit from GObject instead...
2001-02-17 Tim Janikdefault initialize the generated ENTER_NOTIFY event...
2001-02-17 Jonathan Blandfordremoved gtk_*_store_get, and moved to GtkTreeModel.
2001-02-08 Havoc Penningtonremove validation idle
2001-01-31 Havoc Penningtonfix bug in here where prev pointer was set to the wrong...
2001-01-10 Havoc Penningtonhandle case where sibling == iter (gtk_tree_store_inser...
2001-01-08 Havoc Penningtonhack on this some
2001-01-04 Havoc Penningtonadd this
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-10 Jonathan Blandforduse the new BOXED marshallers.
2000-11-09 Jonathan Blandfordadded more fields to allow more interesting iterators...
2000-10-27 Jonathan BlandfordNot sure how this ever worked. Fixed it to use new...
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-24 Havoc PenningtonRe-enable the "find" dialog
2000-10-17 7Get the correct parent when generating my type.
2000-10-16 6Move GtkTreeModel from object to interface.
2000-10-15 5Fix GtkTreeNode *node ->GtkTreeNode node issue.
2000-10-05 4Checked in initial draft of the new tree widget.