Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-02-23 | applets: Do not build the path to the menu files | rbuj | 2 | -8/+6 | |
2021-02-04 | build: Use PACKAGE_URL variable | rbuj | 2 | -2/+2 | |
2021-01-16 | Update copyright to 2021 | rbuj | 2 | -2/+2 | |
2020-10-16 | brightness applet: Prevent sliding from bogging down the UI | Colomban Wendling | 1 | -2/+36 | |
Do not perform a synchronous DBus call to update the brightness in real time when the slider move, because at least on some hardware the call is slow, which leads to the UI bogging down and looking frozen. To fix this, cap the update rate in response to slider motion. This makes the brightness apply slightly slower, but prevent most bogging down (if the rate is well chosen, at least). | |||||
2020-09-10 | Revert "add meson project" | raveit65 | 5 | -183/+0 | |
This reverts commit 1db4b409322e559a3d3a03677dd482a0613f3b29. | |||||
2020-09-03 | add meson project | Victor A. Santos | 5 | -0/+183 | |
fix indentation in some files | |||||
2020-08-04 | Remove trailing spaces/tabs | rbuj | 1 | -3/+3 | |
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \; | |||||
2020-06-25 | Add git.mk to generate .gitignore | tamplan | 3 | -0/+6 | |
2020-03-09 | Port from EggDebug to the built-in GLib logging framework | rbuj | 10 | -811/+21 | |
2020-03-03 | Remove warnings: unused variable | rbuj | 2 | -4/+0 | |
2020-02-25 | Use gtk_show_about_dialog to show about dialog | rbuj | 2 | -91/+65 | |
2020-02-20 | Update copyright year on about dialog | rbuj | 2 | -2/+2 | |
2019-11-12 | migrate from intltool to gettext | Wu Xiaotian | 4 | -23/+26 | |
2019-11-08 | avoid redundant redeclarations | Pablo Barciela | 2 | -6/+0 | |
2019-10-03 | brightness-applet: use GdkSeat operations | raveit65 | 1 | -14/+10 | |
2019-09-30 | Use WARN_CFLAGS which are only set with -enable-compiler-warnings | rbuj | 2 | -1/+7 | |
MATE_COMPILE_WARNINGS is present in configure.ac but WARN_CFLAGS variable is not used. git grep WARN_CFLAGS It removes -enable-extra-warn=yes, since it is recommended to use -enable-compile-warnings=maximum. It sets -enable-compiler-warnings=yes, the default value for all MATE packager for now. It prints WARN_CFLAGS in summary table. | |||||
2019-08-20 | Use gresources for gpm-prefs.ui and gpm-statistics.ui | rbuj | 4 | -6/+6 | |
2019-06-10 | Change url projet's website | Laurent Napias | 2 | -2/+2 | |
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-17 | add missing window icon to About dialogs | monsta | 2 | -0/+4 | |
2018-02-01 | avoid deprecated GtkStock | Pablo Barciela | 2 | -4/+4 | |
2018-01-29 | require GTK+ 3.22 and GLib 2.50 | monsta | 2 | -8/+0 | |
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 | 2 | -2/+2 | |
2017-11-27 | Correct spelling mistake. | Edward Betts | 1 | -1/+1 | |
2017-10-05 | update copyright year | monsta | 2 | -2/+2 | |
2017-07-26 | don't use deprecated gtk_show_uri | raveit65 | 2 | -0/+8 | |
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL | |||||
2017-02-10 | brightness applet: fix mouse scroll over icon when no popup is shown | monsta | 1 | -0/+1 | |
2017-02-02 | brightness applet: properly hide popup on Esc/Enter/Space keys | monsta | 1 | -13/+6 | |
the new code was looked up in upstream brightness applet... fixes https://github.com/mate-desktop/mate-power-manager/issues/203 | |||||
2017-02-02 | brightness applet: fix indent in some places | monsta | 1 | -22/+21 | |
2017-01-15 | Replace no longer valid "expose-event" with "draw" | lukefromdc | 1 | -1/+1 | |
expose-event is not available in GTK3, draw is its replacement. Stops warnings from inhibit applet when mate-panel is started/restarted | |||||
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 4 | -170/+0 | |
and require mate-panel >= 1.17 | |||||
2016-11-21 | fix indent a bit | monsta | 2 | -4/+4 | |
2016-08-01 | applets: remove unneeded #undef | monsta | 2 | -6/+0 | |
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option | |||||
2016-08-01 | applets: don't include non-existent dir in Makefile.am | monsta | 2 | -3/+0 | |
it does no harm but can be confusing when you read it :) | |||||
2016-08-01 | keep old copyright informations | raveit65 | 2 | -2/+12 | |
2016-08-01 | update CFLAGS and LIBS, MATE to CAIRO | raveit65 | 2 | -4/+4 | |
2016-08-01 | applets: update Copyright | raveit65 | 2 | -2/+2 | |
2016-08-01 | applets: use GtkAbout and drop dependency to libmate-desktop | raveit65 | 2 | -26/+24 | |
2016-07-25 | applets: remove egg-dbus-proxy and use the provided functions in GDBus | raveit65 | 8 | -696/+66 | |
2016-06-07 | GTK+3 brightness applet: use the right gtk state flag | raveit65 | 1 | -0/+4 | |
2016-01-21 | [GTK+3] brightness applet: fix deprecated usage of Gtk{H,V}{Box,Scale} | monsta | 1 | -0/+16 | |
2015-12-13 | remove dead code | Monsta | 1 | -31/+0 | |
2015-12-13 | applets: dropped some unused stuff | Monsta | 6 | -560/+6 | |
2015-11-18 | bightness: Don't remove slider background | György Balló | 1 | -1/+0 | |
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way. | |||||
2015-10-14 | brightness: follow custom volume control themes | lukefromdc | 1 | -0/+13 | |
follow custom volume control themes. Brightness slider a near match for volume control slider by using same .mate-panel-applet-slider selector as in mate-media. One difference is that this slider is drawn in a single frame, volume control slider is in a frame within a frame. Therefore this one is drawn slightly narrower. | |||||
2015-10-09 | GTK3: brightness-applet, fix selection of slider and GtkSpinButtons | raveit65 | 1 | -0/+80 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/62 | |||||
2015-09-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 1 | -3/+3 | |