summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* Tons of transfer annotationsMatthias Clasen2010-09-211-5/+5
* Add a rename-to annotation for gtk_tree_path_get_indices_with_depthMatthias Clasen2010-09-191-0/+2
* Use G_DEFINE_BOXED_TYPEChristian Persch2010-08-181-37/+9
* gtk_tree_model_iter_next's iter is (in), not (inout)Tomeu Vizoso2010-08-171-1/+1
* Clarify memory management of tree modelsChristian Dywan2010-08-091-1/+3
* Add (inout) annotation to gtk_tree_model_iter_next()Philip Withnall2010-08-051-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* annotation (transfer-none) fix that somehow got dropped from last patchJohn (J5) Palmieri2010-07-081-1/+1
* fix some tree model annotationsJohn (J5) Palmieri2010-07-081-1/+1
* Add (out) annotations to GtkTreeIter parametersPhilip Withnall2010-07-071-7/+7
* Fix annotation on gtk_tree_model_get_valueColin Walters2010-07-061-1/+1
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-4/+21
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-21/+4
* annotation fixesJohn (J5) Palmieri2010-05-271-2/+2
* add a get_indices_with_depth method to GtkTreePath with proper GI array annot...John (J5) Palmieri2010-05-031-0/+25
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Add introspection annotations for gtk_tree_model_get_path+gtk_tree_store_newvAlan Knowles2010-02-091-1/+1
* Document missing signal parameterBenjamin Otte2010-01-031-0/+3
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-5/+5
* Fix a typo in the docsMatthias Clasen2009-01-051-3/+4
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-5/+5
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-081-5/+5
* Small doc improvementMatthias Clasen2008-07-281-6/+7
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Using GSlice for GtkTreePathPhilip Van Hoof2007-12-311-3/+3
* Use GSlice for gtk_tree_iter_copy. Bug #434863.Christian Persch2007-05-011-2/+2
* Don't corrupt memory when faced with paths with ridiculously largeMatthias Clasen2007-01-081-6/+8
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Add some docs to the row-deleted signal. (#349128, Benedikt Meurer)Matthias Clasen2006-08-161-0/+7
* Changed the language of the signals documentation slightly. Bug #340205.Murray Cumming2006-05-041-5/+5
* Document GtkTreeModel signals.Matthias Clasen2006-05-011-1/+55
* don't copy tree paths when emitting signals. (#325041, Matthias Clasen).Kristian Rietveld2006-01-231-5/+5
* Fix several g_new() calls which were using extra indirections or pointlessMatthias Clasen2006-01-181-2/+2
* Documentation fixes.Matthias Clasen2005-12-191-3/+3
* Clarify docs. (#317682, Christian - Manny Calavera - Neumair)Matthias Clasen2005-10-261-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-11/+12
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-4/+4
* Some documentation fixes. (#314882, Guillaume Cottenceau)Matthias Clasen2005-08-311-28/+30
* new function. (#160879, Stefan Kost).Kristian Rietveld2005-07-131-0/+19
* Check for negative before appending the index, to avoid double errorMatthias Clasen2005-06-081-2/+3
* Fix a C99ismMatthias Clasen2005-05-211-28/+80
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* *** empty log message ***Matthias Clasen2004-11-151-0/+3
* Fix many sparse warnings.Matthias Clasen2004-10-281-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Improve the docs (reported by Vitaly Tishkov, #74362) Add some comments toOwen Taylor2004-03-051-3/+26
* Don't use function calls in array initializers, as some compilers seem toMatthias Clasen2004-02-071-5/+12
* Correct the documentation for new_order. (#124790, Tim-Philipp Müller)Matthias Clasen2004-01-311-3/+3