Age | Commit message (Expand) | Author | Files | Lines |
2019-03-23 | Add conf option to disable warnings for low mouse power | Laine Walker-Avina | 2 | -0/+11 |
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 |
2018-11-27 | media-keys: Tweak the OSD's bright bar position | Zhang Xianwei | 1 | -4/+4 |
2018-11-27 | osd-window: make the window smaller | Zhang Xianwei | 1 | -2/+2 |
2018-11-27 | media-keys: Make icon smaller in OSD | Zhang Xianwei | 1 | -1/+1 |
2018-11-27 | media-keys: Use constant for icon size in OSD | Zhang Xianwei | 1 | -4/+6 |
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 |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 |
2017-12-08 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -7/+3 |
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 |
2017-08-16 | don't abort on unknown DBus signal name | monsta | 1 | -1/+1 |
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 |
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 |
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 |
2017-01-18 | Check both the "Backlight" and "BACKLIGHT" xrandr properties for a backlight. | Matthew Pottage | 1 | -4/+8 |
2017-01-07 | statistics: don't call upower function on a NULL device path | monsta | 1 | -0/+4 |
2016-12-25 | Brightness: fix OSD rendering when not composited | lukefromdc | 1 | -2/+2 |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 16 | -808/+5 |
2016-11-21 | fix indent a bit | monsta | 5 | -5/+5 |
2016-11-21 | add missing #include | monsta | 1 | -0/+2 |
2016-08-01 | update CFLAGS and LIBS, MATE to CAIRO | raveit65 | 1 | -5/+5 |
2016-08-01 | Port from libunique to GtkApplication | Matt Spaulding | 5 | -29/+138 |
2016-07-25 | remove dbus-monitor from tests in make file | raveit65 | 1 | -2/+0 |
2016-07-25 | remove egg-dbus-proxy and use the provided functions in GDBus | raveit65 | 4 | -365/+28 |
2016-07-25 | Assign names to our idle sources when using newer versions of glib2 | raveit65 | 5 | -7/+23 |
2016-07-25 | Show the primary device time remaining as the first entry in the context menu | raveit65 | 3 | -0/+83 |
2016-07-25 | Do not issue a console warning when laptop batteries are empty | raveit65 | 1 | -0/+6 |
2016-07-25 | allow non-battery devices to be used for gpm_engine_update_composite_device() | raveit65 | 1 | -2/+14 |
2016-07-25 | Reorganize the tray icon code to make it easier for AppIndicator | raveit65 | 1 | -20/+35 |
2016-07-25 | Add a ::devices-changed signal to GpmEngine that helper code may want | raveit65 | 2 | -0/+11 |
2016-07-25 | trivial: provide some text for devices that are not present in gpm_upower_get... | raveit65 | 1 | -3/+6 |
2016-07-25 | fix code madness | raveit65 | 1 | -2/+0 |