summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* scrolledwindow: Use g_clear_handle_idTimm Bäder2021-01-031-32/+7
* gtk/scrolledwindow: Handle full scroll sequences onlyCarlos Garnacho2020-12-121-8/+36
* docs: Fix the links for keybinding signalsMatthias Clasen2020-11-171-2/+2
* docs: Add "Accessibility" section to various widgetsEmmanuele Bassi2020-11-121-0/+4
* a11y: Mark more containers as structural elementsEmmanuele Bassi2020-11-111-0/+1
* a11y: Parse reference lists using varargsEmmanuele Bassi2020-11-101-10/+14
* scrolledwindow: Accumulate velocity with kinetic scrollingChris Lord2020-11-091-36/+59
* macos: port gtk to GDK_WINDOWING_MACOSwip/chergert/gdk-macos-fixesChristian Hergert2020-10-091-1/+1
* gtkscrolledwindow: Do not eagerly claim touch press eventCarlos Garnacho2020-09-251-6/+7
* gtkscrolledwindow: Drop gtk_scrolled_window_set_capture_button_press()Carlos Garnacho2020-09-251-60/+1
* scrolledwindow: Ignore captured motion events if no child is setTimm Bäder2020-09-191-0/+3
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-211-2/+2
* Drop style class definesMatthias Clasen2020-08-141-14/+14
* docs: Clean up many dangling linksMatthias Clasen2020-08-041-3/+2
* scrolledwindow: Fix a11y support codeMatthias Clasen2020-08-041-1/+4
* Avoid refering to old GtkContainer API in the docsTimm Bäder2020-08-011-2/+2
* Merge branch 'a11y-work' into 'master'Matthias Clasen2020-07-291-0/+10
|\
| * a11y: Set up controls relations for scrollbarsMatthias Clasen2020-07-281-0/+10
* | gdk: Conflate GDK devicesCarlos Garnacho2020-07-291-1/+1
|/
* Remove ATKEmmanuele Bassi2020-07-261-3/+0
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-50/+50
* Replace "gchar" with "char"Benjamin Otte2020-07-251-1/+1
* Replace "gint" with "int"Benjamin Otte2020-07-251-31/+31
* gtkscrolledwindow: Look up correctly target in captured motion eventsCarlos Garnacho2020-07-091-3/+7
* Merge branch 'wip/carlosg/input-cleanups' into 'master'Matthias Clasen2020-06-241-1/+0
|\
| * gdk: Drop GDK_SOURCE_ERASERCarlos Garnacho2020-06-231-1/+0
* | scrolledwindow: Don't take adjustments in new()Matthias Clasen2020-06-241-25/+4
|/
* eventcontrollermotion: Remove mode argumentBenjamin Otte2020-05-301-1/+0
* Fix minor typosYuri Chornoivan2020-05-281-8/+8
* scrolledwindow: Fix swapping out childMatthias Clasen2020-05-131-7/+3
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+3
* docs: Fix several missing references in the documentationCorentin Noël2020-05-111-2/+2
* Merge branch 'wip/baedert/for-master' into 'master'Matthias Clasen2020-05-111-2/+9
|\
| * scrolledwindow: Always keep the main child firstTimm Bäder2020-05-101-1/+1
| * scrolledwindwo: Add a permanent junction nodeTimm Bäder2020-05-101-1/+8
* | Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+1
* | widget: Add a :focusable propertyMatthias Clasen2020-05-101-1/+1
|/
* scrolledwindow: Derive from GtkWidgetMatthias Clasen2020-05-041-140/+156
* scrolledwindow: Add a child propertyMatthias Clasen2020-05-041-223/+270
* Use gtk_viewport_set_child throughoutMatthias Clasen2020-05-041-1/+1
* scrolledwindow: Stop setting focus adjustmentsMatthias Clasen2020-04-181-4/+0
* Reconcile documentation with declaration and definitionEmmanuele Bassi2020-04-171-2/+2
* scrolledwindow: Drop shadow-typeMatthias Clasen2020-04-171-39/+35
* scrolledwindow: Document the .frame style classMatthias Clasen2020-04-171-0/+2
* gtk: Port widgets away from gtk_get_current_ apisMatthias Clasen2020-04-111-17/+14
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+1
* scrolledwindow: Port bindings to use shortcutsBenjamin Otte2020-03-251-34/+32
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-32/+34
* scrolledwindow: Port bindings to use shortcutsBenjamin Otte2020-03-181-34/+32
* scrolledwindow: Remove an unnecessary castTimm Bäder2020-02-251-1/+1