Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-22 | update copyright to 2021 | raveit65 | 1 | -0/+1 | |
2020-07-12 | gpm-kbd-backlight: Remove unused functions | rbuj | 1 | -100/+0 | |
2020-05-25 | gpm-kbd-backlight: do not change keyboard back-light, when disabled | Andrej Valek | 1 | -9/+16 | |
Automatically change keyboard back-light only when enabled on battery. Keep previous brightness level between state change. Signed-off-by: Andrej Valek <[email protected]> | |||||
2020-03-09 | Port from EggDebug to the built-in GLib logging framework | rbuj | 1 | -13/+12 | |
2019-09-26 | drop obsolete version checks for upower | raveit65 | 1 | -9/+2 | |
with required version bump to upower-0.99.8 we don't need them any more. | |||||
2019-08-20 | gpm-kbd-backlight: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2018-08-13 | gpm-kbd-backlight: replace deprecated GDK_DEVICE_MANAGER | raveit65 | 1 | -10/+10 | |
2018-01-29 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -14/+0 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2017-08-24 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 1 | -0/+12 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-16 | don't abort on unknown DBus signal name | monsta | 1 | -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-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -14/+1 | |
and require mate-panel >= 1.17 | |||||
2016-06-07 | GTK+-3 gpm-kbd-backlight: replace deprecated gdk_display_get_pointer | raveit65 | 1 | -0/+15 | |
gdk_display_get_pointer --> gdk_device_get_position | |||||
2016-05-31 | GTK+3: do not use deprecated gtk_widget_size_request | raveit65 | 1 | -1/+6 | |
2015-07-28 | Unable to change keyboard back light #108 | Mikhail Shevtsov | 1 | -0/+5 | |
Fixed issue for laptops with levels less then 10; | |||||
2015-03-19 | removed unused code, corrected indentation | monsta | 1 | -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-09 | port mate-power-manager to upower-0.99 API | Stefan Seyfried | 1 | -0/+8 | |
fix mate-power-manager for current upower versions | |||||
2014-04-09 | avoid "levels is 0" warning if no kbd backlight present | Stefan Seyfried | 1 | -0/+3 | |
2014-03-09 | Merge pull request #60 from Firstyear/master | Stefano Karapetsas | 1 | -49/+0 | |
Add DBUS interface to kbdbacklight control | |||||
2014-01-16 | Copy paste latest OSD code from mate-settings-daemon | Stefano Karapetsas | 1 | -7/+7 | |
2013-06-27 | RHBZ #964678 : Patch that provides DBUS interface to control KbdBacklight. | William Brown | 1 | -49/+0 | |
2013-04-13 | Dont print an error if optional hardware is missing | Stefano Karapetsas | 1 | -1/+2 | |
Closes #54 (https://github.com/mate-desktop/mate-power-manager/issues/54) | |||||
2012-11-21 | This fixes the g_settings issue preventing auto dim of keyboard backlight | William Brown | 1 | -7/+12 | |
2012-11-21 | Added some debuging options | William Brown | 1 | -2/+6 | |
2012-11-21 | Adds on screen display support to keyboard backlight controls | William Brown | 1 | -20/+128 | |
2012-11-14 | Rename some components to mate friendly values | William Brown | 1 | -2/+2 | |
2012-11-11 | Keyboard backlight patches, tested as working against 1.5.0 on F18 | William Brown | 1 | -0/+734 | |