summaryrefslogtreecommitdiff
path: root/capplets/appearance
AgeCommit message (Collapse)AuthorFilesLines
2018-02-06Scale font DPI for HiDPI displaysVictor Kareh1-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-30require GTK+ 3.22 and GLib 2.50monsta3-17/+1
2018-01-26Add support for HiDPI displays (#325)Victor Kareh1-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
2018-01-23theme-installer.c: missing g_object_unref in mate_theme_install_realZhang Xianwei1-0/+2
Object should be free when use g_file_new_for_path. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-23theme-util.c: fix reinstalling the deleted theme can cause failureZhang Xianwei1-1/+2
fixes https://github.com/mate-desktop/mate-control-center/issues/322 Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-18remove unneeded +x attribute after last commitmonsta1-0/+0
2018-01-16Support the theme compression package for installing XZ formatZhang Xianwei1-0/+8
This closes #320. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-10Remove useless duplication in mate_theme_install_realZhang Xianwei1-4/+0
Handle Case THEME_MATE | THEME_MARCO | THEME_GTK should be same, so remove useless duplication. Signed-off-by: Zhang Xianwei <[email protected]>
2018-01-10Fix Window Border theme cannot be deletedZhang Xianwei1-1/+1
The directory "marco-1" does not exist, replacing it with "metacity-1". Fixes #316 Signed-off-by: Zhang Xianwei <[email protected]>
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela1-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-01Fixes font dpi with "org.mate.desktop.font-rendering.dpi" by defaultPablo Barciela1-3/+25
2017-08-19gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+9
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-15appearance-font.c: avoid deprecated gdk_screen_get_width/height_mmZenWalker1-1/+14
2017-08-15avoid deprecated gdk_screen_get_width/heightZenWalker1-4/+6
2017-03-28Add support for switching themes on Metacity >= 3.20.Martin Wimpress1-1/+6
2017-03-17appearance-ui: add primary-toolbar style class for toolbar in interface previewraveit651-0/+3
fixes https://github.com/flexiondotorg/ubuntu-mate-themes/issues/52
2017-03-11appearance.ui: fix warningsraveit651-106/+118
2017-03-01appearance.ui: avoid deprecated widgetsraveit651-1263/+1489
2017-01-27Fix two memory leaksColomban Wendling1-2/+2
2017-01-27Fix live updating of the various theme detailsColomban Wendling1-0/+1
This got broken in b3e27b1d6a0f11c5835f5829bac3861e2147b17e, which ported to GSettings but stopped calling the supplied callback. 070e7cb765a788c8e27ff3615d3ed36981d3518d restored the initial update, but not the live ones. Fixes #256.
2017-01-26appearance: fix vertical expand on resize in another waymonsta1-2/+4
this one can be backported to 1.16 (won't cause runtime warnings in GTK+2 build)
2017-01-24appearance: fix vertical expand of content with window resizemonsta1-0/+1
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta10-313/+4
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-11-02build: require XCursor unconditionallymonsta8-62/+1
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use
2016-09-08GTK+3 appearance: don't show Colors tab in Customize Theme dialogmonsta2-1/+11
changing theme colors won't work in GTK+3
2016-07-04appearance: make theme name centered in GTK+3 toomonsta1-0/+13
2016-07-04appearance: place theme name below theme preview in GTK+3 toomonsta1-1/+1
2016-07-04appearance: fix indent in some placesmonsta1-27/+25
2016-07-02GTK+-3 appearance-style: port GdkColor to GdkRGBAraveit651-0/+20
2016-07-02GTK+-3 mate-wp-xml: port GdkColor to GdkRGBAraveit651-0/+24
2016-07-02GTK+3 appearance-desktop: port GdkColor to GdkRGBAraveit651-0/+42
2016-07-02GTK+3 mate-wp-item: port GdkColor to GdkRGBAraveit652-0/+35
2016-06-17GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} ()raveit651-0/+4
2016-05-27Change default hinting style of 'Subpixel smoothing' mode to slightPiotr Jurkiewicz1-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-27Render hinting samples using ANTIALIAS_RGBAPiotr Jurkiewicz1-4/+4
Change this in order to match change of default antialiasing mode to 'rgba' introduced in mate-desktop/mate-settings-daemon@921505df63f9fa55089b519bd8629210.
2016-05-06add style class appearance-windowraveit651-0/+7
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta2-2/+0
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich2-6/+6
2016-01-15[GTK+3] appearance: fix deprecated usage of GtkMisc and GtkHBoxmonsta2-3/+33
2016-01-15[GTK+3] appearance: fix a few deprecationsmonsta2-0/+10
2016-01-14appearance: remove dead codemonsta1-24/+0
2016-01-14appearance: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta4-12/+12
2015-11-07appearance: a bit of consistency in ui fileMonsta1-1/+1
2015-10-04appearance: Fix segmentation fault on closingRoy Zhang1-3/+3
This patch fixes #200
2015-09-06Restored Interface tab in Appearance cappletExalm6-0/+637
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0
2015-08-29appearance-font: No more usage of Xft2infirit2-8/+0
We require pango already so no need to conditionally build.
2015-08-29appearance-font: Use pango and cairo to rander fontsRoy Zhang1-223/+85
This patch fixes #135
2015-08-03Use GdkVisual accessor functions instead of direct accessinfirit1-1/+1
2015-07-22appearance: Allow to save notification theme optionallyinfirit2-4/+27
Closes #42
2015-07-15appearance-font: Replace Gdk drawing with cairoinfirit1-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..