summaryrefslogtreecommitdiff
path: root/plugins/media-keys/msd-media-keys-window.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-23update copyright to 2021raveit651-0/+1
2021-02-23media-keys: Remove conversion warningsrbuj1-15/+15
2019-08-20msd-media-keys-window: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2018-12-05media-keys: Add microphone mute key supportZhang Xianwei1-12/+76
Pressing the microphone mute button now toggles the mute status. Fix https://github.com/mate-desktop/mate-settings-daemon/issues/175 Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: always round the render coordinates for media iconsZhang Xianwei1-4/+4
This ensures the pixbuf is always rendered as crisp as possible. See https://github.com/GNOME/gnome-settings-daemon/commit/a03c072a8241d4d481ee94e5e1ffd829e85271f5 Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: Tweak the OSD's volume bar positionZhang Xianwei1-2/+2
Move it down a little. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: Make icon smaller in OSDZhang Xianwei1-1/+1
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-26media-keys: Use constant for icon size in OSDZhang Xianwei1-4/+6
Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-14media-keys: Add labels for the rfkill OSDZhang Xianwei1-2/+58
Which should hopefully make the icons a bit clearer. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-10media-keys: Remove unuseful show_level argument in ↵Zhang Xianwei1-32/+4
msd_media_keys_window_set_action_custom Since brightness OSD has been moved to m-p-m, there is no any situation to use show_level in msd_media_keys_window_set_action_custom, should remove this argument. Signed-off-by: Zhang Xianwei <[email protected]>
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-52/+0
and require libmatekbd and libmate-desktop >= 1.17
2016-06-07gtk3: progressbar themed backgroundDenis Gorodnichev1-30/+5
2016-06-05GTK+3 media-keys: Port OSD to GtkStyleContextraveit651-0/+57
- Port OSD to GtkStyleContext - Port style_set to style_updated - fixes also a -Wincompatible-pointer-types warning - Use correct argument to GtkStyle functions taken from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?h=gnome-3-0&id=f6e55cb https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=45a88f2 GTK+3 media-keys: fix deprecated gtk_style_context_get_background_color taken from mate-notification-daemon GTK+3 media-keys: do not use hardcoded colors for osd progressbar - If we use the OSD style class let the themes handle that. - drop useless color functions inspired from: https://git.gnome.org/browse/gnome-settings-daemon/commit/?id=a0cefe6
2014-10-09Clean things up a bit, update copyright, remove unused code, fix NEWS and ↵Michal Ratajsky1-4/+0
compiler warnings
2013-07-31Add GTK3 support in OSD windowStefano Karapetsas1-0/+8
2012-10-12fix incorrect FSF addressraveit651-2/+2
2012-02-21gsd to msd complete rename patch by NiceandGently; file rename commithaxar1-0/+714