Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-30 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -18/+0 | |
2018-01-12 | remove some leftovers related to MacOS support O_o | monsta | 1 | -9/+0 | |
2018-01-12 | theme-thumbnail.c: Fix build warnings with ‘write’ and ‘pipe’: | Pablo Barciela | 1 | -17/+55 | |
ignoring return value declared with attribute warn_unused_result | |||||
2017-12-15 | Add the support for cursor sizes of 96 and 128. It could be useful for ↵ | Alex ARNAUD | 1 | -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-24 | capplet-util: don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+8 | |
2017-03-13 | theme-thumbnail: avoid deprecated GtkAlignment | raveit65 | 1 | -4/+4 | |
2017-02-17 | file-transfer-dialog: remove empty GtkTable | raveit65 | 1 | -6/+0 | |
2016-12-02 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -207/+5 | |
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17 | |||||
2016-11-02 | build: require XCursor unconditionally | monsta | 2 | -135/+1 | |
and drop bundled cursor files (.pcf) - they are not used at all when XCursor library is in use | |||||
2016-10-19 | GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now) | monsta | 1 | -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-13 | drop dconf 0.10 compatibility (it's ancient) | monsta | 1 | -12/+0 | |
2016-07-13 | drop unused includes | monsta | 1 | -1/+0 | |
2016-07-02 | GTK+-3 mate-theme-info: port GdkColor to GdkRGBA | raveit65 | 2 | -0/+36 | |
2016-02-03 | drop "Ubuntu hacks" because Ubuntu dropped that stuff long ago | monsta | 1 | -8/+0 | |
see https://bugs.launchpad.net/bugs/744993 | |||||
2016-01-28 | use offscreen windows for previews | Denis Gorodnichev | 1 | -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-27 | common: use gtk_icon_theme_load_icon in both GTK+ builds | monsta | 1 | -13/+6 | |
2016-01-27 | [GTK+3] common: use gtk_widget_get_preferred_size | monsta | 1 | -6/+10 | |
2016-01-27 | common: fix build warnings about incorrect pointer types | monsta | 1 | -4/+4 | |
2016-01-26 | GTK3: improve GtkMisc deprecation commit | Wolfgang Ulbrich | 1 | -3/+3 | |
2016-01-15 | [GTK+3] common: use g_object_unref instead of deprecated function | monsta | 1 | -0/+4 | |
2016-01-15 | [GTK+3] common: fix deprecated usage of GtkMisc, GtkHBox, GtkVBox | monsta | 2 | -1/+33 | |
2016-01-14 | fix unused variables warning in GTK+3 build | monsta | 1 | -2/+1 | |
2016-01-13 | common: fix unused variable warning in GTK+3 build | monsta | 1 | -2/+2 | |
2016-01-13 | common: don't return a value from void function (GTK+3 build only) | monsta | 1 | -3/+1 | |
2015-12-22 | Use GDK convenient function | Roy Zhang | 1 | -7/+7 | |
Use gdk_x11_get_xatom_by_name (), and take advantage of GDK's caches. | |||||
2015-08-03 | Use GdkVisual accessor functions instead of direct access | infirit | 1 | -1/+1 | |
2015-08-03 | Fix build on non standard prefix | infirit | 1 | -1/+1 | |
Do not include the subdir as we already get the subdir from pkconfig. fixes #171 thanks to Bruno De Fraine | |||||
2014-10-06 | Drop some glib compat checks. | infirit | 2 | -7/+1 | |
2014-10-03 | Use Caja GSettings schema optionally | Balló György | 1 | -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-23 | Update Marco WM name | Stefano Karapetsas | 1 | -1/+1 | |
After https://github.com/mate-desktop/marco/commit/cbf24f5d78719b930fc0cd6c0c80e00e9d62c95a | |||||
2014-05-27 | Remove deprecated call to g_thread_init | infirit | 1 | -1/+0 | |
2014-04-27 | Add support for metacity-theme-2.xml | Stefano Karapetsas | 1 | -3/+10 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/92 | |||||
2014-02-26 | Use directly GSettings to set marco theme, avoiding libwindow-settings | Stefano Karapetsas | 1 | -11/+7 | |
Closes https://github.com/mate-desktop/mate-control-center/issues/44 | |||||
2014-02-18 | Fix help uri. | infirit | 1 | -1/+1 | |
2014-02-12 | MATE Foundation doesnt exist | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-04 | Check missing engine only for GTK2 | Stefano Karapetsas | 1 | -2/+4 | |
2014-01-24 | Remove all separator occurrences | Stefano Karapetsas | 1 | -3/+0 | |
2014-01-24 | common: Add GTK3 support | Stefano Karapetsas | 2 | -5/+56 | |
2013-11-03 | Update to new mate-desktop include paths | Willy Sudiarto Raharjo | 2 | -2/+2 | |
2013-08-01 | Use yelp-tools instead of mate-doc-utils | infirit | 1 | -1/+1 | |
2013-04-03 | Add support for Compiz 0.9.x | Stefano Karapetsas | 1 | -5/+6 | |
2013-03-25 | change INCLUDES to AM_CPPFLAGS for automake-1.13 | raveit | 1 | -1/+1 | |
2013-01-02 | appearance: Set metacity theme if compiz or metacity are running | Stefano Karapetsas | 2 | -2/+9 | |
2012-10-27 | migrate keybindings applet to gsettings | Stefano Karapetsas | 3 | -2/+164 | |
2012-10-22 | migrate common stuff to gsettings | Stefano Karapetsas | 7 | -2061/+64 | |
2012-08-02 | Fixed incorrect fsf address. | Steve Zesch | 12 | -23/+23 | |
2012-06-28 | reverted patch to avoid missing theme warningmate-control-center-1.3.0 | Stefano Karapetsas | 1 | -23/+0 | |
- now debian/ubuntu completed multiarch transition, so gtk engines are only in 1 folder - this patch cause a 64bit warning on opensuse | |||||
2012-05-23 | only depend on gmodule-2.0 if it exists | Marcel Dijkstra | 1 | -1/+2 | |
2012-02-22 | g_get_user_config_dir() would be better ↵ | Perberos | 1 | -1/+6 | |
(https://github.com/mate-desktop/mate-panel/issues/8) | |||||
2011-12-08 | removing deprecated GDK_DISPLAY() | Perberos | 2 | -14/+14 | |