summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-23build: Use non-deprecated feature test macrosDmitry Shachnev1-1/+1
_SVID_SOURCE has been deprecated in newer versions of glibc breaking -WError; the recommended replacement of _DEFAULT_SOURCE is fairly new, so switch to _XOPEN_SOURCE instead. Based on mutter commits b159d6a5e17219557574defb6c3788d9b0c39757 and b159d6a5e17219557574defb6c3788d9b0c39757. https://bugzilla.gnome.org/show_bug.cgi?id=763782 taken from: https://git.gnome.org/browse/metacity/commit/?id=56bcf350fb599ec2caf68af4f0f92b1c3999027c
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-3/+0
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-7/+1
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED
2014-10-27don't change use settings by command line argumentDenis Gorodnichev1-1/+1
2014-10-24Remove deprecated glib thread api calls.infirit1-9/+0
Also bump minimum required glib version to 2.32.
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-25/+25
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2014-03-10src/core/main.c sys/wait.h fix #2Robert David1-4/+0
2014-03-10fix core/main.c wait.h on nonlinuxRobert David1-0/+4
2012-11-20Fix deprecations and compile warnings. Clean compileScott Balneaves1-1/+11
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-08-01apply Should-set-RestartStyleHint-to-RestartIfRunning-wh.patchraveit651-3/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+673