summaryrefslogtreecommitdiff
path: root/tests/testtreeview.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-27/+27
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+3
* Merge branch 'wip/exalm/test' into 'master'Matthias Clasen2020-05-111-3/+1
|\
| * tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-3/+1
* | testtreeview: Properly annotate a switch fallthroughTimm Bäder2020-05-101-1/+1
|/
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-3/+5
* testtreeview: Fix 19 year old use-after-freeBenjamin Otte2020-03-061-1/+1
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-5/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-1/+1
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+15
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-3/+3
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-2/+2
* selection: Remove the info uintBenjamin Otte2017-11-161-7/+1
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-4/+5
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* 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