summaryrefslogtreecommitdiff
path: root/tests/testframe.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-3/+3
* Replace "gfloat" with "float"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* testframe: Drop paddingMatthias Clasen2020-05-041-90/+0
* frame: Drop shadow-typeMatthias Clasen2020-04-171-17/+0
* Small fixupsMatthias Clasen2020-02-261-4/+4
* Drop the margin propertyMatthias Clasen2020-02-251-1/+4
* 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
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-2/+2
* Frame: Erase the now-useless property label-yalignDaniel Boles2018-03-121-30/+3
* tests: Stop using the delete-event signalMatthias Clasen2018-01-161-1/+1
* box: Remove fill child propertyTimm Bäder2017-04-251-3/+3
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+3
* testframe: label-yalign does nothing so don’t testDaniel Boles2017-03-071-5/+10
* testframe: Simplify initial setting of paddingDaniel Boles2017-03-071-10/+2
* testframe: Add CheckButton to toggle border off/onDaniel Boles2017-03-071-0/+18
* testframe: Order controls better & improve labelsDaniel Boles2017-03-071-25/+27
* testframe: Minimise typecastsDaniel Boles2017-03-071-22/+25
* testframe: Set value before connecting callbacksDaniel Boles2017-03-071-4/+4
* testframe: Use a generic widget pointerDaniel Boles2017-03-071-28/+27
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-1/+1
* testframe: Fix css element nameTimm Bäder2016-10-281-2/+2
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-2/+2
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* API: stylecontext: Remove state argument from gettersBenjamin Otte2016-10-161-3/+3
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* testframe: Pass correct state to GtkStyleContext APITimm Bäder2016-01-021-5/+16
* tests: Don't call gtk_style_context_invalidate()Benjamin Otte2013-10-051-2/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests: Convert testframe from GtkTable to GtkGridBenjamin Otte2011-09-281-11/+11
* tests: avoid boxed structs copying where possibleJavier Jardón2011-05-311-14/+10
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-20/+64
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* tests/testframe.c: Use accessor functions to access GtkWidgetJavier Jardón2010-08-221-4/+7
* Use accessor funtions to acces GtkFrameJavier Jardón2010-07-131-6/+17
* tests/testbbox.c use g_object_ref/unref instead of deprecated functions.Michael Natterer2007-11-141-2/+3
* applied patch from Xan Lopez to eliminate gap in painted frame forTim Janik2007-06-221-0/+146