summaryrefslogtreecommitdiff
path: root/capplets/common
AgeCommit message (Collapse)AuthorFilesLines
2018-12-30capplets/mouse: .svg files instead .png in doubleclick artworkPablo Barciela1-3/+3
2018-06-10wm-common: replace deprecated gdk_error_trap functionsraveit651-8/+12
2018-04-25Change cursor-size to 24pxVictor Kareh1-7/+3
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-03-27Scale cursor size for HiDPI when changing themesVictor Kareh1-0/+4
2018-02-17theme-thumbnail.c: avoid deprecated GtkButton:use-stockPablo Barciela1-10/+4
2018-02-12avoid deprecated GtkStockPablo Barciela3-17/+29
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-18/+0
2018-01-12remove some leftovers related to MacOS support O_omonsta1-9/+0
2018-01-12theme-thumbnail.c: Fix build warnings with ‘write’ and ‘pipe’:Pablo Barciela1-17/+55
ignoring return value declared with attribute warn_unused_result
2017-12-15Add the support for cursor sizes of 96 and 128. It could be useful for ↵Alex ARNAUD1-1/+1
low-vision persons to be able to increase the size of the their cursors greater than 64. If the cursor theme doesn't provide cursor sizes greater than 64 the behavior is the same.
2017-07-24capplet-util: don't use deprecated gtk_show_uriraveit651-0/+8
2017-03-13theme-thumbnail: avoid deprecated GtkAlignmentraveit651-4/+4
2017-02-17file-transfer-dialog: remove empty GtkTableraveit651-6/+0
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta4-207/+5
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-11-02build: require XCursor unconditionallymonsta2-135/+1
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use
2016-10-19GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now)monsta1-0/+5
add a couple of #define's that previously were in marco's src/ui/preview-widget.h which is included here
2016-07-13drop dconf 0.10 compatibility (it's ancient)monsta1-12/+0
2016-07-13drop unused includesmonsta1-1/+0
2016-07-02GTK+-3 mate-theme-info: port GdkColor to GdkRGBAraveit652-0/+36
2016-02-03drop "Ubuntu hacks" because Ubuntu dropped that stuff long agomonsta1-8/+0
see https://bugs.launchpad.net/bugs/744993
2016-01-28use offscreen windows for previewsDenis Gorodnichev1-25/+46
gtk 2.20+ provides offscreen window. use them for previews note by @monsta: commit is patched to leave the current GTK+2 code as is because offscreen windows don't work properly there for some reason...
2016-01-27common: use gtk_icon_theme_load_icon in both GTK+ buildsmonsta1-13/+6
2016-01-27[GTK+3] common: use gtk_widget_get_preferred_sizemonsta1-6/+10
2016-01-27common: fix build warnings about incorrect pointer typesmonsta1-4/+4
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich1-3/+3
2016-01-15[GTK+3] common: use g_object_unref instead of deprecated functionmonsta1-0/+4
2016-01-15[GTK+3] common: fix deprecated usage of GtkMisc, GtkHBox, GtkVBoxmonsta2-1/+33
2016-01-14fix unused variables warning in GTK+3 buildmonsta1-2/+1
2016-01-13common: fix unused variable warning in GTK+3 buildmonsta1-2/+2
2016-01-13common: don't return a value from void function (GTK+3 build only)monsta1-3/+1
2015-12-22Use GDK convenient functionRoy Zhang1-7/+7
Use gdk_x11_get_xatom_by_name (), and take advantage of GDK's caches.
2015-08-03Use GdkVisual accessor functions instead of direct accessinfirit1-1/+1
2015-08-03Fix build on non standard prefixinfirit1-1/+1
Do not include the subdir as we already get the subdir from pkconfig. fixes #171 thanks to Bruno De Fraine
2014-10-06Drop some glib compat checks.infirit2-7/+1
2014-10-03Use Caja GSettings schema optionallyBalló György1-16/+4
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-09-23Update Marco WM nameStefano Karapetsas1-1/+1
After https://github.com/mate-desktop/marco/commit/cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a
2014-05-27Remove deprecated call to g_thread_initinfirit1-1/+0
2014-04-27Add support for metacity-theme-2.xmlStefano Karapetsas1-3/+10
Closes https://github.com/mate-desktop/mate-control-center/issues/92
2014-02-26Use directly GSettings to set marco theme, avoiding libwindow-settingsStefano Karapetsas1-11/+7
Closes https://github.com/mate-desktop/mate-control-center/issues/44
2014-02-18Fix help uri.infirit1-1/+1
2014-02-12MATE Foundation doesnt existStefano Karapetsas2-2/+2
2014-02-04Check missing engine only for GTK2Stefano Karapetsas1-2/+4
2014-01-24Remove all separator occurrencesStefano Karapetsas1-3/+0
2014-01-24common: Add GTK3 supportStefano Karapetsas2-5/+56
2013-11-03Update to new mate-desktop include pathsWilly Sudiarto Raharjo2-2/+2
2013-08-01Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2013-04-03Add support for Compiz 0.9.xStefano Karapetsas1-5/+6
2013-03-25change INCLUDES to AM_CPPFLAGS for automake-1.13raveit1-1/+1
2013-01-02appearance: Set metacity theme if compiz or metacity are runningStefano Karapetsas2-2/+9
2012-10-27migrate keybindings applet to gsettingsStefano Karapetsas3-2/+164