summaryrefslogtreecommitdiff
path: root/tests/testgrid.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
* Replace "gchar" with "char"Benjamin Otte2020-07-251-5/+5
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-18/+18
* Avoid container api on gridsMatthias Clasen2020-05-111-3/+3
* paned: Redo the apiMatthias Clasen2020-05-111-2/+6
* tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-2/+0
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-9/+9
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_viewport_set_child throughoutMatthias Clasen2020-05-041-1/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-8/+8
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-1/+2
* label: Remove "line" from wrap propertiesTimm Bäder2019-09-091-3/+3
* Rename GtkGestureMultiPress to GtkGestureClickMatthias Clasen2019-05-291-6/+6
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-5/+5
* tests: Update testgrid to use gesturesCarlos Garnacho2018-07-301-11/+13
* tests: Stop using ::button-press/release-eventMatthias Clasen2018-01-161-5/+8
* tests: Get rid of GtkEventBoxBenjamin Otte2017-08-021-2/+2
* label: Remove angle propertyTimm Bäder2017-04-251-5/+4
* box: Remove fill child propertyTimm Bäder2017-04-251-5/+5
* box: Remove expand child propertyTimm Bäder2017-04-251-5/+5
* Remove gtk_widget_show_allTimm Bäder2017-01-201-9/+9
* Update callersMatthias Clasen2017-01-191-1/+1
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-5/+5
* More removal of deprecated APIMatthias Clasen2014-10-071-3/+10
* Add a testcase for empty grid rowsMatthias Clasen2013-04-281-0/+50
* Expand testgrid to cover row/column removalMatthias Clasen2013-03-231-16/+54
* testgrid: add a testcaseMatthias Clasen2012-03-241-0/+26
* Add an accessor for grid childrenMatthias Clasen2011-08-281-12/+23
* GtkGrid: Add a way to insert rows or columnsMatthias Clasen2011-08-081-0/+74
* GtkGrid: Add forgotten RTL flippingMatthias Clasen2011-03-301-0/+3
* Fix gdk_rgba_parse callMatthias Clasen2010-12-041-1/+1
* Make tests compile without using GtkStyle apiMatthias Clasen2010-12-041-3/+3
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-3/+3
* Add GtkGridMatthias Clasen2010-10-221-0/+264