summaryrefslogtreecommitdiff
path: root/tests/treestoretest.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Drop use of deprecated apiMatthias Clasen2014-08-041-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-4/+4
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-4/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* grrr... the pipe did b0rk b0rk b0rkKristian Rietveld2006-01-151-2/+53
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+19
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Deprecation cleanupManish Singh2002-10-131-29/+29
* more changes in an attempt to get it right. It's not yet ready for generalKristian Rietveld2001-10-241-1/+30
* Fix to use GtkSelectionMode. ditto ditto ditto.Jonathan Blandford2001-08-271-1/+1
* gtk/gtktooltips.c tests/testtreesort.c inserted some casts to get rid ofSven Neumann2001-08-191-27/+36
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-4/+0
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-14/+1
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-1/+1
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-12/+12
* New function to reflect that you can (hypothetically) pack cell renderersJonathan Blandford2001-06-271-1/+1
* Fix bug where collapsing a selected row would result in the cursor/anchorJonathan Blandford2001-06-181-2/+3
* Rename gtk_tree_sortable_sort_column_id_set_func. It's much shorter now.Jonathan Blandford2001-06-151-1/+1
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-6/+14
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-4/+4
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-12/+12
* Move handling of buttons fully in gtktreeviewcolumn. This code is lessJonathan Blandford2001-03-021-12/+12
* Add a "markup" property.Alexander Larsson2001-02-201-6/+2
* removed gtk_*_store_get, and moved to GtkTreeModel.Jonathan Blandford2001-02-171-24/+0
* New files. Implement GtkTreeModelMapping.Alexander Larsson2001-02-161-17/+67
* Rename some stuff:Havoc Pennington2001-01-041-1/+1
* :get_property): remove g_value_init calls, as they are no longer needed.Jonathan Blandford2000-12-211-10/+14
* sync to homeJonathan Blandford2000-11-221-11/+20
* Add convertion functions to let you convert to and from relative path'sJonathan Blandford2000-11-211-33/+83
* use the new BOXED marshallers.Jonathan Blandford2000-11-101-1/+1
* added more fields to allow more interesting iterators. Also, made theJonathan Blandford2000-11-091-6/+14
* Not sure how this ever worked. Fixed it to use new iter stuff, and addedJonathan Blandford2000-10-271-46/+41
* Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iteratorsJonathan Blandford2000-10-261-60/+131
* New function proposed by Guy Harris <gharris@flashcom.net>. Also, addedJonathan Blandford2000-10-161-1/+1
* Forgot this fileJonathan Blandford2000-10-061-25/+17
* Checked in initial draft of the new tree widget.42000-10-051-0/+206