Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-04 | release 1.23.1v1.23.1 | raveit65 | 1 | -1/+1 | |
2019-11-09 | migrate from intltools to gettext | Wu Xiaotian | 1 | -3/+2 | |
2019-10-08 | Use WARN_CFLAGS which are only set with --enable-compiler-warnings | rbuj | 1 | -47/+5 | |
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum. It updates configure summary. | |||||
2019-06-10 | Change url project's website | Laurent Napias | 1 | -1/+1 | |
2019-05-30 | configure.ac: fix typos in var names, portability fixes, etc. | David H. Gutteridge | 1 | -7/+7 | |
2019-04-09 | release 1.23.0v1.23.0 | raveit65 | 1 | -1/+1 | |
2019-03-21 | Allow disabling either statusicon or panelapplet | lukefromdc | 1 | -0/+56 | |
Add --enable-statusicon (yes/no default is yes) and --enable-panelapplet (yes/no default is yes) configuration flags | |||||
2019-02-26 | Convert GtkStatusIcon to real applet | Victor Kareh | 1 | -0/+2 | |
2019-02-24 | release 1.22.0v1.22.0 | raveit65 | 1 | -1/+1 | |
2018-06-15 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-01-28 | release 1.20v1.20.0 | raveit65 | 1 | -1/+1 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -3/+3 | |
2017-09-11 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-04-27 | enable deprecation warnings by default | raveit65 | 1 | -2/+2 | |
We use a lot of deprecated widgets, so this default doesn't make really sense. | |||||
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -53/+12 | |
and require libmate-desktop >= 1.17 | |||||
2016-11-21 | build: require libmatemixer >= 1.10 (first stable release) | monsta | 1 | -1/+1 | |
2016-10-19 | Port from libunique to GApplication and GtkApplication | ZenWalker | 1 | -11/+23 | |
applet-main.c: gtk2 and gtk3 Port to Gapplication based on this gnome-media commits: https://github.com/GNOME/gnome-media/commit/7b5a8127cea09779dd172b0b7598d2ad03b2e47b https://github.com/GNOME/gnome-media/commit/7283e156e0ea1b2d19292a97104b3ad49fc9e693 dialog-main.c: gtk3 Port to Gapplication and GtkApplication I did this implementation Fixes #77 | |||||
2016-09-19 | release 1.16.0v1.16.01.16 | raveit65 | 1 | -1/+1 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 1 | -0/+2 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 1 | -1/+1 | |
2016-04-06 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-02 | Bump version to 1.12.1 | monsta | 1 | -1/+1 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 1 | -1/+1 | |
2015-05-04 | Bump version to 1.10.0mate-media-1.10.0 | Stefano Karapetsas | 1 | -1/+1 | |
2015-04-04 | Bump version to 1.9.90mate-media-1.9.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-11-22 | Bump version to 1.9.2mate-media-1.9.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-11-10 | Bump version and update NEWS | Michal Ratajsky | 1 | -1/+1 | |
2014-11-10 | Remove extraneous variable from configure.acmichal-wip | Michal Ratajsky | 1 | -1/+0 | |
2014-11-10 | Fix look of the peak meter on GTK3 and use a support function from ↵ | Michal Ratajsky | 1 | -1/+1 | |
libmate-desktop instead of custom copy&paste | |||||
2014-11-09 | Update according to changes in libmatemixer | Michal Ratajsky | 1 | -1/+2 | |
2014-11-08 | Move some files and directories to better locations | Michal Ratajsky | 1 | -17/+15 | |
- mate-volume-control/data changed to /data - mate-volume-control/src/* moved to mate-volume-control - sound-theme/sounds changed to /data/sounds - sound-theme/*.{c,h} moved to mate-volume-control - Removed AUTHORS and ChangeLog.pre-2-26 from mate-volume-control | |||||
2014-11-08 | Remove useless checks for Yelp | Michal Ratajsky | 1 | -2/+0 | |
2014-11-03 | Remove some obsolete parts of configure.ac and clean it up a bit | Michal Ratajsky | 1 | -30/+9 | |
2014-11-03 | The sound-theme widget has same dependencies as MVC and is always built, ↵ | Michal Ratajsky | 1 | -21/+0 | |
reflect that in build files. | |||||
2014-11-03 | Remove dependency on PulseAudio and remaining references to it | Michal Ratajsky | 1 | -31/+0 | |
2014-10-16 | Always build mate-volume-control | Stefano Karapetsas | 1 | -22/+25 | |
Bump minimum glib version to 2.36.0 | |||||
2014-10-15 | Fix opening of mate-volume-control from status icon | Stefano Karapetsas | 1 | -1/+1 | |
2014-10-09 | More porting work along with fixes and cleanups | Michal Ratajsky | 1 | -5/+3 | |
2014-10-09 | Initial port of the dialog | Michal Ratajsky | 1 | -1/+1 | |
2014-10-09 | Port applet to libmatemixer | Michal Ratajsky | 1 | -0/+1 | |
2014-10-09 | Kill GStreamer | Michal Ratajsky | 1 | -116/+2 | |
2014-05-06 | Bump version to 1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-03-01 | Bump version to 1.8.0mate-media-1.8.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-24 | Add missing Man pages for binaries | hekel | 1 | -0/+1 | |
Create Makefile for man pages Create mate-volume-control.1 Create mate-volume-control-applet.1 add dir man to mate-media Makefile.am add man/Makefile to mate-media configure.ac | |||||
2014-02-18 | Bump version to 1.7.90mate-media-1.7.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-18 | configure: Add check-news | Stefano Karapetsas | 1 | -1/+1 | |