summaryrefslogtreecommitdiff
path: root/tests/testkineticscrolling.c
Commit message (Expand)AuthorAgeFilesLines
* gtkscrolledwindow: Drop gtk_scrolled_window_set_capture_button_press()Carlos Garnacho2020-09-251-3/+0
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-3/+3
* testkineticscrolling: Make this work againMatthias Clasen2020-05-041-12/+1
* Use gtk_window_set_child throughoutMatthias Clasen2020-05-041-1/+1
* Use gtk_scrolled_window_set_child throughoutMatthias Clasen2020-05-041-3/+3
* tests: Add common_cflags to buildTimm Bäder2020-03-061-8/+8
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-6/+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/+16
* Replace all remaining uses of delete-eventMatthias Clasen2018-01-161-2/+1
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-3/+3
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-2/+2
* selection: Remove the info uintBenjamin Otte2017-11-161-6/+1
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-4/+5
* Update callersMatthias Clasen2017-01-191-1/+1
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* Don't use gtk_scrolled_window_add_with_viewport() in testsCosimo Cecchi2013-02-011-1/+1
* tests: Add new test for kinetic scrollingCarlos Garcia Campos2012-03-011-0/+148