Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-28 | applet: round volume in popup of status icon | Moritz Bruder | 1 | -4/+4 | |
Most of the time the value was off almost 1 percent. | |||||
2017-04-28 | applet: fix minor rounding mistakes | Moritz Bruder | 1 | -1/+9 | |
The chosen volume step increment isn't necessarily an integer. The volume however is stored as integer. Whenever the volume is synced back from the mixer decimal digits may be cut off behind the dot. This commit tries to counteract the effect by rounding to hundreths of the maximum volume when syncing back from the mixer. As the volume is shown in percent the new behavior should be more reasonable to the user. There are no more irregular jumps and there is no additional 99% step. | |||||
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 | 2 | -1/+3 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 104 | -9860/+10429 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -7/+10 | |
2017-01-13 | Update mate-media NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -61/+41 | |
formatting. This will make generating release announcements easier. | |||||
2016-11-24 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+6 | |
2016-11-24 | sync with transifex | raveit65 | 12 | -46/+48 | |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 14 | -467/+26 | |
and require libmate-desktop >= 1.17 | |||||
2016-11-21 | build: require libmatemixer >= 1.10 (first stable release) | monsta | 1 | -1/+1 | |
2016-10-19 | drop ancient NEWS.GNOME | monsta | 1 | -1250/+0 | |
2016-10-19 | fix indent | monsta | 2 | -45/+45 | |
2016-10-19 | Port from libunique to GApplication and GtkApplication | ZenWalker | 3 | -15/+91 | |
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-09-18 | update NEWS for 1.16 | monsta | 1 | -1/+9 | |
2016-09-18 | sync with Transifex | monsta | 6 | -137/+144 | |
2016-08-12 | GTK+-3.20 levelbar: set css name gvc-level-bar | raveit65 | 1 | -0/+3 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 2 | -1/+4 | |
2016-07-07 | po: drop languages not present on Transifex | monsta | 3 | -3887/+0 | |
2016-06-21 | po: actually add a new language from Transifex | monsta | 1 | -0/+1 | |
2016-06-08 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+7 | |
2016-06-08 | sync with Transiflex | raveit65 | 11 | -47/+508 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+6 | |
2016-04-06 | release 1.14.0 | raveit65 | 2 | -2/+3 | |
2016-04-06 | Add Changelog generation | raveit65 | 1 | -14/+9 | |
2016-04-06 | add new languages and sync with transiflex | raveit65 | 86 | -22801/+17992 | |
2016-04-04 | update NEWS | monsta | 1 | -1/+3 | |
2016-04-04 | check for GTK+3 stable release, not development one | monsta | 1 | -1/+1 | |
2016-02-26 | GTK+3: Get values from GtkStyleContext states properly | raveit65 | 1 | -6/+10 | |
2016-02-26 | GTK+-3.20: add css name GvcMixerDialog | raveit65 | 1 | -0/+5 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 22 | -3450/+5213 | |
2016-02-04 | GTK+3:fix GtkMisc deprecations for < gtk+-3.16 | Wolfgang Ulbrich | 1 | -4/+10 | |
2016-01-24 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-20 | fix conditions for GtkMisc deprecations | Wolfgang Ulbrich | 3 | -3/+3 | |
2016-01-20 | [GTK+3] fix deprecated usage of GtkMisc | monsta | 3 | -4/+38 | |
2016-01-20 | use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds | monsta | 9 | -50/+9 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build | |||||
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+5 | |
2015-12-02 | Bump version to 1.12.1 | monsta | 2 | -1/+8 | |
2015-11-18 | Don't remove slider background | György Balló | 1 | -1/+0 | |
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way. | |||||
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 6 | -0/+2758 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+1 | |
2015-10-27 | minor corrections in NEWS | monsta | 1 | -1/+1 | |
2015-10-14 | use mate-panel-applet-slider as style class | raveit65 | 1 | -1/+1 | |
2015-10-14 | release 1.11.0mate-media-1.11.0 | raveit65 | 1 | -0/+1 | |
2015-10-13 | GTK3: Support custom panel themes and transparency | lukefromdc | 1 | -1/+27 | |
This adds support for custom panel themes using the .mate-panel-menu-bar selector to control child widgets. The menus are controllled by .mate-panel-menu-bar .menu and most of the slider theme is that of the frame it is drawn in. The .mate-panel-menu-bar .frame selector will theme this frame, there is also an inner frame in the layout which will follow .mate-panel-menu-bar .frame .frame and otherwise display a second time anything specified in .mate-panel-menu-bar .frame. In most cases that can simply be set transparent. Themes can use alpha values for both menus and slider backgrounds. | |||||
2015-10-07 | Add NEWS for 1.11.0 | monsta | 1 | -0/+4 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+5 | |