Age | Commit message (Expand) | Author | Files | Lines |
2021-02-24 | Missing include guards | rbuj | 1 | -0/+5 |
2021-02-23 | common: missing include gtkrc-utils.h | rbuj | 1 | -0/+2 |
2021-02-16 | build: allow users to disable gettext support (--disable-nls) | rbuj | 1 | -2/+4 |
2020-12-04 | Use G_BEGIN_DECLS/G_END_DECLS macros | rbuj | 1 | -6/+3 |
2020-12-04 | Use g_slist_free_full | rbuj | 2 | -8/+4 |
2020-12-01 | mate-theme-info: remove unused includes | rbuj | 1 | -5/+3 |
2020-07-20 | Remove unused macros | rbuj | 2 | -2/+0 |
2020-07-08 | Remove unused variable from capplet_notebook_scroll_event_cb | rbuj | 2 | -2/+3 |
2020-06-30 | common: migrate to GDBus | Wu Xiaotian | 2 | -34/+34 |
2020-04-25 | mate-theme-info: Use of memory after it is freed | rbuj | 1 | -2/+1 |
2020-03-10 | remove warnings: function declaration isn’t a prototype | rbuj | 1 | -1/+1 |
2020-02-06 | mate-theme-info: fix memory leak | rbuj | 1 | -16/+18 |
2020-02-06 | build: use warning flags | rbuj | 1 | -5/+6 |
2019-12-27 | Search system themes in system data dirs | José Romildo Malaquias | 2 | -15/+23 |
2019-07-02 | Add scroll tabs with mouse wheel in severals capplets | Laurent Napias | 2 | -0/+61 |
2019-06-18 | common: Remove capplet-stock-icons | rbuj | 3 | -169/+0 |
2019-06-18 | Remove trailing whitespaces | rbuj | 3 | -6/+6 |
2019-05-16 | file-transfer-dialog.c: avoid deprecated 'g_type_class_add_private' | Wu Xiaotian | 1 | -6/+2 |
2018-12-30 | capplets/mouse: .svg files instead .png in doubleclick artwork | Pablo Barciela | 1 | -3/+3 |
2018-06-10 | wm-common: replace deprecated gdk_error_trap functions | raveit65 | 1 | -8/+12 |
2018-04-25 | Change cursor-size to 24px | Victor Kareh | 1 | -7/+3 |
2018-03-27 | Scale cursor size for HiDPI when changing themes | Victor Kareh | 1 | -0/+4 |
2018-02-17 | theme-thumbnail.c: avoid deprecated GtkButton:use-stock | Pablo Barciela | 1 | -10/+4 |
2018-02-12 | avoid deprecated GtkStock | Pablo Barciela | 3 | -17/+29 |
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 |
2017-12-15 | Add the support for cursor sizes of 96 and 128. It could be useful for low-vi... | Alex ARNAUD | 1 | -1/+1 |
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 |
2016-11-02 | build: require XCursor unconditionally | monsta | 2 | -135/+1 |
2016-10-19 | GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now) | monsta | 1 | -0/+5 |
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 |
2016-01-28 | use offscreen windows for previews | Denis Gorodnichev | 1 | -25/+46 |
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 |
2015-08-03 | Use GdkVisual accessor functions instead of direct access | infirit | 1 | -1/+1 |