Age | Commit message (Collapse) | Author | Files | Lines |
|
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
|
|
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.
|
|
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
|
|
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
|
|
|
|
|
|
|
|
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
|
|
Also render antialiasing samples using HINT_SLIGHT instead HINT_FULL.
Change this in order to match change of default hinting style to
'hintslight' introduced in
mate-desktop/mate-settings-daemon@f7d59c0353773b5deb4f1d400abd6ebf.
Change in mate-settings-daemon was made in order to match new
default hinting style settings introduced in fontconfig 2.11.95.
|
|
Change this in order to match change of default antialiasing mode
to 'rgba' introduced in
mate-desktop/mate-settings-daemon@921505df63f9fa55089b519bd8629210.
|
|
This patch fixes #135
|
|
|
|
This unifies the drawing code between Gtk versions.
But with Gtk3 the setup_font_sample is broken and requires
considerable effort to fix. Maybe pango can help us here..
|
|
|
|
This reverts commit 06a00876a690711437d30f7183595734298cd603.
|
|
|
|
|
|
This makes Caja dependency optional. Disable desktop font setting if no Caja present.
Closes https://github.com/mate-desktop/mate-control-center/pull/119
|
|
|
|
|
|
|
|
|