summaryrefslogtreecommitdiff
path: root/tests/testheightforwidth.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-2/+2
* Fix tests with regard to GtkBuilder <requires>.arnaudb/requiresArnaud Bonatti2020-11-071-7/+7
* Clean up lots of GTK+ -> GTKMatthias Clasen2020-09-121-1/+1
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-1/+1
* tests: Fix testheightforwidth layoutAlexander Mikhaylenko2020-05-111-161/+10
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* 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-1/+1
* Replace all remaining uses of delete-eventMatthias Clasen2018-01-161-2/+1
* tests: Stop using the delete-event signalMatthias Clasen2018-01-161-20/+1
* testheightforwidth: Remove "vertical labels" testTimm Bäder2018-01-101-124/+0
* testheightforwidth: Remove GtkBox fill/expand usageTimm Bäder2017-07-191-28/+0
* box: Remove fill child propertyTimm Bäder2017-04-251-1/+1
* box: Remove expand child propertyTimm Bäder2017-04-251-1/+1
* tests: Fix use of C99 inline declarationPhilip Withnall2017-03-071-1/+3
* testheightforwidth: cleanupsDaniel Boles2017-03-071-12/+14
* testheightforwidth: Add missing unrefDaniel Boles2017-03-061-0/+3
* Fix the completely broken tests/testheightforwidthDaniel Boles2017-03-061-31/+63
* Update callersMatthias Clasen2017-01-191-1/+1
* Remove GtkAlignmentTimm Bäder2016-10-181-8/+3
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-5/+0
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-1/+1
* Remove GtkHBoxTimm Bäder2016-10-161-7/+14
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-8/+8
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Added test case to testheightforwidth.c to show GtkComboBox/GtkMenu wrapping ...Tristan Van Berkom2010-08-181-0/+255
* Make GtkFrame allocate its label considering natural size requestsTristan Van Berkom2010-08-061-0/+43
* Implemented GtkSizeRequest on GtkExpander and added testTristan Van Berkom2010-08-051-0/+69
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-0/+620