Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-20 | gpm-load: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+2 | |
2019-08-20 | gpm-brightness: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
2019-08-20 | gpm-manager: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -4/+2 | |
2019-08-20 | gpm-kbd-backlight: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-dpms: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-button: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-backlight: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | egg-idletime: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-graph-widget: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -5/+3 | |
2019-08-20 | gpm-session: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+3 | |
2019-08-20 | gpm-idle: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-08-20 | gpm-control: avoid 'g_type_class_add_private' | Pablo Barciela | 1 | -6/+2 | |
2019-07-24 | gpm-upower: fix some build warnings | raveit65 | 1 | -1/+1 | |
``` gpm-upower.c:222:51: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] gpm-upower.c:222:44: note: add parentheses around left hand side expression to silence this warning 222 | if (state == UP_DEVICE_STATE_CHARGING || !state == UP_DEVICE_STATE_DISCHARGING) { | ^~~~~~ ``` ``` gpm-upower.c:222:53: warning: comparison of constant '2' with boolean expression is always false [-Wbool-compare] 222 | if (state == UP_DEVICE_STATE_CHARGING || (!state) == UP_DEVICE_STATE_DISCHARGING) { | ``` | |||||
2019-07-10 | Add scroll interface tabs with mouse wheel | Laurent Napias | 4 | -22/+98 | |
in preferences and gpm-statistics (mouse-battery) | |||||
2019-06-10 | Change url projet's website | Laurent Napias | 1 | -1/+1 | |
2019-03-23 | Add conf option to disable warnings for low mouse power | Laine Walker-Avina | 2 | -0/+11 | |
On certain mice, they can last several weeks after the first warning on certain kinds of batteries which makes the constant notifications quite annoying. | |||||
2019-02-01 | use libtool generated during build instead of external one | monsta | 1 | -3/+3 | |
2018-11-29 | gpm-control: avoid deprecated 'g_settings_list_schemas' | Pablo Barciela | 1 | -2/+4 | |
2018-11-27 | media-keys: always round the render coordinates for media icons | Zhang Xianwei | 1 | -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-27 | media-keys: Tweak the OSD's bright bar position | Zhang Xianwei | 1 | -4/+4 | |
Move it down a little. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-27 | osd-window: make the window smaller | Zhang Xianwei | 1 | -2/+2 | |
Matches the gnome's mockups better. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-27 | media-keys: Make icon smaller in OSD | Zhang Xianwei | 1 | -1/+1 | |
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-11-27 | media-keys: Use constant for icon size in OSD | Zhang Xianwei | 1 | -4/+6 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-08-13 | gpm-kbd-backlight: replace deprecated GDK_DEVICE_MANAGER | raveit65 | 1 | -10/+10 | |
2018-08-13 | gpm-backlight: replace deprecated GDK_DEVICE_MANAGER | raveit65 | 1 | -10/+10 | |
2018-08-13 | gpm-button: replace deprecated Gdk functions | raveit65 | 1 | -3/+5 | |
2018-08-13 | gpm-brightness: replace deprecated Gdk functions | raveit65 | 1 | -8/+11 | |
2018-03-17 | add missing window icon to About dialogs | monsta | 1 | -0/+1 | |
2018-02-12 | Scale OSD size correctly on HiDPI displays (#246) | Victor Kareh | 1 | -5/+10 | |
2018-02-01 | avoid deprecated GtkStock | Pablo Barciela | 1 | -1/+1 | |
2018-01-29 | require GTK+ 3.22 and GLib 2.50 | monsta | 5 | -42/+1 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-12-08 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -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-11-28 | fix typos in some more comments | monsta | 2 | -4/+4 | |
2017-10-05 | update copyright year | monsta | 1 | -1/+1 | |
2017-08-24 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -0/+24 | |
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 | |||||
2017-08-08 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+7 | |
2017-07-28 | avoid deprecated gdk_display_get_screen | ZenWalker | 1 | -24/+18 | |
2017-07-26 | don't use deprecated gtk_show_uri | raveit65 | 2 | -0/+10 | |
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL | |||||
2017-07-05 | refresh tray icon on icon theme change | monsta | 1 | -0/+23 | |
2017-03-07 | Replace deprecated UPower functions with ConsoleKit2 equivalents | infirit | 4 | -23/+139 | |
This requires ConsoleKit2 0.9.2. + some corrections for issues mentioned at https://github.com/mate-desktop/mate-power-manager/pull/209 | |||||
2017-03-07 | remove some unused dbus-glib includes | monsta | 4 | -5/+0 | |
2017-03-07 | use proper return type and fix a small memleak | monsta | 1 | -2/+4 | |
2017-03-03 | add some missing variable initializations | monsta | 1 | -2/+2 | |
2017-02-01 | build: require xproto >= 7.0.15 and simplify some code | monsta | 1 | -6/+1 | |
2017-01-18 | Merge pull request #153 from mpottage/master | Martin Wimpress | 1 | -4/+8 | |
Check both the "Backlight" and "BACKLIGHT" xrandr properties. | |||||
2017-01-18 | Check both the "Backlight" and "BACKLIGHT" xrandr properties for a backlight. | Matthew Pottage | 1 | -4/+8 | |
Added checking the "Backlight" property. "BACKLIGHT" appears to be the legacy property. This resolves an issue where xbacklight can change the backlight, but mate-power-manager can't. | |||||
2017-01-07 | statistics: don't call upower function on a NULL device path | monsta | 1 | -0/+4 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/139 | |||||
2016-12-25 | Brightness: fix OSD rendering when not composited | lukefromdc | 1 | -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 |