Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-09 | Unnecessary G_OBJECT cast when calling signal connect function | rbuj | 1 | -6/+6 | |
2021-02-24 | appearance: missing includes | rbuj | 1 | -0/+1 | |
2020-12-04 | Use g_slist_free_full | rbuj | 1 | -8/+7 | |
2020-11-24 | appearance: Introduce GET_WINDOW macro | rbuj | 1 | -2/+2 | |
2019-08-02 | appearance: fix memory leak | Wu Xiaotian | 1 | -0/+1 | |
2019-08-01 | appearance: add new font for user | Wu Xiaotian | 1 | -0/+75 | |
2019-06-18 | Remove trailing whitespaces | rbuj | 1 | -1/+1 | |
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ | |||||
2018-03-16 | Add auto-detect toggle switch | Victor Kareh | 1 | -15/+59 | |
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. | |||||
2018-02-06 | Scale font DPI for HiDPI displays | Victor Kareh | 1 | -12/+28 | |
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. | |||||
2018-01-26 | Add support for HiDPI displays (#325) | Victor Kareh | 1 | -0/+5 | |
* Support font auto-scaling for HiDPI displays * Use nicer-looking numbers for DPI, since the spinner only supports integers * Remove ceil for scaled DPI | |||||
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -38/+3 | |
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 | |||||
2017-12-01 | Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by default | Pablo Barciela | 1 | -3/+25 | |
2017-08-15 | appearance-font.c: avoid deprecated gdk_screen_get_width/height_mm | ZenWalker | 1 | -1/+14 | |
2017-08-15 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -4/+6 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -16/+0 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-05-27 | Change default hinting style of 'Subpixel smoothing' mode to slight | Piotr Jurkiewicz | 1 | -4/+4 | |
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. | |||||
2016-05-27 | Render hinting samples using ANTIALIAS_RGBA | Piotr Jurkiewicz | 1 | -4/+4 | |
Change this in order to match change of default antialiasing mode to 'rgba' introduced in mate-desktop/mate-settings-daemon@921505df63f9fa55089b519bd8629210. | |||||
2015-08-29 | appearance-font: Use pango and cairo to rander fonts | Roy Zhang | 1 | -223/+85 | |
This patch fixes #135 | |||||
2015-08-03 | Use GdkVisual accessor functions instead of direct access | infirit | 1 | -1/+1 | |
2015-07-15 | appearance-font: Replace Gdk drawing with cairo | infirit | 1 | -23/+16 | |
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.. | |||||
2014-11-27 | Gtk3: size-request signal is no more, use correct api | Denis Gorodnichev | 1 | -1/+8 | |
2014-11-27 | Revert "Gtk3: size-request signal is no more, use correct api" | infirit | 1 | -8/+1 | |
This reverts commit 06a00876a690711437d30f7183595734298cd603. | |||||
2014-11-27 | correctly destory enum_group | Denis Gorodnichev | 1 | -2/+2 | |
2014-11-27 | Gtk3: size-request signal is no more, use correct api | infirit | 1 | -1/+8 | |
2014-10-03 | Use Caja GSettings schema optionally | Balló György | 1 | -5/+9 | |
This makes Caja dependency optional. Disable desktop font setting if no Caja present. Closes https://github.com/mate-desktop/mate-control-center/pull/119 | |||||
2014-01-24 | appearance: Fix crash with GTK3 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-24 | appearance: Add GTK3 support | Stefano Karapetsas | 1 | -0/+48 | |
2012-10-23 | migrate appearance applet to gsettings | Stefano Karapetsas | 1 | -300/+102 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+961 | |