]> Pileus Git - ~andy/gtk/history - gtk/gtktreestore.c
Improve consistency of signal and property names
[~andy/gtk] / gtk / gtktreestore.c
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-26 Kristian RietveldMake the insert and set functions somewhat more conveni...
2006-05-27 Kristian RietveldSmall refactoring. (#340428, Paolo Borelli).
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-01-15 Kristian RietveldFixes #324099, Tommi Komulainen.
2005-12-30 Matthias ClasenAlways call the get_path and get_iter implementations...
2005-12-29 Matthias ClasenRemove excessive g_return_if_fail() checks in static...
2005-12-29 Matthias ClasenUse the slice allocater for GtkTreeDataSortHeader.
2005-11-15 Matthias ClasenFix a memory leak. (#321032, Peter Zelezny)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-11 Kristian RietveldFix for #312924, by John Finlay.
2005-07-09 Kristian RietveldFix #305737, patch from Tomislav Jonjic. This makes the
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-30 Matthias ClasenUpdate the documentation to specify a more useful behav...
2004-09-05 Matthias ClasenAllow sorting of tree models to be turned off again...
2004-08-22 Matthias ClasenDon't use an uninitialized tree iter. (#150414, Torsten...
2004-08-11 Matthias ClasenUnderscore-prefix gtk_tree_data_list_compare_func.
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias Clasens/childs/children/g.
2004-07-04 Matthias ClasenDon't crash if somebody tries to move a node after...
2004-06-26 Matthias ClasenAvoid uninitialized use of &parent_iter. (#145007,...
2004-06-25 Matthias ClasenCommit a forgotten fix.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-02 Owen Taylorgtk/gtktreestore.c (gtk_tree_store_reorder) Fix up...
2004-01-30 Federico Mena QuinteroFixes #132975.
2003-09-09 Kristian RietveldBig TreeView DnD fixage, makes drops on empty models...
2003-06-04 Matthias ClasenDocument restriction on types.
2003-01-27 Kristian RietveldChangeLog too long to mention here. Bugs fixed: #100973...
2003-01-14 Murray CummingFixes #102168.
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-26 Kristian Rietveldadd a gtk_list_store_sort_iter_changed line for some...
2002-11-20 Kristian Rietveldreturn a value in the range of [-1, 1] instead [0, 1],
2002-11-18 Kristian Rietveldmodify and free tmp instead of path ... (patch from...
2002-10-14 Kristian RietveldBehaviour change, apply changes if the entry of the...
2002-10-10 Matthias ClasenDocumentation improvements.
2002-10-10 Manish SinghDeprecation cleanup
2002-09-11 Jonathan BlandfordMake GtkTreeRowReference a boxed type.
2002-08-10 Soren SandmannMinor documentation fixes
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-05 Jonathan Blandfordfix warning. (gtk_tree_view_search_iter): fix warning...
2002-07-01 Jonathan Blandfordsync up white space/variable names to match tree_store...
2002-06-13 Kristian Rietveldtraverse all nodes, not just the leafs (pointed out...
2002-06-04 Kristian RietveldDiscussed in #76249.
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.
next