Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-24 | add meson build files to EXTRA_DIST | raveit65 | 1 | -0/+3 | |
2019-10-01 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -1/+3 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum | |||||
2019-07-13 | switch to use meson build system | Wu Xiaotian | 1 | -0/+65 | |
2019-03-28 | Fix -Werror=cast-function-type | rbuj | 1 | -2/+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 | |||||
2019-01-09 | add git.mk to autogenerate .gitignore files | Wu Xiaotian | 1 | -0/+2 | |
2017-12-20 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -6/+5 | |
This commit reverts: https://github.com/mate-desktop/marco/commit/f0541e3dfda29c26fe14c9c9117f95c49006c75c https://github.com/mate-desktop/marco/commit/d18c2fb4acb58c408c01700682b9922de86e8b2f And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_width gdk_screen_height | |||||
2017-08-18 | avoid deprecated gdk_screen_width/height | ZenWalker | 1 | -4/+6 | |
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -24/+0 | |
2015-09-14 | Drop deprecated use of GTK_WIDGET_DRAWABLE, GTK_WIDGET_STATE and ↵ | infirit | 1 | -8/+0 | |
gtk_widget_set_uposition | |||||
2014-11-26 | wm-tester: correct NULL pointer check | monsta | 1 | -1/+1 | |
Closes https://github.com/mate-desktop/marco/pull/144 | |||||
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 1 | -4/+26 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED | |||||
2014-06-26 | Remove all trailing whitespaces in the code tree | Joaquín Ignacio Aramendía | 5 | -121/+121 | |
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i | |||||
2013-11-08 | INCLUDES -> AM_CPPFLAGS | infirit | 1 | -2/+2 | |
2013-10-26 | Starting to add GTK3 support | Laszlo Boros | 1 | -0/+4 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-01-30 | removing autogenerated files | Perberos | 1 | -574/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 7 | -0/+1582 | |