Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-15 | gpm-button: replace deprecated Gdk functions | raveit65 | 1 | -3/+5 | |
2018-03-17 | add missing window icon to About dialogs | monsta | 1 | -0/+1 | |
2018-03-13 | 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 | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 16 | -808/+5 | |
and require mate-panel >= 1.17 | |||||
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 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=ae6370d | |||||
2016-07-25 | Assign names to our idle sources when using newer versions of glib2 | raveit65 | 5 | -7/+23 | |
This makes it possible to profile more accurately using systemtap taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=fbb075b5 | |||||
2016-07-25 | Show the primary device time remaining as the first entry in the context menu | raveit65 | 3 | -0/+83 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=93da9b4 | |||||
2016-07-25 | Do not issue a console warning when laptop batteries are empty | raveit65 | 1 | -0/+6 | |
inspired from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=65752cc | |||||
2016-07-25 | allow non-battery devices to be used for gpm_engine_update_composite_device() | raveit65 | 1 | -2/+14 | |
https://git.gnome.org/browse/gnome-power-manager/commit/?id=2828891 https://git.gnome.org/browse/gnome-power-manager/commit/?id=9b4825b | |||||
2016-07-25 | Reorganize the tray icon code to make it easier for AppIndicator | raveit65 | 1 | -20/+35 | |
support to be patched in taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=9786241 | |||||
2016-07-25 | Add a ::devices-changed signal to GpmEngine that helper code may want | raveit65 | 2 | -0/+11 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f706110 | |||||
2016-07-25 | trivial: provide some text for devices that are not present in ↵ | raveit65 | 1 | -3/+6 | |
gpm_upower_get_device_summary() taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=215f683 | |||||
2016-07-25 | fix code madness | raveit65 | 1 | -2/+0 | |
2016-07-25 | rename a function to match upstream | raveit65 | 5 | -9/+9 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=f2c0409 | |||||
2016-07-25 | GTK+-3 graph-widget: improve expose --> draw changes | raveit65 | 1 | -20/+43 | |
taken from: https://git.gnome.org/browse/gnome-power-manager/commit/?id=cd9255c | |||||
2016-06-21 | drop unused code | monsta | 3 | -371/+0 | |
2016-06-16 | use gtk_show_about_dialog for gtk+-2.0 | raveit65 | 1 | -7/+0 | |
2016-06-16 | GTK+-3 gpm-tray-icon: use About dialog from GTK+ instead of forked one from ↵ | raveit65 | 1 | -13/+19 | |
libmate-desktop | |||||
2016-06-07 | fix having an icon space with having no battery | Sorokin Alexei | 1 | -0/+1 | |
2016-06-07 | rely less on GtkStock | Sorokin Alexei | 10 | -38/+38 | |
2016-06-07 | GTK+3 media-keys: sync code with m-s-d and drop include mate-desktop-utils.h | raveit65 | 3 | -91/+135 | |
This makes gtk3 migration easier as m-p-m use only <libmate-desktop/mate-aboutdialog.h yet. | |||||
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-06-07 | GTK+3: replace gdk_error_trap_pop () with gdk_error_trap_pop_ignored () | raveit65 | 1 | -0/+4 | |
fixes a wunused results warning | |||||
2016-06-07 | GTK+-3 gpm-backlight: replace deprecated gdk_display_get_pointer | raveit65 | 1 | -0/+15 | |
gdk_display_get_pointer --> gdk_device_get_position |