summaryrefslogtreecommitdiff
path: root/src/core/main.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-07marco: Add cmdline option --no-keybindings for disabling all key bindings ↵Mike Gabriel1-0/+11
directly on WM startup. The marco WM is used in Arctica Greeter [1]. There recently has a security issue been detected where people could open applications via marco keybindings inside the greeter (display manager) session. . A work-around could be evoking marco-message after marco startup and disable all keybindings then. However, a more preferred fix is provided by this patch: start-up marco with keybindings disabled from the beginning.
2021-12-30main: Add short name for version optionrbuj1-1/+1
2021-03-06i18n: Use glib's gettext support macrosrbuj1-0/+2
2021-02-26Remove the copyright information when printing the version from the command linerbuj1-28/+4
2020-08-04Remove multiple empty linesrbuj1-1/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2019-04-23reload icons if icon size preference changedosch1-0/+4
2019-03-28Fix -Werror=cast-function-typerbuj1-2/+4
Bump glib-2 required version to 2.58: G_SOURCE_FUNC https://gitlab.gnome.org/GNOME/glib/commit/039fa6897bb4c5cd30caec8ee3add1a4ef612f76 Build & install:i export CC=gcci export CFLAGS=-Werror=cast-function-type ./autogen.sh --prefix=/usr make clean make sudo make install
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