Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-29 | gvc-channel-bar: remove unused struct member | Pablo Barciela | 1 | -1/+0 | |
2019-10-29 | gvc-channel-bar: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -8/+2 | |
2019-07-27 | Scroll volume in configurable steps same as media-keys | gm10 | 1 | -9/+17 | |
and don't hardcode default value | |||||
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -12/+0 | |
2017-04-30 | gvc-channel-bar: avoid deprecated Gtk_Alignment | raveit65 | 1 | -11/+6 | |
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. | |||||
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -44/+3 | |
and require libmate-desktop >= 1.17 | |||||
2016-02-04 | GTK+3:fix GtkMisc deprecations for < gtk+-3.16 | Wolfgang Ulbrich | 1 | -4/+10 | |
2016-01-20 | fix conditions for GtkMisc deprecations | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-01-20 | [GTK+3] fix deprecated usage of GtkMisc | monsta | 1 | -4/+27 | |
2016-01-20 | use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds | monsta | 1 | -4/+0 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build | |||||
2014-11-08 | Move some files and directories to better locations | Michal Ratajsky | 1 | -0/+1158 | |
- 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 |