summaryrefslogtreecommitdiff
path: root/capplets/appearance/appearance-style.c
AgeCommit message (Collapse)AuthorFilesLines
7 daysAppearance under wayland: apply cursor size changesHEADmasterlukefromdc1-0/+21
*Note that only compositors that read the cursor size from gsettings will apply this, wayfire does not at this time *This is also true of cursor theme: the compositor must read it from gsettings for it to be applied from the control center
7 daysappearance under wayland: fix customizing themeslukefromdc1-0/+25
Since wayland compositors such as wayfire follow the GNOME interface gsettings values, we need to set them here too
2022-02-09appearance-style: fix memory leakrbuj1-0/+1
2022-02-09Remove build warning -Wbad-function-castrbuj1-1/+3
2021-11-20Use a blank line at mostrbuj1-1/+0
2021-02-24appearance: missing includesrbuj1-0/+2
2020-12-04Use g_slist_free_fullrbuj1-2/+1
2020-11-24appearance: Set icon-name in ui filerbuj1-5/+0
2019-06-18Remove trailing whitespacesrbuj1-3/+3
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2018-04-25Change cursor-size to 24pxVictor Kareh1-1/+1
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.
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
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.
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-56/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-11-02build: require XCursor unconditionallymonsta1-12/+0
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 dialogmonsta1-0/+5
changing theme colors won't work in GTK+3
2016-07-02GTK+-3 appearance-style: port GdkColor to GdkRGBAraveit651-0/+20
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta1-1/+0
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich1-3/+3
2016-01-15[GTK+3] appearance: fix deprecated usage of GtkMisc and GtkHBoxmonsta1-1/+15
2016-01-14appearance: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-3/+3
2014-04-23appearance: Dont show GTK+ engine warning for GTK3Stefano Karapetsas1-0/+4
2014-01-28Fix some gcc warningsStefano Karapetsas1-2/+2
2013-03-16Fix GSettings variable nameStefano Karapetsas1-1/+1
2013-01-28load inital defaults from themeMarcel Dijkstra1-0/+5
2012-10-23migrate appearance applet to gsettingsStefano Karapetsas1-90/+110
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1073