summaryrefslogtreecommitdiff
path: root/tests/testwindowsize.c
Commit message (Collapse)AuthorAgeFilesLines
* gdk: Remove GdkSurface::size-changedJonas Ådahl2020-12-071-5/+18
| | | | | It's not emitted, and everyone should use the GdkSurface::layout signal from now on.
* Clean up uses of gtk_toggle_button_get/set_activeMatthias Clasen2020-08-301-1/+1
| | | | | Replace all uses on check buttons by the corresponding check button api.
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
|
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
|
* tests: Remove gtk_dialog_run()Emmanuele Bassi2020-05-121-7/+14
| | | | | | Either use the "response" signal for dialogs that are already modal, or use an explicit nested loop for tests that rely on the response id being available in sequence.
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-1/+1
| | | | These are all on GtkBox or enumerating children.
* Use gtk_window_destroyMatthias Clasen2020-05-111-1/+1
| | | | | Replace calls to gtk_widget_destroy on windows with gtk_window_destroy.
* tests: Stop explicitly showing widgetsAlexander Mikhaylenko2020-05-111-2/+0
|
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
| | | | | Replace all uses of gtk_container_add on windows by gtk_window_set_child.
* 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-1/+2
| | | | Replace these calls with direct use of GMainContext api.
* label: Remove "line" from wrap propertiesTimm Bäder2019-09-091-1/+1
| | | | | The property names are "wrap" and "wrap-mode", so it doesn't make sense that the accessors refer to line_wrap and line_wrap_mode.
* Stop using gtk_widget_get_surfaceMatthias Clasen2019-05-281-1/+1
| | | | | Replace all uses of gtk_widget_get_surface by gtk_native_get_surface.
* tests: Fix comment for accuracyEmmanuele Bassi2019-02-061-1/+1
| | | | The command line for compiling testwindowsize has changed.
* Stop using gtk_box_pack_endTimm Bäder2019-01-231-1/+1
| | | | It might soon go away!
* tests: Remove ::event handler in testwindowsizeCarlos Garnacho2018-10-151-16/+10
| | | | We just want widget size here, not windowing configuration events.
* Revert "gdk: Drop configure events"Matthias Clasen2018-07-151-9/+15
| | | | This reverts commit a8926c9d873ce968353a2eb1d3930c4f1ac79c94.
* gdk: Drop configure eventsMatthias Clasen2018-07-151-15/+9
| | | | | Replace configure events with a GdkSurface::size-changed signal. This is part of the move to use events only for input.
* tests: Stop using ::configure-eventMatthias Clasen2018-01-161-11/+14
| | | | The generic ::event will do.
* box: Remove fill child propertyTimm Bäder2017-04-251-1/+1
| | | | GtkWidget:halign and GtkWidget:valign are sufficient
* box: Remove expand child propertyTimm Bäder2017-04-251-1/+2
| | | | GtkWidget already has hexpand/vexpand properties.
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
|
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
|
* box: Remove 'padding' child propertyTimm Bäder2016-10-161-1/+1
|
* tests: Add max-width-chars to testwindowsize testBenjamin Otte2013-11-251-8/+19
|
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-1/+1
| | | | With the exception of GtkActions and the tests for stock items.
* testwindowsize: show the actual window sizeMatthias Clasen2013-05-251-0/+20
|
* Add an interactive window sizing testMatthias Clasen2013-05-251-0/+116