summaryrefslogtreecommitdiff
path: root/tests/testtreeview.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Drop use of deprecated apiMatthias Clasen2014-08-041-5/+0
* tests: Drop manual property editorMatthias Clasen2014-05-221-45/+0
* Add a simple test for activate on single clickWilliam Jon McCann2013-01-201-1/+10
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests: Add prop editors to testtreeviewBenjamin Otte2011-11-241-0/+3
* tests: Convert testtreeview from GtkTable to GtkBoxBenjamin Otte2011-09-271-17/+10
* testtreeview: Don't use deprecated classes to make things interestingBenjamin Otte2011-06-091-2/+1
* tests: Make forcing of class registers work without gcc warningsBenjamin Otte2011-05-271-9/+7
* Make testtreeview handle RTL environment variable for testingKristian Rietveld2010-12-151-0/+3
* Added some rules to GtkCellAreaBox for rendering the last cell.Tristan Van Berkom2010-12-011-1/+1
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-6/+6
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-2/+2
* Port testtreeview to new APIJavier Jardón2010-05-031-62/+17
* Disable test until it is rewritten to workJavier Jardón2009-11-091-0/+4
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-061-2/+2
* tests/pixbuf-lowmem.c tests/pixbuf-random.cBjörn Lindqvist2008-05-251-2/+4
* Add a column that demonstrates how to use the new spinbutton cellrenderer.Johan Dahlin2006-03-221-8/+75
* Remove pointless includes of config.h, to make it easier compilableMatthias Clasen2006-03-221-1/+0
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+20
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* These files still use option menus, so turn off GTK_DISABLE_DEPRECATED toMatthias Clasen2003-10-111-0/+1
* demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.cManish Singh2003-02-281-1/+1
* Deprecation cleanupManish Singh2002-10-131-29/+31
* tests/testtreecolumns.c quit the main loop when the window is destroyed.Sven Neumann2002-04-261-3/+3
* at Feb 23 23:00:48 2002 Jonathan Blandford <jrb@redhat.com>Jonathan Blandford2002-02-241-3/+3
* Cast GType to long and use %ld to fix warning. (#71318, Morten Welinder)Owen Taylor2002-02-131-1/+1
* raise event window afte children, in order for the input pnly window toTim Janik2001-11-211-9/+13
* We no longer need to create the signals here ... they come from theOwen Taylor2001-11-181-62/+1
* Add row_draggable() vfunc, and wrapper function.Owen Taylor2001-11-061-12/+10
* Removed 'fill' attribute. It was silly b/c that was a property of the cellJonathan Blandford2001-09-081-6/+8
* Sun Aug 19 01:44:44 2001 Jonathan Blandford <jrb@redhat.com>>Jonathan Blandford2001-08-191-38/+0
* remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root.Jonathan Blandford2001-07-091-8/+9
* changed new_with_types to just plain new, fixing the number of columns,Jonathan Blandford2001-06-301-14/+14
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-35/+35
* up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7.Tim Janik2001-06-281-13/+8
* fix stupid missing statementJonathan Blandford2001-06-261-3/+4
* Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.Jonathan Blandford2001-06-141-2/+2
* Now it's a GObject instead of a GtkObject. TheJonathan Blandford2001-06-071-1/+1
* Remove almost all instances of GtkCellRenderer in code (all but dnd iconJonathan Blandford2001-05-251-0/+1
* Block against redundant changes.Owen Taylor2001-05-141-1/+1
* Reduce new_text_length appropriately when we run into the size limit forOwen Taylor2001-05-031-473/+9
* add support for invisible cells. (gtk_tree_view_bin_expose): dittoJonathan Blandford2001-03-081-5/+5
* Changed name to be set_cell_data_func to make it clear what the functinoJonathan Blandford2001-02-211-2/+2
* remove validation idleHavoc Pennington2001-02-081-2/+57
* adapt to handle PangoColorHavoc Pennington2001-01-261-5/+97
* sync to tree changesHavoc Pennington2001-01-191-1/+39
* add test stuff for CellRendererToggleHavoc Pennington2001-01-161-17/+198
* handle case where sibling == iter (gtk_tree_store_insert_after): handleHavoc Pennington2001-01-101-2/+176