summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify docsMatthias Clasen2005-10-261-1/+1
* 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
* [ 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