summaryrefslogtreecommitdiff
path: root/src/core/session.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-06i18n: Use glib's gettext support macrosrbuj1-0/+1
2020-08-04Remove multiple empty linesrbuj1-3/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2019-03-28Improve performance by removing unused assignmentsrbuj1-1/+0
2014-10-24Update meta_show_dialog for gtk's removal of --screeninfirit1-1/+1
gtk3 no longer has the --screen command-line argument, which metacity was passing to zenity. Use --display (with an explicitly-specified screen number) instead. Author: Dan Winship Bug: https://bugzilla.gnome.org/show_bug.cgi?id=687938 Based on metacity commit: 8d19afdcccaec28a5512b0a707d8238b9dd4e2f3
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-130/+130
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-08-01apply Should-set-RestartStyleHint-to-RestartIfRunning-wh.patchraveit651-8/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1831