Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-12 | Add scroll interface tabs with mouse wheel | Laurent Napias | 1 | -0/+75 | |
2018-07-08 | gvc-mixer-dialog.c: avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 1 | -1/+6 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -2/+0 | |
2017-05-10 | mixer-dialog: remove style class .frame from a scrolledwindow | raveit65 | 1 | -1/+1 | |
This removes a double border in application page. As the border is already set by the parent notebook.frame. | |||||
2017-05-10 | mixer-dialog: avoid deprecated GtkAlignment | raveit65 | 1 | -36/+23 | |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -51/+0 | |
and require libmate-desktop >= 1.17 | |||||
2016-04-04 | check for GTK+3 stable release, not development one | monsta | 1 | -1/+1 | |
2016-02-26 | GTK+-3.20: add css name GvcMixerDialog | raveit65 | 1 | -0/+5 | |
2016-01-20 | use GtkBox instead of GtkVBox/GtkHBox in both GTK+ builds | monsta | 1 | -0/+8 | |
and fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build | |||||
2014-11-12 | Improve the Sound effects tab page and code | Michal Ratajsky | 1 | -84/+82 | |
- Do not create the volume slider when not supported by the libmatemixer backend - Remove the add_effects_control function as it does the same as bar_set_stream_control - Move the widget construction code from constructor to its own function - Remove some extraneous variables and improve debugging messages | |||||
2014-11-10 | Adapt to class name change in libmatemixermate-media-1.9.1 | Michal Ratajsky | 1 | -1/+1 | |
2014-11-10 | Improve GvcComboBox and related code | Michal Ratajsky | 1 | -231/+45 | |
The combo box now includes an own reference to MateMixerSwitch. This simplifies GvcMixerDialog and makes the code more readable. This change also includes a fix for oversized profile switch label and asynchronous updates of profile names in the HW tab. | |||||
2014-11-09 | Update according to changes in libmatemixer | Michal Ratajsky | 1 | -9/+7 | |
2014-11-08 | Move some files and directories to better locations | Michal Ratajsky | 1 | -0/+2606 | |
- 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 |