summaryrefslogtreecommitdiff
path: root/gtk/gtktreemodelsort.h
Commit message (Expand)AuthorAgeFilesLines
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+10
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Merge libgdk and libgtkMatthias Clasen2010-12-211-1/+1
* Remove sealed members from GtkTreeModelSortMatthias Clasen2010-12-171-24/+4
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-5/+5
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* reviewed by: <Carlos Garnacho <garnacho@gnome.org>Kjartan Maraas2008-06-201-1/+1
* Fixed wrongly resolved merge conflicts.Tim Janik2008-06-201-1/+1
* Seal GtkTreeModelSortTim Janik2008-06-201-16/+17
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Amendment of bug 485218 - Strange warning encountered.Kristian Rietveld2008-05-281-1/+1
* Deprecation cleanupManish Singh2002-10-071-5/+5
* Discussed in #76249.Kristian Rietveld2002-06-041-0/+2
* Massive padding addition to class structures.Owen Taylor2002-02-231-0/+6
* s/obj/klass/ where appropriatejacob berkman2001-12-121-1/+1
* we probably have rows_reordered nailed down now (this code is not yetKristian Rietveld2001-10-191-24/+25
* preparation for surgery dittoKristian Rietveld2001-10-031-0/+5
* much changes in an attempt to make it working. It mostly works now,Kristian Rietveld2001-09-021-5/+2
* use GtkSortType instead of GtkTreeSortOrder. (#59173).Kristian Rietveld2001-08-231-1/+1
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-5/+8
* Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS macros toJonathan Blandford2001-05-221-1/+2
* removed set_sort_column, as it was moved to the GtkTreeSortable interface.Jonathan Blandford2001-04-031-4/+0
* renamed "child_toggled" to "has_child_toggled".Jonathan Blandford2001-03-051-15/+1
* removed signals. Moved to inherit from GObject instead of GtkObject.Jonathan Blandford2001-02-211-2/+7
* add test stuff for CellRendererToggleHavoc Pennington2001-01-161-0/+1
* Doc fixups.Owen Taylor2001-01-091-1/+1
* Adapt to GtkTreeSelection changesHavoc Pennington2001-01-011-8/+9
* Add convertion functions to let you convert to and from relative path'sJonathan Blandford2000-11-211-3/+6
* New function to help handle keeping things in sync.Jonathan Blandford2000-11-111-2/+2
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-0/+94