summaryrefslogtreecommitdiff
path: root/capplets/common
AgeCommit message (Collapse)AuthorFilesLines
2021-11-07common: fix memory leakrbuj1-0/+1
2021-06-21update copyright to 2021raveit652-0/+2
2021-02-24Missing include guardsrbuj1-0/+5
2021-02-23common: missing include gtkrc-utils.hrbuj1-0/+2
2021-02-16build: allow users to disable gettext support (--disable-nls)rbuj1-2/+4
2020-12-04Use G_BEGIN_DECLS/G_END_DECLS macrosrbuj1-6/+3
2020-12-04Use g_slist_free_fullrbuj2-8/+4
2020-12-01mate-theme-info: remove unused includesrbuj1-5/+3
2020-07-20Remove unused macrosrbuj2-2/+0
2020-07-08Remove unused variable from capplet_notebook_scroll_event_cbrbuj2-2/+3
2020-06-30common: migrate to GDBusWu Xiaotian2-34/+34
2020-04-25mate-theme-info: Use of memory after it is freedrbuj1-2/+1
2020-03-10remove warnings: function declaration isn’t a prototyperbuj1-1/+1
2020-02-06mate-theme-info: fix memory leakrbuj1-16/+18
2020-02-06build: use warning flagsrbuj1-5/+6
2019-12-27Search system themes in system data dirsJosé Romildo Malaquias2-15/+23
2019-07-02 Add scroll tabs with mouse wheel in severals cappletsLaurent Napias2-0/+61
2019-06-18common: Remove capplet-stock-iconsrbuj3-169/+0
2019-06-18Remove trailing whitespacesrbuj3-6/+6
find . -regextype posix-extended -regex '.*\.(c|h|ac)' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
2019-05-16file-transfer-dialog.c: avoid deprecated 'g_type_class_add_private'Wu Xiaotian1-6/+2
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