gnome-control-center/panels/mouse
Felipe Borges 358a952f70 mouse: Fix linked style of primary mouse button in RTL
Commit d980e0ffee fixed an issue when the "Left" button would appear
at the right side for RTL languages given that GtkBox would reorder
its horizontal children to RTL direction.

The solution at the time was to force the primary-button box to stay
in LTR direction when the rest of the interface is shown in RTL.
This introduced a regression where the CSS "linked" style of the
buttons used was the LTR one, breaking the "linked" styling.

This fix will manually reorder the Left/Right buttons rather than
calling gtk_widget_set_direction on the primary-button-box.

Fixes #2649
2023-10-03 09:00:47 +00:00
..
assets mouse: Update mouse video assets 2023-02-17 02:09:50 +00:00
icons Add individual app icons 2022-01-31 14:08:22 +00:00
cc-mouse-caps-helper.c mouse: Port to GTK4 2021-12-14 22:34:21 -03:00
cc-mouse-caps-helper.h mouse: Replace ifdefs with #pragma once 2019-11-27 21:56:10 +00:00
cc-mouse-panel.c mouse: Fix linked style of primary mouse button in RTL 2023-10-03 09:00:47 +00:00
cc-mouse-panel.h mouse: Replace ifdefs with #pragma once 2018-05-28 23:47:59 +00:00
cc-mouse-panel.ui mouse: Ellipsize the test button 2023-08-25 08:00:43 +00:00
cc-mouse-test.c Make dialogs close when pressing the Escape key 2023-05-25 23:24:00 +00:00
cc-mouse-test.h mouse: Move Mouse Test into its own window 2023-02-14 18:10:46 +00:00
cc-mouse-test.ui mouse: Port test dialog to AdwToolbarView 2023-08-25 08:00:43 +00:00
gnome-mouse-panel.desktop.in desktop: Remove obsolete Bugzilla entries 2022-10-20 13:20:09 +00:00
meson.build all: meson: do not specify resources from gresource files as dependencies 2023-05-24 08:34:14 +00:00
mouse-test.css mouse: Redesign Mouse Test dialog 2023-02-14 18:10:46 +00:00
mouse.gresource.xml mouse: Redesign Mouse Test dialog 2023-02-14 18:10:46 +00:00
scroll-test.svg mouse: avoid cropping illustration 2021-09-17 21:14:19 +00:00
test-gnome-mouse-test.c mouse: Port to GTK4 2021-12-14 22:34:21 -03:00