summaryrefslogtreecommitdiff
path: root/tests/animated-resizing.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Stop using gtk_widget_show/hideMatthias Clasen2022-12-131-1/+1
* tests/animated-resizing: Use gtk_window_default_size() insteadJonas Ådahl2020-12-071-1/+1
* tests/animated-resizing: Don't try to resize during frame dispatchJonas Ådahl2020-12-071-4/+12
* tests/animated-resizing: Resize widget instead of windowJonas Ådahl2020-12-071-2/+3
* display: Remove unneeded gettersBenjamin Otte2020-05-171-7/+0
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* 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
* Remove primary monitor apiMatthias Clasen2020-01-301-1/+1
* tests: Stop using gtk_window_set_gravityMatthias Clasen2019-03-261-3/+0
* tests: Stop using gtk_window_moveMatthias Clasen2019-03-261-4/+0
* tests: Avoid a use of ::map-eventMatthias Clasen2018-01-161-4/+3
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-2/+2
* tests: Use a drawing area in animated-resizingBenjamin Otte2016-11-181-12/+12
* widget: Remove app-paintableTimm Bäder2016-10-311-1/+0
* tests: Port to GdkMonitorBenjamin Otte2016-10-161-5/+5
* animated-resizing, video-timer: Add missing return value from ::drawOwen W. Taylor2013-04-251-1/+3
* tests/animated-resizing: Split frame statistics out into a separate fileOwen W. Taylor2013-04-231-117/+12
* GtkTickCallback: document use of G_SOURCE_CONTINUE/REMOVE for return valueOwen W. Taylor2013-02-141-1/+1
* Merge with Merge GdkFrameHistory into GdkFrameClockOwen W. Taylor2013-02-141-1/+1
* Merge GdkFrameHistory into GdkFrameClockOwen W. Taylor2013-02-141-8/+5
* Add gtk_widget_add_tick_callback(), remove GtkTimeline, etc.Owen W. Taylor2013-02-141-14/+23
* animated-resizing: enhance outputOwen W. Taylor2013-02-141-13/+131
* animated-resizing: make circle size a #defineOwen W. Taylor2013-02-141-9/+12
* Add a test of an animated resizing windowOwen W. Taylor2013-02-141-0/+197