summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodel.h
Commit message (Expand)AuthorAgeFilesLines
* gtk: fix many callback annotations to include closure informationEvan Nemerson2014-05-271-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
* docs: don't use structfield tagsWilliam Jon McCann2014-01-271-2/+2
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-1/+1
* docs: add docs for GtkTreeModelIfaceWilliam Jon McCann2014-01-211-0/+32
* Add introspection friendly version of gtk_tree_path_new_from_indicesSimon Feltman2014-01-051-0/+3
* Add gtk_tree_model_rows_reordered_with_length introspectable methodSimon Feltman2013-07-221-0/+6
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+62
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* docs: Add gtk-doc comment for GtkTreeRowReferenceDavid King2012-11-261-3/+6
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Move GtkTreeModel docs inlineMatthias Clasen2011-01-121-1/+41
* Add gtk_tree_model_iter_previous() vfuncSzilárd Pfeiffer2011-01-051-0/+4
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+0
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-2/+4
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-4/+2
* Merge branch 'gtk-2-90'Matthias Clasen2010-05-061-10/+1
|\
| * Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
| * Remove deprecated GtkTreeModel functions (macros)Christian Dywan2010-05-031-9/+0
* | add a get_indices_with_depth method to GtkTreePath with proper GI array annot...John (J5) Palmieri2010-05-031-0/+4
|/
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-5/+2
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned outTim Janik2006-03-241-9/+9
* added G_GNUC_WARN_UNUSED_RESULT warnings for iterator functions, to avoidTim Janik2006-02-241-9/+9
* new function. (#160879, Stefan Kost).Kristian Rietveld2005-07-131-0/+1
* Mark as const.Matthias Clasen2004-11-231-3/+3
* now deprecated (#106953, reported by Matthias Clasen).Kristian Rietveld2003-12-171-2/+8
* Declare gtk_tree_row_reference_get_type(). It is already used by a macroMurray Cumming2002-12-021-0/+1
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-081-4/+4
* restore gtkobject.h #include so we don't break backwards compat.Manish Singh2002-10-081-0/+3
* Deprecation cleanupManish Singh2002-10-071-2/+2
* Make GtkTreeRowReference a boxed type.Jonathan Blandford2002-09-111-0/+2
* API additions: _move, _reorder and _swap for stores, path constructor.Kristian Rietveld2002-07-261-0/+2
* add gtk_tree_model_get_string_from_iter (#74667).Kristian Rietveld2002-06-041-0/+2
* Make path arg const, #75653Jonathan Blandford2002-03-251-1/+1
* Switch style of stamp file usage.Owen Taylor2002-03-021-0/+5
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-1/+1
* change new_root to new_first to avoid confusion.Jonathan Blandford2002-02-241-2/+4
* Documented undocumented functions.Jonathan Blandford2002-02-231-7/+2
* Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't referenceMike Kestner2002-01-091-1/+1
* Remove trailing commas in enum declarations.Owen Taylor2001-11-211-1/+1
* cvs got a broken pipe signal, missed these two. ChangeLog is already there.Kristian Rietveld2001-10-101-0/+3
* docsJonathan Blandford2001-10-031-2/+2
* Rename interface signals to make them more clear. Also, changeJonathan Blandford2001-09-121-34/+31
* const correct string parameter.Tim Janik2001-08-171-1/+1
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-2/+0
* New function to walk through a model in a depth first manner, with theJonathan Blandford2001-06-291-0/+6
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-1/+1
* further justify gtk_tree_model_get_flags by adding a second flag for atk.Jonathan Blandford2001-06-121-1/+2
* Evil function to deal with very large (TM) amounts of text. May be movedJonathan Blandford2001-05-221-0/+2