Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix a11y warnings by making the widget hierarchy more semantic, as well
as making it saner (no more space-filled labels to create margins).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
|
|
|
|
|
|
Accessibility: Add support for high contrast themes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
these are layout chooser, model chooser and options dialogs
|
|
|
|
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
|
|
|
|
|
|
|
|
fixes a GTK+ warning
|
|
|
|
|
|
|
|
|
|
same as https://github.com/mate-desktop/mate-control-center/commit/40146341b70b93c0ce142580b0860b01f7072364
|
|
the code is taken from mate-keybinding-properties, so it may or
may not be optimal, feel free to correct it if you wish.
|
|
|