Age | Commit message (Collapse) | Author | Files | Lines |
|
Reported by translators
|
|
It adds two menu item separators, before and after of Print menu item.
Test:
Run mate-appearance-properties
Select Interface tab
Clic on File menu item
|
|
"x-office-document" and "x-office-spreadsheet" are more common MIME
icon names than their counterparts without the "x-" prefix.
The latter seems not to even be available in "MATE" icon theme, but
only in "Faenza" icon theme. The "x-"-prefixed variant on the other
hand is available even in theme providing the unprefixed ones, meaning
it will sill work with these.
On my machine with not many themes, but only standard-ish ones:
```console
$ find /usr/share/icons/ -name office-document.* | wc -l
8
$ find /usr/share/icons/ -name x-office-document.* | wc -l
54
```
Thus, using the prefixed variant seems like a better choice.
|
|
Prevent runtime failture on g_icon_to_string in fill_combo_box by catching the NULL case
See https://github.com/mate-desktop/mate-control-center/pull/398#issuecomment-445047978
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
|
|
|
|
|
|
|
|
Closes https://github.com/mate-desktop/mate-control-center/issues/390
|
|
This makes it possible to fix visual glitches in themes
|
|
The MATE cursor theme does not have an 18px cursor size, so having
a 18px as the default setting does not make sense. Using 24px looks
better in modern displays and allows for proper HiDPI scaling.
|
|
|
|
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.
|
|
filetype is not used in mate_theme_install_real, remove it.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
|
|
fixes https://github.com/mate-desktop/mate-control-center/issues/334
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
When ~/.themes/theme-name is existed, reinstalling the same theme will
be failed. Add tips when reinstall a existed theme to fix it.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
Automatically scales up the font DPI when loading the GtkSpinner and
down-scale when saving it. The result is that the user gets the correct
DPI showing in the Appearance > Fonts > Details app, while gsettings
stores the down-scaled DPI.
|
|
|
|
* Support font auto-scaling for HiDPI displays
* Use nicer-looking numbers for DPI, since the spinner only supports integers
* Remove ceil for scaled DPI
|
|
Object should be free when use g_file_new_for_path.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
fixes https://github.com/mate-desktop/mate-control-center/issues/322
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
|
|
This closes #320.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
|
|
assignment from incompatible pointer type
|
|
|
|
ignoring return value declared with attribute warn_unused_result
|
|
Handle Case THEME_MATE | THEME_MARCO | THEME_GTK should
be same, so remove useless duplication.
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
The directory "marco-1" does not exist, replacing it with
"metacity-1".
Fixes #316
Signed-off-by: Zhang Xianwei <[email protected]>
|
|
|
|
|
|
|
|
|
|
This commit reverts:
https://github.com/mate-desktop/mate-control-center/commit/fe782c673262e861334bb48265abf5075ff02680
https://github.com/mate-desktop/mate-control-center/commit/061f3780a3af6224a804d239f9b9dfc5c81873f6
And it applies an alternative to fix the deprecated functions:
gdk_screen_get_width
gdk_screen_get_height
gdk_screen_width
gdk_screen_height
|
|
low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same.
|
|
|
|
avoid deprecated:
gdk_screen_get_monitor_geometry
gdk_screen_get_monitor_at_window
|
|
|
|
|
|
gtk_adjustment_changed has been deprecated since version 3.18 and
GTK+ emits “changed” itself whenever any of the properties (other than value) change.
see https://developer.gnome.org/gtk3/unstable/GtkAdjustment.html#gtk-adjustment-changed
|
|
|
|
|
|
|
|
|
|
introduced by https://github.com/mate-desktop/mate-control-center/commit/ba301f8
|
|
libinput disables software buttons when clickfinger is enabled.
|
|
This reduce the width of the dialog
|
|
|
|
|