Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-08-11 | desktop-item: limit startup notification to x11 | lukefromdc | 1 | -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-20 | mate-desktop-item: time_t mtime -> gint64 mtime | rbuj | 1 | -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-20 | mate-desktop-item: macro is not used [-Wunused-macros] | rbuj | 1 | -2/+0 | |
2021-12-11 | Use a blank line at most | rbuj | 1 | -14/+0 | |
2020-03-03 | Remove warnings: cast between incompatible function types | rbuj | 1 | -15/+7 | |
2020-02-16 | Remove GTimeVal deprecation warning for GLib 2.61.2+ | rbuj | 1 | -2/+17 | |
2019-03-17 | [Security] Use 'g_strlcpy' instead of 'strcpy' | Pablo Barciela | 1 | -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-15 | mate-desktop-item: replace deprecated gdk_error_trap_push/pop | raveit65 | 1 | -2/+8 | |
2018-01-27 | building: remove < gtk+-3.22 bits and bump required gtk+ version | raveit65 | 1 | -7/+0 | |
2017-08-10 | mate-desktop-item: mate-about: avoid deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-08-05 | avoid deprecated gdk_screen_make_display_name | ZenWalker | 1 | -6/+8 | |
2017-08-05 | avoid deprecated gdk_screen_get_number | ZenWalker | 1 | -1/+1 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -8/+0 | |
2016-06-15 | GTK+3 mate-desktop-item: use gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+4 | |
2015-04-05 | mate-desktop-item: add a child watch if "do not reap child" flag set | Monsta | 1 | -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-07 | Revert "gtk3: GdkRGBA support" | Stefano Karapetsas | 1 | -4/+0 | |
This reverts commit e95d24559060365eb4fee8154ad82434bf3c8a0a. | |||||
2014-02-27 | gtk3: GdkRGBA support | Denis Gorodnichev | 1 | -0/+4 | |
2013-07-24 | Move include files and remove old libmate and libmateui folders | Stefano Karapetsas | 1 | -2/+2 | |
2013-07-16 | Fix gtk3 deprecation | Stefano Karapetsas | 1 | -0/+4 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+3872 | |