summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ merge from stable ]Daniel Elstner2002-05-101-0/+17
* if the deleted node was "below" this path, then do not unref all nodesKristian Rietveld2002-04-261-1/+8
* s/<!>/<!-- -->/g throughout the documentation to bring the producedMatthias Clasen2002-04-181-2/+2
* add check for y > tree_view->priv->height (fixes #76974)Kristian Rietveld2002-04-011-1/+3
* Make path arg const, #75653Jonathan Blandford2002-03-251-1/+1
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-3/+3
* fix totally broken foreach function.Jonathan Blandford2002-03-121-6/+5
* Fix docs.Matthias Clasen2002-03-051-2/+2
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+26
* gtk/gtktreemodel.c misprints in documentation forVitaly Tishkov2002-02-261-2/+2
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-2/+2
* change new_root to new_first to avoid confusion.Jonathan Blandford2002-02-241-9/+8
* Documented undocumented functions.Jonathan Blandford2002-02-231-8/+56
* emit row_deleted before we start unreffing the nodes ourselvesKristian Rietveld2002-02-121-8/+4
* unref the model after the last use, not before.GTK_MULTIHEAD_MERGEPOINT_01_02_02Jonathan Blandford2002-01-311-2/+2
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-2/+2
* Doc typo fix. (#68172)Matthias Clasen2002-01-081-39/+52
* ensure we are unprelighted before reorderingKristian Rietveld2001-12-261-1/+1
* Minor fix.Jonathan Blandford2001-12-041-0/+10
* free path before we return (in case of a failure here)Kristian Rietveld2001-11-241-1/+4
* Version 1.3.11, interface, binary age 0.Owen Taylor2001-11-211-1/+1
* replace gboolean free_last in the function parameters with gint depth.Kristian Rietveld2001-11-201-13/+12
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-5/+6
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-1/+1
* fix infinite loop noticed by yosh.Jonathan Blandford2001-11-011-3/+11
* rename gtk_selection_data_set_tree_row, #60218Jonathan Blandford2001-10-311-6/+15
* Fix typo in docs. This fixes #62942.Anders Carlsson2001-10-271-1/+1
* Add support for invalid nodes. (_gtk_rbnode_rotate_right): Ditto.Jonathan Blandford2001-10-251-1/+1
* cvs got a broken pipe signal, missed these two. ChangeLog is already there.Kristian Rietveld2001-10-101-0/+33
* improve warning.Jonathan Blandford2001-10-061-5/+77
* change scroll_to_cell delayed code to happen in size_allocate.Jonathan Blandford2001-10-011-36/+25