Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-27 | Fix two memory leaks | Colomban Wendling | 1 | -2/+2 | |
2017-01-27 | Fix live updating of the various theme details | Colomban Wendling | 1 | -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-26 | appearance: fix vertical expand on resize in another way | monsta | 1 | -2/+4 | |
this one can be backported to 1.16 (won't cause runtime warnings in GTK+2 build) | |||||
2017-01-24 | appearance: fix vertical expand of content with window resize | monsta | 1 | -0/+1 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 10 | -313/+4 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-11-02 | build: require XCursor unconditionally | monsta | 8 | -62/+1 | |
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use | |||||
2016-09-08 | GTK+3 appearance: don't show Colors tab in Customize Theme dialog | monsta | 2 | -1/+11 | |
changing theme colors won't work in GTK+3 | |||||
2016-07-04 | appearance: make theme name centered in GTK+3 too | monsta | 1 | -0/+13 | |
2016-07-04 | appearance: place theme name below theme preview in GTK+3 too | monsta | 1 | -1/+1 | |
2016-07-04 | appearance: fix indent in some places | monsta | 1 | -27/+25 | |
2016-07-02 | GTK+-3 appearance-style: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+20 | |
2016-07-02 | GTK+-3 mate-wp-xml: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+24 | |
2016-07-02 | GTK+3 appearance-desktop: port GdkColor to GdkRGBA | raveit65 | 1 | -0/+42 | |
2016-07-02 | GTK+3 mate-wp-item: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+35 | |
2016-06-17 | GTK+-3 theme-installer: do not use deprecated gdk_threads_{enter/leave} () | raveit65 | 1 | -0/+4 | |
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. | |||||
2016-05-06 | add style class appearance-window | raveit65 | 1 | -0/+7 | |
2016-02-04 | [GTK+3] don't set x/y align to 0.5 - it's the default value anyway | monsta | 2 | -2/+0 | |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 2 | -6/+6 | |
2016-01-15 | [GTK+3] appearance: fix deprecated usage of GtkMisc and GtkHBox | monsta | 2 | -3/+33 | |
2016-01-15 | [GTK+3] appearance: fix a few deprecations | monsta | 2 | -0/+10 | |
2016-01-14 | appearance: remove dead code | monsta | 1 | -24/+0 | |
2016-01-14 | appearance: use gtk_image_new_from_icon_name in both GTK+ builds | monsta | 4 | -12/+12 | |
2015-11-07 | appearance: a bit of consistency in ui file | Monsta | 1 | -1/+1 | |
2015-10-04 | appearance: Fix segmentation fault on closing | Roy Zhang | 1 | -3/+3 | |
This patch fixes #200 | |||||
2015-09-06 | Restored Interface tab in Appearance capplet | Exalm | 6 | -0/+637 | |
Remove editable accels and toolbar style toggles as they are deprecated in GTK >= 3.10.0 | |||||
2015-08-29 | appearance-font: No more usage of Xft2 | infirit | 2 | -8/+0 | |
We require pango already so no need to conditionally build. | |||||
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-22 | appearance: Allow to save notification theme optionally | infirit | 2 | -4/+27 | |
Closes #42 | |||||
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.. | |||||
2015-06-29 | Add theme changing support for metacity >= 3.16 | Martin Wimpress | 1 | -0/+5 | |
2014-11-28 | don't leak memory | Monsta | 1 | -0/+2 | |
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 | 3 | -26/+29 | |
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-06-06 | Move all manpages into thier own man directory | infirit | 2 | -31/+1 | |
2014-06-06 | Several man pages have grammar errors, fixes #101 | infirit | 1 | -2/+2 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add main category to mate-theme-installer.desktop, fixes #103 | infirit | 1 | -1/+1 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-06-06 | Add keywords to dot desktop files, close #102. | infirit | 2 | -0/+2 | |
Patch by Mike Gabriel <[email protected]> | |||||
2014-05-20 | Drop support for glib < 2.36 | infirit | 2 | -15/+0 | |
2014-04-27 | Add support for metacity-theme-2.xml | Stefano Karapetsas | 1 | -0/+7 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/92 | |||||
2014-04-23 | appearance: Dont show GTK+ engine warning for GTK3 | Stefano Karapetsas | 1 | -0/+4 | |
2014-02-12 | MATE Foundation doesnt exist | Stefano Karapetsas | 12 | -12/+12 | |
2014-01-28 | Fix some gcc warnings | Stefano Karapetsas | 1 | -2/+2 | |
2014-01-27 | appearance: Add support for 'artist' tag in xml backgrounds files | Stefano Karapetsas | 3 | -5/+35 | |
This feature was already implemented in Linux Mint and Cinnamon, so we are going to implement it in MATE too. | |||||
2014-01-24 | appearance: Fix crash with GTK3 | Stefano Karapetsas | 1 | -1/+1 | |