summaryrefslogtreecommitdiff
path: root/src/gpm-kbd-backlight.c
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+12
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point
2017-08-16don't abort on unknown DBus signal namemonsta1-1/+1
it's external data, so it's not very clever to put assert on it same as done in: https://github.com/mate-desktop/mate-panel/commit/40b31b2117f8a1776d2f23d97c60547c3c5a70e4
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-14/+1
and require mate-panel >= 1.17
2016-06-07GTK+-3 gpm-kbd-backlight: replace deprecated gdk_display_get_pointerraveit651-0/+15
gdk_display_get_pointer --> gdk_device_get_position
2016-05-31GTK+3: do not use deprecated gtk_widget_size_requestraveit651-1/+6
2015-07-28Unable to change keyboard back light #108Mikhail Shevtsov1-0/+5
Fixed issue for laptops with levels less then 10;
2015-03-19removed unused code, corrected indentationmonsta1-13/+5
the code seems to be unused since https://github.com/mate-desktop/mate-power-manager/commit/8767ffb8172c1e9ae4410226ac4015309bc03f7f Closes https://github.com/mate-desktop/mate-power-manager/pull/136
2014-04-09port mate-power-manager to upower-0.99 APIStefan Seyfried1-0/+8
fix mate-power-manager for current upower versions
2014-04-09avoid "levels is 0" warning if no kbd backlight presentStefan Seyfried1-0/+3
2014-03-09Merge pull request #60 from Firstyear/masterStefano Karapetsas1-49/+0
Add DBUS interface to kbdbacklight control
2014-01-16Copy paste latest OSD code from mate-settings-daemonStefano Karapetsas1-7/+7
2013-06-27RHBZ #964678 : Patch that provides DBUS interface to control KbdBacklight.William Brown1-49/+0
2013-04-13Dont print an error if optional hardware is missingStefano Karapetsas1-1/+2
Closes #54 (https://github.com/mate-desktop/mate-power-manager/issues/54)
2012-11-21This fixes the g_settings issue preventing auto dim of keyboard backlightWilliam Brown1-7/+12
2012-11-21Added some debuging optionsWilliam Brown1-2/+6
2012-11-21Adds on screen display support to keyboard backlight controlsWilliam Brown1-20/+128
2012-11-14Rename some components to mate friendly valuesWilliam Brown1-2/+2
2012-11-11Keyboard backlight patches, tested as working against 1.5.0 on F18William Brown1-0/+734