summaryrefslogtreecommitdiff
path: root/src/msd-osd-window.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29require GTK+ 3.22 and GLib 2.50monsta1-2/+1
and drop additional checks for min/max GLib versions, it's not needed
2017-12-08WidthOfScreen and HeightOfScreen implementationPablo Barciela1-7/+3
This commit reverts: https://github.com/mate-desktop/mate-power-manager/commit/f748d5794f02d02ba949ad1503ed72207efca40c And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-08-08avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+7
2016-12-25Brightness: fix OSD rendering when not compositedlukefromdc1-2/+2
Also add style class msd-osd-window-solid, same as mate-settings-daemon volume control. Based on https://github.com/mate-desktop/mate-settings-daemon/commit/5d580b9985b61a486c8d23eaa34091a14d01b9e0 and https://github.com/mate-desktop/mate-settings-daemon/commit/9aa4c4e379e71ebe8436898a3af61c4c96c9cc8a
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-288/+2
and require mate-panel >= 1.17
2016-11-21fix indent a bitmonsta1-1/+1
2016-06-07GTK+3 media-keys: sync code with m-s-d and drop include mate-desktop-utils.hraveit651-62/+88
This makes gtk3 migration easier as m-p-m use only <libmate-desktop/mate-aboutdialog.h yet.
2016-06-03GTK+3 msd-osd-window: improve style_updated functionraveit651-20/+26
2016-05-31GTK+-3 msd-osd-window: port everything to GtkStyleContextraveit651-11/+29
fixes #188
2016-05-14fix compile error 'Redefinition von widget_class'raveit651-1/+0
2016-05-10gtk3: css themes for MsdOsdWindowDenis Gorodnichev1-8/+38
2014-01-16Copy paste latest OSD code from mate-settings-daemonStefano Karapetsas1-0/+697