summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-06-24release 1.25.0v1.25.0raveit651-1/+1
2020-05-26Use rounded values instead of truncate themrbuj1-0/+2
If the decimal value is from .1 to .5, round(arg) returns the integer value less than the argument. Otherwise, if the decimal value is from .6 to .9, it returns the integer value greater than the arg.
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-02-09release 1.24.0v1.24.0raveit651-2/+2
2019-12-06release 1.23.2v1.23.2raveit651-1/+1
2019-10-01Set compiler debug flags using MATE_DEBUG_CHECKrbuj1-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-01Print CFLAGS and WARN_CFLAGS in configure summaryrbuj1-0/+2
2019-10-01Set --enable-compile-warnings=yes by defaultrbuj1-1/+1
2019-10-01Use WARN_CFLAGS which are only set with --enable-compiler-warningsrbuj1-11/+1
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum
2019-09-15build: add --enable-more-warnings configure flagrbuj1-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-14bump LT_VERSION_INFOraveit651-1/+1
see docs: https://www.sourceware.org/autobook/autobook/autobook_61.html#Library-Versioning
2019-06-14libmarco-private: add version informationraveit651-0/+11
2019-06-07release 1.23.1v1.23.1raveit651-1/+1
2019-05-16Migrate from intltool to gettextWu Xiaotian1-3/+2
2019-04-14pre-bump versionraveit651-1/+1
2019-03-28Fix -Werror=cast-function-typerbuj1-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-24release 1.22.0v1.22.0raveit651-2/+2
2019-01-07enable silent output when buildingWu Xiaotian1-0/+1
2018-11-17release 1.21.1v1.21.1raveit651-1/+1
2018-06-14pre-bump versionraveit651-1/+1
2018-01-28release 1.20v1.20.0raveit651-2/+2
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-2/+2
2018-01-23build: drop unneeded pangoxft requirementmonsta1-6/+0
closes https://github.com/mate-desktop/marco/issues/288
2017-12-26release 1.19.2v1.19.2raveit651-1/+1
2017-11-10Make XPresent optionalVictor Kareh1-1/+1
2017-11-10XPresent extension support - first passVictor Kareh1-2/+15
2017-09-04release 1.19.1v1.19.1raveit651-1/+1
2017-03-30pre-bump versionraveit651-1/+1
2017-03-13release 1.18.0v1.18.0raveit651-2/+2
2017-01-17Bump version to 1.17.1v1.17.1Martin Wimpress1-1/+1
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-30/+7
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-06-08release 1.15.0v1.15.0raveit651-2/+2
2016-05-21update to 1.14.2 releasev1.14.2raveit651-1/+1
2016-04-20release 1.14.1v1.14.1monsta1-1/+1
2016-04-06release 1.14.0raveit651-2/+2
2016-02-21release 1.13.1v1.13.1Wolfgang Ulbrich1-1/+1
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich1-2/+2
2015-12-02Bump version to 1.12.1Monsta1-1/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-2/+2
2015-10-26release 1.11.1marco-1.11.1Wolfgang Ulbrich1-1/+1
2015-10-26configure.ac: some cleanupmonsta1-4/+1
2015-10-13update to 1.11.0 releasemarco-1.11.0raveit651-1/+1
2015-10-06pre-bump version to 1.11.0raveit651-1/+1
2015-09-14bump xcomposite required version to 0.3 and simplify codeAlberts Muktupāvels1-1/+1
Version 0.3 is available more then 8 years.
2015-09-06Allow gsettings schema be translatedinfirit1-1/+1
2015-08-25configure.ac: removed suspicious reference to win32monsta1-1/+0
2015-08-20Remove mate-desktop leftovers from configure.acinfirit1-5/+0
2015-08-20configure.ac: drop obsolete macromonsta1-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-11Bump version to 1.10.1marco-1.10.1Martin Wimpress1-1/+1