Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-04-05 | release 1.14 releasev1.14.01.14 | raveit65 | 2 | -2/+2 | |
2016-04-04 | correct NEWS a bit | monsta | 1 | -1/+1 | |
2016-01-24 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-02 | remove references to obsolete MATE components | Monsta | 1 | -1/+1 | |
2015-11-09 | fix tiny typo1.12 | Oz | 1 | -1/+1 | |
2015-10-20 | bump version to 1.12.0v1.12.0 | Clement Lefebvre | 2 | -2/+2 | |
2015-10-20 | Add NEWS for 1.11mate-common-1.11.0 | monsta | 1 | -0/+3 | |
2015-10-20 | update example script from upstream and just mention it in usage.txt | monsta | 2 | -37/+14 | |
(instead of listing the whole script in it) | |||||
2015-10-20 | code-coverage: Support lcov 1.12 | monsta | 1 | -1/+1 | |
2015-10-06 | bump version to 1.11.0 | raveit65 | 2 | -1/+3 | |
2015-04-05 | Bump version to 1.10.0mate-common-1.10.01.10 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-27 | Bump version to 1.9.90mate-common-1.9.90 | Stefano Karapetsas | 2 | -2/+2 | |
2015-01-27 | Update NEWS | Stefano Karapetsas | 1 | -1/+4 | |
2015-01-22 | Add support for automake 1.15 | Stefano Karapetsas | 1 | -10/+11 | |
Closes https://github.com/mate-desktop/mate-applets/issues/122 | |||||
2015-01-12 | Bump version to 1.9.1mate-common-1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |
2014-12-02 | code-coverage: Support lcov 1.11 | infirit | 1 | -1/+1 | |
2014-12-02 | mate-autogen: make program_VERSION a local variable | infirit | 1 | -0/+1 | |
Otherwise we may end up overriding what was manually set in the environment. Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de | |||||
2014-12-02 | mate-autogen: Fix check if stdin is a tty | infirit | 1 | -1/+1 | |
Use the simpler gnome-common check from commit: d98710d08e643fe2e2ba8d56540c350062cf0ecc | |||||
2014-12-02 | mate-autogen.sh: correct IFS value | infirit | 1 | -1/+1 | |
Due to a likely copy-paste mistake, the default value of IFS was being set to 9 spaces instead of a tab and a space. Based on gnome-common commit: fb0e5a9dbed732dd01d245f141ff2beb35689971 | |||||
2014-12-02 | mate-autogen: Check for appdata-xml.m4 with APPDATA_XML | infirit | 1 | -0/+4 | |
Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2 | |||||
2014-12-02 | mate-autogen.sh: run glib-gettexize if using GLib gettext | infirit | 1 | -0/+5 | |
Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820 | |||||
2014-03-17 | Bump version to 1.9.0mate-common-1.9.0 | Stefano Karapetsas | 2 | -1/+5 | |
2014-02-28 | Bump version to 1.8.0mate-common-1.8.01.8 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-14 | Bump version to 1.7.90mate-common-1.7.90 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-14 | Update NEWS | Stefano Karapetsas | 1 | -0/+4 | |
2014-02-14 | configure: Add check-news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-09 | Bump version to 1.7.3mate-common-1.7.3 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-20 | Merge pull request #13 from infirit/master | Stefano Karapetsas | 1 | -1/+1 | |
Fix tty detection for terminal codes. | |||||
2014-01-20 | Fix tty detection for terminal codes. | infirit | 1 | -1/+1 | |
2014-01-18 | Bump version to 1.7.2mate-common-1.7.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-01-04 | Merge pull request #11 from infirit/gnomefixes | Stefano Karapetsas | 6 | -109/+242 | |
Many fixes from gnome-common that are useful for MATE | |||||
2014-01-03 | Read the dirlist file unconditionally | infirit | 1 | -3/+2 | |
Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=799ae3eaebd82f961cbca82325351c3b5db7494c | |||||
2014-01-03 | Better support of using AUTOCONF environment variable | infirit | 1 | -9/+8 | |
Gnome bug url: http://bugzilla.gnome.org/show_bug.cgi?id=510713 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=4bb2a2450f67550ae761c75cb7ff2325bad54c8b | |||||
2014-01-03 | Trace AC_CONFIG_SUBDIRS with autoconf | infirit | 1 | -1/+18 | |
Find configure.ac and configure.in files using the trace functionality of autoconf in order to skip build directories from incomplete make distcheck runs. GNOME bug url: http://bugzilla.gnome.org/show_bug.cgi?id=510713 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=4668cc8250c15119dc7bdbbf842da53f4fe478fe | |||||
2014-01-03 | Check for glibtoolize in gnome-autogen.sh | infirit | 1 | -1/+1 | |
Gnome BUG url: http://bugzilla.gnome.org/show_bug.cgi?id=564558 Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=70422b555f881acc7523818bdea22dea84dd5901 | |||||
2014-01-03 | Fix srcdir!=builddir for Scrollkeeper | infirit | 1 | -3/+7 | |
Gnome BUGS urls: http://bugzilla.gnome.org/show_bug.cgi?id=315320 http://bugzilla.gnome.org/show_bug.cgi?id=409060 http://bugzilla.gnome.org/show_bug.cgi?id=685388 Based on GNOME commits: https://git.gnome.org/browse/gnome-common/commit/?id=1b2fb3fb47405908eb53d0db46329a64a1697a59 https://git.gnome.org/browse/gnome-common/commit/?id=960b1bde8d156f61340500a260402264c5320603 https://git.gnome.org/browse/gnome-common/commit/?id=ee12b92340223bb33b9da232132c44cacecc7968 | |||||
2014-01-03 | mate-autogen: Don't print terminal codes if stdin isn't a tty | infirit | 1 | -2/+7 | |
Otherwise this shows up as garbage in log files. Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=7f977b0214623142819c8b7a08839949fb9f3ec0 | |||||
2014-01-03 | Fix bashisms in mate-autogen | infirit | 1 | -14/+15 | |
Based on GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=101362218645db3f0fbb55e1e6ea80c4bd70f97d | |||||
2014-01-03 | Add code coverage support | infirit | 3 | -1/+170 | |
Add a MATE_CODE_COVERAGE m4 macro to allow projects to easily add code coverage support using lcov. This is heavily based on the code coverage tooling from GLib (LGPLv2.1+), originally written by Patrick Hulin and modified by Matthias Clasen, Stef Walter and Simon McVittie since. Adapted for use in MATE by Sander Sweers. See GNOME commit: https://git.gnome.org/browse/gnome-common/commit/?id=493d55921f26ac3a9a3b7cc33756c88daace329e And follow up commits: https://git.gnome.org/browse/gnome-common/log/macros2/gnome-code-coverage.m4 | |||||
2014-01-03 | macros/mate-autogen: Create m4 directory if it doesnt exits | infirit | 1 | -0/+8 | |
This is a automake bug fixed in automake 1.13.2 Based on gnome commit: https://git.gnome.org/browse/gnome-common/commit/?id=47aa8189803d5f1bf60701f52795ef8735064b6c | |||||
2014-01-03 | mate-autogen.sh: Use autoreconf | infirit | 1 | -76/+7 | |
instead autopoint/libtoolize/autoconf/automake manually Based on gnome-common commits https://git.gnome.org/browse/gnome-common/commit/?id=323bbfe0989405725379cada1aa5cb361fd2999f https://git.gnome.org/browse/gnome-common/commit/?id=ac800833454ab6d38afb288773079b8ad1d5503f | |||||
2014-01-03 | Replace deprecated AC_HELP_STRING with AS_HELP_STRING | infirit | 2 | -5/+5 | |
2013-10-05 | Bump version to 1.7.1mate-common-1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-16 | Replace mate-doc-utils with yelp-tools | Stefano Karapetsas | 1 | -11/+5 | |
2013-07-15 | Bump version to 1.7.0mate-common-1.7.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-15 | Remove obsolete distro folder | Stefano Karapetsas | 3 | -29/+0 | |
2013-07-01 | Merge pull request #8 from MDykstra/master | Stefano Karapetsas | 1 | -9/+10 | |
Automake turned 14 on Arch Linux | |||||
2013-06-30 | Automake turned 14 on Arch Linux | Marcel Dijkstra | 1 | -9/+10 | |
2013-05-12 | Bump version to 1.6.1mate-common-1.6.1 | Stefano Karapetsas | 1 | -2/+2 | |
Switch to make dist |