summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-desktop-item.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25Remove GTimeVal deprecation warning for GLib 2.61.2+rbuj1-2/+17
2019-03-17[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela1-1/+1
Fixes Clang static analyzer warnings: mate-rr-config.c:549:3: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 strcpy (output->priv->vendor, "???"); ^~~~~~ mate-desktop-item.c:2118:2: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119 strcpy (the_exec, exec); ^~~~~~
2018-08-15mate-desktop-item: replace deprecated gdk_error_trap_push/popraveit651-2/+8
2018-01-27building: remove < gtk+-3.22 bits and bump required gtk+ versionraveit651-7/+0
2017-08-10mate-desktop-item: mate-about: avoid deprecated gtk_show_uriraveit651-0/+7
2017-08-05avoid deprecated gdk_screen_make_display_nameZenWalker1-6/+8
2017-08-05avoid deprecated gdk_screen_get_numberZenWalker1-1/+1
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-8/+0
2016-06-15GTK+3 mate-desktop-item: use gdk_error_trap_pop_ignored()raveit651-0/+4
2015-04-05mate-desktop-item: add a child watch if "do not reap child" flag setMonsta1-1/+16
similar to https://git.gnome.org/browse/gnome-panel/commit/?id=76acc5b avoids double forking with desktop files that have "exec pkexec ..." inside. Closes https://github.com/mate-desktop/mate-desktop/pull/166
2014-03-07Revert "gtk3: GdkRGBA support"Stefano Karapetsas1-4/+0
This reverts commit e95d24559060365eb4fee8154ad82434bf3c8a0a.
2014-02-27gtk3: GdkRGBA supportDenis Gorodnichev1-0/+4
2013-07-24Move include files and remove old libmate and libmateui foldersStefano Karapetsas1-2/+2
2013-07-16Fix gtk3 deprecationStefano Karapetsas1-0/+4
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+3872