Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-01 | Set compiler debug flags using MATE_DEBUG_CHECK | rbuj | 1 | -1/+1 | |
--enable-debug=yes/info/profile/no By default, compiler debug flags are disabled. Test: $ ./autogen.sh && grep "^CFLAGS" config.log CFLAGS=' -Wall -Wcast-align -Wchar-subscripts -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Wshadow' $ ./autogen.sh --enable-debug && grep "^CFLAGS" config.log CFLAGS=' -g -O0 -Wall -Wcast-align -Wchar-subscripts -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Wshadow' | |||||
2019-10-01 | Print CFLAGS and WARN_CFLAGS in configure summary | rbuj | 1 | -0/+2 | |
2019-10-01 | Set --enable-compile-warnings=yes by default | rbuj | 1 | -1/+1 | |
2019-10-01 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -11/+1 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum | |||||
2019-09-15 | build: add --enable-more-warnings configure flag | rbuj | 1 | -75/+9 | |
- Remove -ansi from CFLAGS. - By default, CFLAGS: -Wall -Wcast-align -Wchar-subscripts -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-compare -Wshadow - If --enable-more-warnings, add -Wextra to CFLAGS. - Requires autoconf-archive package. | |||||
2019-06-14 | bump LT_VERSION_INFO | raveit65 | 1 | -1/+1 | |
see docs: https://www.sourceware.org/autobook/autobook/autobook_61.html#Library-Versioning | |||||
2019-06-14 | libmarco-private: add version information | raveit65 | 1 | -0/+11 | |
2019-06-07 | release 1.23.1v1.23.1 | raveit65 | 1 | -1/+1 | |
2019-05-16 | Migrate from intltool to gettext | Wu Xiaotian | 1 | -3/+2 | |
2019-04-14 | pre-bump version | raveit65 | 1 | -1/+1 | |
2019-03-28 | Fix -Werror=cast-function-type | rbuj | 1 | -1/+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-02-24 | release 1.22.0v1.22.0 | raveit65 | 1 | -2/+2 | |
2019-01-07 | enable silent output when building | Wu Xiaotian | 1 | -0/+1 | |
2018-11-17 | release 1.21.1v1.21.1 | raveit65 | 1 | -1/+1 | |
2018-06-14 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-01-28 | release 1.20v1.20.0 | raveit65 | 1 | -2/+2 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+2 | |
2018-01-23 | build: drop unneeded pangoxft requirement | monsta | 1 | -6/+0 | |
closes https://github.com/mate-desktop/marco/issues/288 | |||||
2017-12-26 | release 1.19.2v1.19.2 | raveit65 | 1 | -1/+1 | |
2017-11-10 | Make XPresent optional | Victor Kareh | 1 | -1/+1 | |
2017-11-10 | XPresent extension support - first pass | Victor Kareh | 1 | -2/+15 | |
2017-09-04 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -2/+2 | |
2017-01-17 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 1 | -1/+1 | |
2016-10-15 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -30/+7 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 1 | -2/+2 | |
2016-05-21 | update to 1.14.2 releasev1.14.2 | raveit65 | 1 | -1/+1 | |
2016-04-20 | release 1.14.1v1.14.1 | monsta | 1 | -1/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -2/+2 | |
2016-02-21 | release 1.13.1v1.13.1 | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -2/+2 | |
2015-12-02 | Bump version to 1.12.1 | Monsta | 1 | -1/+1 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -2/+2 | |
2015-10-26 | release 1.11.1marco-1.11.1 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-26 | configure.ac: some cleanup | monsta | 1 | -4/+1 | |
2015-10-13 | update to 1.11.0 releasemarco-1.11.0 | raveit65 | 1 | -1/+1 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 1 | -1/+1 | |
2015-09-14 | bump xcomposite required version to 0.3 and simplify code | Alberts Muktupāvels | 1 | -1/+1 | |
Version 0.3 is available more then 8 years. | |||||
2015-09-06 | Allow gsettings schema be translated | infirit | 1 | -1/+1 | |
2015-08-25 | configure.ac: removed suspicious reference to win32 | monsta | 1 | -1/+0 | |
2015-08-20 | Remove mate-desktop leftovers from configure.ac | infirit | 1 | -5/+0 | |
2015-08-20 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-06-11 | Bump version to 1.10.1marco-1.10.1 | Martin Wimpress | 1 | -1/+1 | |
2015-04-06 | Bump version to 1.10.0marco-1.10.0 | Stefano Karapetsas | 1 | -2/+2 | |
2015-04-04 | silent automake-1.14 | No_name | 1 | -1/+1 | |
silent automake warnings about subdir warnings Closes https://github.com/mate-desktop/marco/pull/186 | |||||
2015-02-25 | Bump version to 1.9.90marco-1.9.90 | Stefano Karapetsas | 1 | -1/+1 | |
2015-01-14 | Bump version to 1.9.4marco-1.9.4 | Stefano Karapetsas | 1 | -1/+1 | |
2014-11-25 | merge metacity(gtk3) changes | Denis Gorodnichev | 1 | -0/+5 | |
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED |