summaryrefslogtreecommitdiff
path: root/tests/video-timer.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* tests: Add common_cflags to buildTimm Bäder2020-03-061-0/+3
* 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 gtk_widget_show_allTimm Bäder2017-01-201-1/+1
* Update callersMatthias Clasen2017-01-191-2/+9
* tests: Use drawing area instead of draw signalBenjamin Otte2016-11-181-14/+15
* widget: Remove app-paintableTimm Bäder2016-10-311-1/+0
* 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-2/+2
* Add gdk_frame_clock_begin/end_updating()Owen W. Taylor2013-02-181-3/+1
* GdkFrameClock: Clean up the public APIOwen W. Taylor2013-02-141-3/+3
* Merge GdkFrameHistory into GdkFrameClockOwen W. Taylor2013-02-141-6/+3
* video-timer: add simple example of PLL-style clock adjustmentOwen W. Taylor2013-02-141-7/+83
* video-timer: add a test case for display at a constant frame rateOwen W. Taylor2013-02-141-0/+328