summaryrefslogtreecommitdiff
path: root/applets/brightness/brightness-applet.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-23Fix -Wmissing-prototypes warnings (#381)Robert Antoni Buj Gelonch1-3/+3
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-06-22update copyright to 2021raveit651-0/+1
2021-02-23applets: Do not build the path to the menu filesrbuj1-4/+3
2021-02-04build: Use PACKAGE_URL variablerbuj1-1/+1
2021-01-16Update copyright to 2021rbuj1-1/+1
2020-10-16brightness applet: Prevent sliding from bogging down the UIColomban Wendling1-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-08-04Remove trailing spaces/tabsrbuj1-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-03-09Port from EggDebug to the built-in GLib logging frameworkrbuj1-15/+14
2020-03-03Remove warnings: unused variablerbuj1-2/+0
2020-02-25Use gtk_show_about_dialog to show about dialogrbuj1-45/+32
2020-02-20Update copyright year on about dialogrbuj1-1/+1
2019-11-08avoid redundant redeclarationsPablo Barciela1-3/+0
2019-10-03brightness-applet: use GdkSeat operationsraveit651-14/+10
2019-08-20Use gresources for gpm-prefs.ui and gpm-statistics.uirbuj1-1/+1
2019-06-10Change url projet's websiteLaurent Napias1-1/+1
2018-03-17add missing window icon to About dialogsmonsta1-0/+2
2018-02-01avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-09update copyright year to 2018monsta1-1/+1
2017-10-05update copyright yearmonsta1-1/+1
2017-02-10brightness applet: fix mouse scroll over icon when no popup is shownmonsta1-0/+1
2017-02-02brightness applet: properly hide popup on Esc/Enter/Space keysmonsta1-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-02brightness applet: fix indent in some placesmonsta1-22/+21
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-119/+0
and require mate-panel >= 1.17
2016-11-21fix indent a bitmonsta1-3/+3
2016-08-01applets: remove unneeded #undefmonsta1-3/+0
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option
2016-08-01keep old copyright informationsraveit651-1/+6
2016-08-01applets: update Copyrightraveit651-1/+1
2016-08-01applets: use GtkAbout and drop dependency to libmate-desktopraveit651-13/+12
2016-07-25applets: remove egg-dbus-proxy and use the provided functions in GDBusraveit651-29/+32
2016-06-07GTK+3 brightness applet: use the right gtk state flagraveit651-0/+4
2016-01-21[GTK+3] brightness applet: fix deprecated usage of Gtk{H,V}{Box,Scale}monsta1-0/+16
2015-12-13applets: dropped some unused stuffMonsta1-1/+5
2015-11-18bightness: Don't remove slider backgroundGyö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-14brightness: follow custom volume control themeslukefromdc1-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-09GTK3: brightness-applet, fix selection of slider and GtkSpinButtonsraveit651-0/+80
fixes https://github.com/mate-desktop/mate-power-manager/issues/62
2015-08-31check for GTK+ release, not pre-releaseMonsta1-1/+1
2015-08-03Drop GtkObject usageinfirit1-7/+4
2015-08-03brightness applet: drop gdkkeysyms-compat usage, use modern key namesMonsta1-14/+13
2015-07-02applets/prefs/stats: properly show corresponding help pagesMonsta1-1/+1
2014-05-03applets: Use MateAboutDialogStefano Karapetsas1-12/+13
2014-02-26fix mouse click on brightness appletinfirit1-0/+3
Based on pull request from raveit65 <[email protected]>. close #82 #62
2014-01-17Use draw signal for GTK3Stefano Karapetsas1-0/+5
2014-01-17applets: Add GTK3 supportStefano Karapetsas1-0/+56
2012-10-21Port brightness applet to dbus based on gnome patch by carlosgcBrent Hull1-27/+40
2011-12-11moved from Mate-ExtraStefano Karapetsas1-0/+1038