Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-20 | Remove unnecessary cast in g_signal_connect* call | rbuj | 1 | -2/+1 | |
2021-12-16 | Use g_clear_pointer() and g_clear_object() | rbuj | 1 | -5/+3 | |
2021-12-11 | Use a blank line at most | rbuj | 1 | -4/+0 | |
2021-02-07 | Redundant NULL check before freeing a variable | rbuj | 1 | -19/+9 | |
2020-09-07 | Remove variableScope warnings reported by cppcheck | rbuj | 1 | -3/+2 | |
cppcheck --enable=all . 2> err.txt grep variableScope err.txt | |||||
2019-09-14 | clock: avoid deprecated g_type_class_add_private | Wu Xiaotian | 1 | -12/+16 | |
2019-07-05 | Remove trailing whitespaces | Laurent Napias | 1 | -7/+7 | |
2016-02-21 | fix some warnings | Sorokin Alexei | 1 | -4/+3 | |
2015-04-09 | Use g_path_is_absolute(). | Patrick Monnerat | 1 | -1/+1 | |
2015-04-09 | Resolve relative symlink of /etc/localtime This fixes wrong detection of ↵ | Patrick Monnerat | 1 | -0/+16 | |
system timezone under certain circumstances. Example: in Fedora 20, the environment is a follows: a) /etc/localtime symlinks --> ../usr/share/zoneinfo/Europe/Zurich b) /usr/share/zoneinfo contains files with more than 1 hardlink. In example, Europe/Zurich and Europe/Vaduz share the same i-node. - system_timezone_read_etc_localtime_softlink() because the link is relative. - The next algorithms fail because the targeted files do not exist. - system_timezone_read_etc_localtime_hardlink() succeeds, but finds Europe/Vaduz before Europe/Zurich. Thus the detected system timezone is wrong. By resolving a relative /etc/localtime symlink, this patch leads algorithm system_timezone_read_etc_localtime_softlink() to success and therefore proper detection of system timezone. Closes https://patch-diff.githubusercontent.com/raw/mate-desktop/mate-panel/pull/261.patch | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -1/+1 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+1048 | |