summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually call the default signal handlers instead of calling theMurray Cumming2003-12-171-34/+41
* Fix major bug in row ref handling, so the new combo box will actually workKristian Rietveld2003-08-161-103/+179
* make the path != NULL check a silent assert, so it follows the g_free()Kristian Rietveld2003-07-111-1/+2
* Fix numerous misspellings of possessive "its". (#110027, Doug Quale)Matthias Clasen2003-04-071-3/+3
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-3/+3
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+14
* Fix doc comment typos. (#98158, Vitaly Tishkov)Matthias Clasen2002-11-211-1/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-4/+4
* took out the useless check for refs->list (#97353, reported by MortenKristian Rietveld2002-11-031-3/+0
* s/NULL/0/ on the g_signal_emit lines to fix up yesterdays commit (reportedKristian Rietveld2002-10-231-5/+5
* Another feature to create truly ugly TreeViews!: style properties for theKristian Rietveld2002-10-221-50/+67
* Behaviour change, apply changes if the entry of the editable gets a focusKristian Rietveld2002-10-141-0/+3
* Deprecation cleanupManish Singh2002-10-071-16/+18
* Make GtkTreeRowReference a boxed type.Jonathan Blandford2002-09-111-0/+23
* Minor documentation fixesSoren Sandmann2002-08-101-1/+4
* Fix doc comment.Matthias Clasen2002-08-071-1/+2
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+32
* fix warning. (gtk_tree_view_search_iter): fix warning, #85884Jonathan Blandford2002-07-051-1/+5
* Fix type names for GtkIconSet, GtkIconSource, GtkSelectionData, GtkBorder,Owen Taylor2002-06-131-2/+2
* add gtk_tree_model_get_string_from_iter (#74667).Kristian Rietveld2002-06-041-0/+30