Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-10-09 | Fix spelling and grammar mistakes | rbuj | 1 | -7/+7 | |
2018-10-07 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-04 | tx: add m-p-m user-guide to transifex config | raveit65 | 4 | -19/+819 | |
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-06-23 | release 1.21.0v1.21.0 | raveit65 | 1 | -0/+7 | |
2018-06-23 | sync with transifex | raveit65 | 125 | -13638/+110924 | |
2018-06-16 | pre-bump version | raveit65 | 2 | -1/+3 | |
2018-05-02 | inhibit: always scale icon to match panel size | lukefromdc | 1 | -12/+1 | |
2018-04-30 | Inhibit Applet: Fix excessive CPU use | lukefromdc | 1 | -129/+49 | |
Fix https://github.com/mate-desktop/mate-power-manager/issues/248 Use code from GNOME version to draw icon. The code from gnome-applets/inhibit uses a GtkImage to draw the icon but does not constantly re-run gtk_widget_show so it works without loading down the CPU | |||||
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-17 | add missing window icon to About dialogs | monsta | 3 | -0/+5 | |
2018-03-17 | tx: add makepot and .pot files | raveit65 | 2 | -0/+2268 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-02-12 | Scale OSD size correctly on HiDPI displays (#246) | Victor Kareh | 1 | -5/+10 | |
2018-02-09 | Grammar fix | Jack Steele | 1 | -1/+1 | |
"you do will not" -> "you will not" | |||||
2018-02-06 | update NEWS for 1.20 releasev1.20.0 | raveit65 | 1 | -5/+6 | |
2018-02-06 | sync with transifex | raveit65 | 2 | -8/+8 | |
2018-02-01 | avoid deprecated GtkStock | Pablo Barciela | 3 | -5/+5 | |
2018-01-29 | release 1.20 | raveit65 | 2 | -1/+9 | |
2018-01-29 | sync with transifex | raveit65 | 88 | -423/+2701 | |
2018-01-29 | require GTK+ 3.22 and GLib 2.50 | monsta | 8 | -60/+5 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2018-01-24 | inhibit: fix error that spammed logs from previous commit | lukefromdc | 1 | -1/+1 | |
2018-01-23 | inhibit applet: fix rendering of icon | lukefromdc | 1 | -41/+13 | |
Stop failure to redraw on system panel background by using a GtkImage to render the icon | |||||
2018-01-09 | update copyright year to 2018 | monsta | 3 | -3/+3 | |
2017-12-27 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+8 | |
2017-12-27 | sync with transifex | raveit65 | 85 | -132/+140 | |
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-11-27 | Correct spelling mistake. | Edward Betts | 1 | -1/+1 | |
2017-11-01 | sync with Transifex | monsta | 8 | -303/+315 | |
2017-10-11 | release 1.19.0v1.19.0 | raveit65 | 1 | -0/+12 | |
2017-10-11 | sync with transifex | raveit65 | 85 | -8366/+8376 | |
2017-10-05 | update copyright year | monsta | 3 | -3/+3 | |
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 | 4 | -0/+18 | |
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL | |||||
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-05 | refresh tray icon on icon theme change | monsta | 1 | -0/+23 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-28 | actually check the $XPROTO_REQUIRED variable's value | Robert Nagy | 1 | -1/+1 | |
2017-03-22 | statistics UI: add style class mpm-statistics | raveit65 | 1 | -0/+3 | |