summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetfocus.c
Commit message (Expand)AuthorAgeFilesLines
* widgetfocus: Sort children better for TABMatthias Clasen2023-05-111-1/+25
* widget: Avoid GObject data for action muxerMatthias Clasen2021-07-241-6/+6
* widgetfocus: Remove unnecessary checkBenjamin Otte2020-02-041-3/+2
* widget: Remove _gtk_widget_is_drawable()Benjamin Otte2020-02-041-2/+2
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-4/+5
* Exclude non-drawable widgets from focusMatthias Clasen2019-03-161-1/+3
* Simplify the move_focus apiMatthias Clasen2019-03-161-9/+12
* Port widgets to the root focus APIMatthias Clasen2019-03-161-7/+3
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-6/+10
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* widgetfocus: Fix copy/paste errorBenjamin Otte2018-07-311-2/+2
* widgetfocus: Use gtk_widget_compute_boundsTimm Bäder2018-04-101-103/+93
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-4/+4
* container: Only do custom focus management if a focus chain is setTimm Bäder2018-03-171-7/+10
* widgetfocus: Use the same function to compare widgetsTimm Bäder2017-03-311-49/+50
* Implement tab/up-down/left-right focus sorting for widgetsTimm Bäder2017-03-311-0/+489