summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13release 1.28.0HEADv1.28.0masterraveit652-2/+7
2024-02-13tx: sync with transifexraveit65105-114/+116
2024-01-23ci: use ubuntu jammy as dockerraveit651-1/+1
2023-09-18Remove weak pointers on disposeAdric Blake4-0/+53
A weak pointer has a callback that will happily overwrite freed object memory if the weakly referenced object outlives the object storing the reference. Remove those callbacks when they are no longer needed.
2023-09-01tx: cleanup configsraveit651-9/+0
2022-11-11release 1.27.0v1.27.0mbkma2-1/+10
2022-11-09tx: sync with transifexmbkma103-318/+319
2022-10-29tx: update resourcembkma1-2/+2
2022-10-28tx: migrate config filembkma2-6/+16
2022-08-04backends: Add missing dependenciesorbea4-1/+6
When building the backends with slibtool they will fail with undefined references to libmatemixer.la. This is because they use -no-undefined which slibtool explicitly supports while GNU libtool will silently ignore it. Gentoo Bug: https://bugs.gentoo.org/785232
2022-02-13ci: drop -Wunused-parameter compiler cflag from debian buildraveit651-1/+1
2021-12-11build: show configure summary using a pretty formatrbuj1-12/+12
2021-08-03release 1.26.0v1.26.0raveit652-1/+7
2021-08-03tx: sync with transifexraveit656-71/+73
2021-08-03travis-Ci: use libera.chat as notification serverraveit651-1/+1
2021-05-29travis-ci: use ubuntu focal as host systemraveit651-1/+1
fixes build issues with fedora:latest (f34) tag.
2021-04-23travis: disable travis builds for ubunturaveit651-1/+1
Sadly, there is a limit for free builds at docker.com See discussion https://github.com/orgs/mate-desktop/teams/core-team/discussions/25
2021-03-08travis: build with mate-common-1.24.2 from reposraveit651-12/+0
2021-02-22tx: use rolling tag for ubunturaveit651-1/+1
2021-02-22tx: temporarily disable build for ArchLinuxraveit651-1/+1
2021-02-02build: set GETTEXT_PACKAGE=AC_PACKAGE_NAMErbuj1-1/+1
2020-12-26alsa: Add udev supportVille Syrjälä3-6/+161
Instead of polling for new devices once per second ask udev to send us events. Avoids waking up the CPU all the time and wasting power. We keep the timeout source as a fallback when udev support is not enabled, or the udev setup fails for whatever reason. The logic for udev_event_ok() was snooped from pulseaudio.
2020-12-08update issue templateraveit651-1/+1
2020-12-08update issue templateraveit651-1/+1
2020-08-18release 1.25.0v1.25.0raveit651-0/+7
2020-08-18tx: sync with transifexraveit6512-29/+33
2020-08-16Travis CI: debian build: add -Wunused-macros to CFLAGSPablo Barciela1-1/+1
2020-08-12pre-bump versionraveit652-1/+3
2020-07-05Use the correct macro for dynamic type's privateMichal Ratajsky1-1/+1
2020-06-29Travis CI: enable irc notifications with tagged commitsPablo Barciela1-1/+1
2020-06-24[ci] fix release tarball on travis CI failedWu Xiaotian1-1/+3
2020-06-17add git.mk to generate .gitignoretamplan1-0/+400
2020-04-19ci: don't run configure with autogen.shraveit651-1/+1
2020-04-19build: silent build warnings for distcheckraveit651-0/+3
2020-04-19Travis CI: enable irc notifications with broken buildsPablo Barciela1-0/+12
2020-04-17Travis CI: debian build: add clang compilerPablo Barciela1-0/+8
2020-04-17Travis CI: debian build: add -Wsign-compare -Wunused-parameter to CFLAGSPablo Barciela1-4/+5
2020-04-10build: do not override the default value for MATE_COMPILE_WARNINGSrbuj1-1/+1
2020-04-07ci: variables, drop obsolete Warn_Cflagsraveit651-1/+0
2020-04-06ci: build with mate-common-1.24.1 tarballraveit651-19/+14
2020-04-06[ci] update build environmentWu Xiaotian1-14/+16
2020-03-28Remove warnings: ignoring #pragma clang diagnostic [-Wunknown-pragmas]rbuj3-9/+0
2020-03-12Travis CI: ubuntu build: add gccPablo Barciela1-0/+1
2020-03-12Travis CI: use Ubuntu devel instead 19.10Pablo Barciela1-2/+1
2020-02-18travis: update config for new travis validationraveit652-131/+132
2020-02-07release 1.24.0v1.24.0raveit652-1/+9
2020-01-24tx: sync with transifexraveit65110-18279/+16630
2019-12-10Fix cppcheck [syntaxError] warningsPablo Barciela30-105/+105
2019-12-08Travis CI: auto deploy gh-pagesPablo Barciela1-1/+34
2019-12-08Travis CI: enable 'cppcheck' in debianPablo Barciela1-0/+4