summaryrefslogtreecommitdiff
path: root/tests/testgtk.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-1/+1
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-1/+1
* testgtk: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-1/+3
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* testgtk: Use draw signal in layout testBenjamin Otte2010-09-261-15/+15
* testgtk: Use draw signal in scrolling testBenjamin Otte2010-09-261-19/+11
* testgtk: Use draw signal in cursors exampleBenjamin Otte2010-09-261-27/+11
* testgtk: Remove non-existing property from frame constructorBenjamin Otte2010-09-261-1/+0
* testgtk: Use draw signal in gridded geometry exampleBenjamin Otte2010-09-261-16/+10
* testgtk: Make big windows test not use expose eventsBenjamin Otte2010-09-261-27/+1
* testgtk: Use draw signal in resize grips exampleBenjamin Otte2010-09-261-16/+13
* testgtk: Connect to draw signal in "rotated text" exampleBenjamin Otte2010-09-261-15/+11
* testgtk: Connect to draw signals in "composited window" exampleBenjamin Otte2010-09-261-30/+10
* testgtk: Connect to draw signal in alpha testBenjamin Otte2010-09-261-18/+12
* testgtk: Check visual, not colormap for RGBA availabilityBenjamin Otte2010-09-261-1/+1
* testgtk: gtk_widget_set_colormap() => gtk_window_set_visual()Benjamin Otte2010-09-261-7/+7
* testgtk: Don't set colormap when creating GDK windowsBenjamin Otte2010-09-261-2/+1
* testgtk: No need to set a custom colourmap hereBenjamin Otte2010-09-261-9/+0
* API: Rename gdk_set_source_pixmap() to gdk_set_source_window()Benjamin Otte2010-09-261-1/+1
* testgtk: Remove snapshot testBenjamin Otte2010-09-261-166/+0
* widget: shape_combine_mask => shape_cobine_regionBenjamin Otte2010-09-261-8/+17
* testgtk: Convert WM hints example to use gdk_window_set_icon_list()Benjamin Otte2010-09-261-18/+11
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-1/+2
* Don't use the same name for a function that used to be a variableTor Lillqvist2010-09-091-5/+5
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-5/+5
* Turn the gtk version and age variables into functionsTor Lillqvist2010-09-081-5/+5
* Adapt tests to dialog api changeMatthias Clasen2010-09-021-30/+0
* Remove now unused GtkProgressBarOrientation enumMatthias Clasen2010-09-011-2/+2
* Adapt testgtk progressbar test to api changesMatthias Clasen2010-09-011-2/+9
* tests/testgtk.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-1/+1
* tests/testgtk.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-83/+130
* testgtk: Use Cairo to load XBM imageBenjamin Otte2010-08-101-5/+13