Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-11 | release 1.27.0v1.27.0 | mbkma | 1 | -1/+1 | |
2022-11-07 | replace _NET_WM_PID with XResGetClientPid (#741) | Jan Novotný | 1 | -1/+1 | |
window-props: use XResQueryClientIds to get pid _NET_WM_PID is unreliable! It can be faked or pid might be from different namespace. Ignore _NET_WM_PID and use XResQueryClientIds to get pid. https://gitlab.gnome.org/GNOME/metacity/-/commit/bcbe966511362a8eb8c8c64035ab160086c931f8 | |||||
2021-08-04 | release 1.26.0v1.26.0 | raveit65 | 1 | -2/+2 | |
2021-06-04 | release 1.25.1v1.25.1 | raveit65 | 1 | -1/+1 | |
2021-02-15 | build: show verbose logging and debug status in configuration summary | rbuj | 1 | -0/+2 | |
2021-02-15 | build: by default disable also the verbose mode for autoconf | rbuj | 1 | -3/+3 | |
2020-06-24 | release 1.25.0v1.25.0 | raveit65 | 1 | -1/+1 | |
2020-05-26 | Use rounded values instead of truncate them | rbuj | 1 | -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-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-02-09 | release 1.24.0v1.24.0 | raveit65 | 1 | -2/+2 | |
2019-12-06 | release 1.23.2v1.23.2 | raveit65 | 1 | -1/+1 | |
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 | |