summaryrefslogtreecommitdiff
path: root/capplets/appearance/appearance-ui.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23Add auto-detect toggle switchVictor Kareh1-48/+0
Currently if a user changes the DPI, there is no way to reset it back to the auto-detected value from Xserver (which we store as 0 in gsettings). Adding this toggle solves that issue. I also removed a deprecated [GtkHandleBox](https://developer.gnome.org/gtk3/stable/GtkHandleBox.html) and all its associated code.
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-90/+1
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2015-09-06Restored Interface tab in Appearance cappletExalm1-0/+244
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0