summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
* Make this code more meaningfulMatthias Clasen2011-06-141-6/+8
* testgtk: Fix deprecationBenjamin Otte2011-06-091-4/+1
* Use separators instead of hseparatorsMatthias Clasen2011-06-071-1/+1
* Use boxes instead of hboxesMatthias Clasen2011-06-071-2/+2
* tests: Use boxes instead of vboxesMatthias Clasen2011-06-071-1/+2
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-6/+12
* tests: avoid boxed structs copying where possibleJavier Jardón2011-05-311-4/+3
* tests/testgtk.c: Fix crash in cursor testJavier Jardón2011-05-021-3/+3
* testgtk: right-justify menuitem by using expand/align flagsBenjamin Otte2011-05-021-1/+2
* tests: Use gtk_box_new() instead v/h subclassesJavier Jardón2011-04-221-3/+6
* testgtk: Make it possible to stop the progressbar from updatingBenjamin Otte2011-04-141-5/+34
* tests: Make test_init() not check for gdk-pixbuf anymoreBenjamin Otte2011-03-291-6/+2
* testgtk: Fix compilation warningJavier Jardón2011-02-131-0/+2
* Silence more compiler warningsMatthias Clasen2011-02-121-8/+7
* testgtk: Remove ability to reload all rc filesBenjamin Otte2011-02-011-26/+0
* testgtk: Update adjustment usage for sealingBenjamin Otte2011-01-051-15/+18
* testgtk: Rename "adj" variables to "adjustment"Benjamin Otte2011-01-051-60/+60
* API: range: Remove update policyBenjamin Otte2011-01-051-3/+0
* testgtk: Don't use deprecated APIsBenjamin Otte2010-12-271-10/+19
* testgtk: Use the relevant device to query the widget to snapshotBenjamin Otte2010-12-271-4/+4
* Don't use gdk_{pointer,keyboard}_grabMatthias Clasen2010-12-241-27/+34
* testgtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-3/+3
* tests: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-5/+5
* testgtk: Fix gdk_rgba_parse() arguments.Carlos Garnacho2010-12-041-1/+1
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-40/+79
* testgtk: Try to locate the right file.Carlos Garnacho2010-12-041-1/+1
* Make testgtk load CSS for custom styling.Carlos Garnacho2010-12-041-17/+29
* gtk: Remove GtkRulerBenjamin Otte2010-11-241-69/+0
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-124/+128
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-124/+124
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-4/+4
* Use gtk_scale_new() instead gtk_[v|h]scale_new()Javier Jardón2010-10-301-5/+5
* Use gtk_scale_new_with_range() instead gtk_[v|h]scale_new_with_range()Javier Jardón2010-10-301-1/+2
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-14/+14
* Use gtk_ruler_new() instead gtk_[v|h]ruler_new()Javier Jardón2010-10-301-2/+2
* Use gtk_separator_new() instead gtk_[v|h]separator_new()Javier Jardón2010-10-301-20/+20
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-4/+4
* Port tests to GtkScrollable API instead of deprecated GtkLayout APIVincent Untz2010-10-281-4/+4
* tests: use accessor functions to access GtkToogleButtonJavier Jardón2010-10-261-13/+17
* Assign all g_signal_connect() and friends to gulong variablesAlberto Garcia2010-10-221-4/+4
* Use new GtkComboBoxEntry in all testsChristian Dywan2010-10-181-23/+16
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-11/+11
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-131-1/+9
* Fix handling of the geometry widgetOwen W. Taylor2010-10-111-168/+0
* Revert "testgtk: Remove snapshot test"Benjamin Otte2010-10-051-0/+167
* Remove unneded castsJavier Jardón2010-09-291-20/+18
* gtk_adjustment_new() should return a GtkAdjustment*Javier Jardón2010-09-291-1/+1
* testgtk: Use gtk_widget_set_visual()Benjamin Otte2010-09-281-1/+1
* Fixing tests/ build for removal of GtkObject type.Tristan Van Berkom2010-09-271-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+3