Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-20 | tx: sync with transifex | raveit65 | 26 | -424/+1310 | |
2020-08-20 | tx: update resource | raveit65 | 1 | -91/+96 | |
2020-07-24 | Travis CI: enable irc notifications with tagged commits | Pablo Barciela | 1 | -1/+1 | |
2020-06-27 | CI: fix typo | raveit65 | 1 | -1/+1 | |
2020-06-27 | CI: fix releasing tarballs | raveit65 | 1 | -1/+3 | |
2020-06-17 | add git.mk to generate .gitignore | tamplan | 8 | -0/+413 | |
2020-05-23 | Fix invalid gnome-logo-white.svg | Luke Horwell | 1 | -12/+7 | |
This prevented the "Floating GNOME" screensaver from working on MATE 1.24 | |||||
2020-04-30 | Travis CI: enable irc notifications with broken builds | Pablo Barciela | 1 | -0/+12 | |
2020-04-30 | Travis CI: debian build: add clang compiler | Pablo Barciela | 1 | -0/+8 | |
2020-04-30 | Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGS | Pablo Barciela | 1 | -4/+6 | |
2020-04-30 | Travis CI: remove patch for debian | Pablo Barciela | 1 | -4/+0 | |
2020-04-21 | ci: don't run configure with autogen.sh | raveit65 | 1 | -1/+1 | |
2020-04-21 | build: silent build warnings for distcheck | raveit65 | 1 | -0/+1 | |
2020-04-19 | gs-lock-plug: remove function casting | rbuj | 1 | -8/+12 | |
2020-04-16 | Remove function casting for g_idle_add (function, data) | rbuj | 6 | -20/+29 | |
2020-04-10 | build: do not override the default value for MATE_COMPILE_WARNINGS | rbuj | 1 | -1/+1 | |
2020-04-09 | Custom background image for lock screen | rbuj | 6 | -5/+102 | |
2020-04-09 | ci: fix a typo | raveit65 | 1 | -1/+1 | |
2020-04-09 | ci: variables, drop obsolete Warn_Cflags | raveit65 | 1 | -1/+0 | |
2020-04-09 | ci: remove --enable-compile-warnings=maximum from autogen.sh command | raveit65 | 1 | -1/+1 | |
2020-04-09 | ci: build with mate-common-1.24.1 tarball | raveit65 | 1 | -3/+3 | |
2020-04-09 | ci: update build environment | raveit65 | 1 | -14/+16 | |
2020-03-21 | Travis CI: ubuntu build: add gcc | Pablo Barciela | 1 | -0/+1 | |
2020-03-21 | Travis CI: use Ubuntu devel instead 19.10 | Pablo Barciela | 1 | -2/+1 | |
2020-03-13 | Remove warnings: cast between incompatible function types | rbuj | 8 | -21/+18 | |
2020-03-13 | Remove warning function declaration isn’t a prototype | rbuj | 1 | -1/+1 | |
2020-03-10 | gs-window-x11: Remove warning "variable ‘widget’ set but not used" | rbuj | 1 | -1/+1 | |
2020-03-09 | floaters: use fabs instead of abs for doubles | rbuj | 1 | -5/+5 | |
2020-02-23 | travis: update config for new travis validation | raveit65 | 2 | -185/+186 | |
2020-02-08 | release 1.24.0v1.24.0 | raveit65 | 2 | -1/+8 | |
2020-02-08 | tx: sync with transifex | raveit65 | 1 | -2/+3 | |
2020-01-24 | tx: sync with transifex | raveit65 | 101 | -20198/+23946 | |
2019-12-13 | gs-theme-engine: avoid redundant redeclarations | Pablo Barciela | 1 | -2/+0 | |
2019-12-11 | Travis CI: add '-Wredundant-decls' to 'CFLAGS' variable | Pablo Barciela | 1 | -1/+1 | |
2019-11-28 | avoid redundant redeclarations | Pablo Barciela | 14 | -28/+2 | |
2019-11-24 | travis ci: drop libXxf86misc-devel BR for fedora:latest | raveit65 | 1 | -1/+0 | |
2019-11-24 | travis ci: use fedora:latest | raveit65 | 1 | -1/+1 | |
2019-11-06 | tx: add fixes to makepot script | raveit65 | 1 | -0/+2 | |
2019-11-06 | tx: remove fuzzy line from resource file | raveit65 | 1 | -1/+0 | |
2019-11-04 | tx: update resource for transifex | raveit65 | 1 | -206/+199 | |
2019-10-29 | travis ci: add autopoint | Wu Xiaotian | 1 | -3/+2 | |
2019-10-29 | migrate from intltool to gettext | Wu Xiaotian | 20 | -70/+172 | |
2019-10-14 | travis: build mate-menus from source is no loger necessary | rbuj | 1 | -20/+0 | |
as of mate-menus 1.21.0 | |||||
2019-10-12 | release 1.23.1v1.23.1 | raveit65 | 2 | -2/+30 | |
2019-10-12 | tx: sync with transifex | raveit65 | 101 | -960/+1467 | |
2019-10-12 | tx: update resource for transifex | raveit65 | 1 | -42/+77 | |
2019-10-12 | travis: build mate-common from tarball | rbuj | 1 | -3/+19 | |
2019-10-12 | Set compiler debug flags / logging with MATE_DEBUG_CHECK | rbuj | 1 | -4/+4 | |
Test: ./autogen.sh --disable-silent-rules --disable-debug --prefix=/usr & make ./autogen.sh --disable-silent-rules --enable-debug --prefix=/usr & make ./autogen.sh --disable-silent-rules --enable-debug=yes/info/profile/no --prefix=/usr & make | |||||
2019-10-12 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -43/+2 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary. Test: ./autogen.sh --disable-silent-rules --enable-compile-warnings=maximum --prefix=/usr && make | |||||
2019-10-10 | Add keywords key to .desktop files | Martin Wimpress | 7 | -0/+14 | |
Taken from downstream Debian patch. Make keyboard translatable. Add translator notes. |