summaryrefslogtreecommitdiff
path: root/src/core/util.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-06i18n: Use glib's gettext support macrosrbuj1-0/+2
2020-08-04Remove multiple empty linesrbuj1-1/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2020-08-04Remove trailing spaces/tabsrbuj1-10/+10
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
2020-02-28util: meta_bug raises SIGABRT so it shouldn't returnrbuj1-1/+1
2019-04-11Replace meta_free_gslist_and_elements with g_slist_free_fullrbuj1-6/+0
Use g_slist_free_full
2019-03-28Fix -Werror=cast-function-typerbuj1-4/+1
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-06-05Added hotkey to rename current workspaceFelipe Barriga Richards1-0/+88
2014-10-24Update meta_show_dialog for gtk's removal of --screeninfirit1-5/+3
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-38/+38
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-17Use zenity instead of mate-dialogsStefano Karapetsas1-1/+1
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+641