summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-desktop-item.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10wayland: fix uninitialized variablelukefromdc1-0/+4
We still have sn_display in the runtime checks to determine whether to call the startup notification, so we have to initialize it to NULL in the wayland case
2023-08-11desktop-item: limit startup notification to x11lukefromdc1-46/+52
*Wrap all startup notification calls in x11-only conditional blocks *This is x11-specific code, so don't try to run it outside of x11
2022-08-20mate-desktop-item: time_t mtime -> gint64 mtimerbuj1-5/+5
The timestamp is compared with g_file_info_get_attribute_uint64 in mate_desktop_item_get_file_status (const MateDesktopItem *item)
2022-08-20mate-desktop-item: macro is not used [-Wunused-macros]rbuj1-2/+0
2021-12-11Use a blank line at mostrbuj1-14/+0
2020-03-03Remove warnings: cast between incompatible function typesrbuj1-15/+7
2020-02-16Remove 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