summaryrefslogtreecommitdiff
path: root/tests/testadjustsize.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-8/+8
* tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-5/+0
* Use gtk_overlay_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-5/+5
* Use gtk_frame_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_widget_add/remove_css_class moreMatthias Clasen2020-04-101-3/+3
* tests: Add common_cflags to buildTimm Bäder2020-03-061-2/+2
* Small fixupsMatthias Clasen2020-02-261-1/+1
* Drop the margin propertyMatthias Clasen2020-02-251-2/+1
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-5/+5
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-6/+19
* label: Remove "line" from wrap propertiesTimm Bäder2019-09-091-2/+2
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-2/+2
* tests: Stop using the delete-event signalMatthias Clasen2018-01-161-10/+5
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-2/+1
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-3/+3
* tests: Get rid of GtkEventBoxBenjamin Otte2017-08-021-3/+3
* label: Remove angle propertyTimm Bäder2017-04-251-9/+3
* box: Remove fill child propertyTimm Bäder2017-04-251-2/+2
* box: Remove expand child propertyTimm Bäder2017-04-251-2/+2
* Remove gtk_widget_show_allTimm Bäder2017-01-201-6/+4
* Update callersMatthias Clasen2017-01-191-1/+1
* Remove GtkAlignmentTimm Bäder2016-10-181-32/+0
* cssprovider: Remove GError out argument from load functionsBenjamin Otte2016-10-171-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-27/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-2/+2
* More removal of deprecated APIMatthias Clasen2014-10-071-7/+15
* testadjustsize: Keep using an alignmentMatthias Clasen2014-05-231-0/+2
* Replace all margin-left and margin-right with margin-start and margin-endYosef Or Boczko2013-11-151-2/+2
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-2/+2
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* tests: Convert testadjustsize example from GtkTable to box and gridBenjamin Otte2011-09-281-26/+18
* Make GtkWidget::halign RTL-saveMatthias Clasen2011-03-301-0/+3
* Forgotten filesMatthias Clasen2010-12-041-7/+7
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-2/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Fixed problems with combination of height-for-width apis andTristan Van Berkom2010-10-231-1/+4
* Fix erroneous usage of height-for-width apis in gtk_widget_real_adjust_size_a...Tristan Van Berkom2010-09-271-0/+35
* tests: Port testadjustsize to draw vfuncBenjamin Otte2010-09-271-19/+6
* Rename h/v-align to h/valignMatthias Clasen2010-09-151-6/+6
* Add padding and alignment tests to testadjustsize.cHavoc Pennington2010-09-121-0/+171
* Add testadjustsize test, to test new adjust size methods and related featuresHavoc Pennington2010-09-121-0/+252