summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-07GTK+3: replace gdk_error_trap_pop () with gdk_error_trap_pop_ignored ()raveit651-0/+4
fixes a wunused results warning
2016-06-07GTK+-3 gpm-backlight: replace deprecated gdk_display_get_pointerraveit651-0/+15
gdk_display_get_pointer --> gdk_device_get_position
2016-06-07GTK+3 brightness applet: use the right gtk state flagraveit651-0/+4
2016-06-03GTK+3 msd-osd-window: improve style_updated functionraveit651-20/+26
2016-05-31GTK+-3 msd-osd-window: port everything to GtkStyleContextraveit651-11/+29
fixes #188
2016-05-31GTK+3 gpm-tray-icon: fix a Wincompatible-pointer-types build warningraveit651-1/+1
gpm-tray-icon.c:339:49: warning: passing argument 1 of 'gtk_widget_get_toplevel' from incompatible pointer type [-Wincompatible-pointer-types] GtkWidget *toplevel = gtk_widget_get_toplevel (menu);
2016-05-31GTK+3: do not use deprecated gtk_widget_size_requestraveit652-2/+12
2016-05-14fix compile error 'Redefinition von widget_class'raveit651-1/+0
2016-05-10gtk3: css themes for MsdOsdWindowDenis Gorodnichev3-9/+76
2016-04-07 po: add missing languages to LINGUASv1.14.0monsta1-0/+4
2016-04-07release 1.14.0raveit652-3/+4
2016-04-07add new languages and sync with transiflexraveit6535-277/+4788
2016-04-07Add Changelog generationraveit651-12/+9
2016-04-05update NEWSmonsta1-4/+5
2016-02-19Sync with TransifexMartin Wimpress15-418/+424
2016-01-26release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+7
2016-01-21[GTK+3] brightness applet: fix deprecated usage of Gtk{H,V}{Box,Scale}monsta1-0/+16
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+4
2016-01-03drop MateConf migration scriptMonsta2-57/+0
2015-12-15don't crash when XRRGetScreenResourcesCurrent failsmonsta1-0/+5
2015-12-13remove dead codeMonsta2-65/+0
2015-12-13applets: dropped some unused stuffMonsta6-560/+6
2015-12-04Bump version to 1.12.1monsta2-1/+12
2015-11-30fix warnings due to wrong id passed to g_source_removemonsta3-4/+14
2015-11-20Updated translationsClement Lefebvre82-71896/+59826
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-11-05Acknowledge changes in AC backlight GSettings when running on batteryNutchanon Wetchasit1-1/+1
2015-11-05Make idle event handler always calculate backlight from configured settingsNutchanon Wetchasit1-3/+3
2015-11-05Save AC-power backlight set via brightness keys in GSettingsNachanon Vetjasit1-0/+15
Based on a patch by Flos Lonicerae.
2015-11-05Merge pull request #172 from sunweaver/pr/disable-powerbtnMartin Wimpress1-0/+1
Support disabling of PowerBtn.
2015-11-05Support disabling of PowerBtn.Mike Gabriel1-0/+1
By adding GPM_ACTION_POLICY_NOTHING to the available power button actions, it is now possible for MATE users to disable the system's power button, while being in a MATE desktop session. This is helpful if a system's power button is designed in a way that it can easily be accidentally hit by the user without noticing.
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre1-0/+2262
2015-10-30update NEWS for 1.12monsta1-2/+3
2015-10-27some corrections in NEWSmonsta1-4/+18
2015-10-26replace broken image in es languageWolfgang Ulbrich1-0/+0
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-14tray icon: support custom themeslukefromdc1-0/+14
support custom themes, include robust transparency support even when wm is not properly identified by gtk as compositing
2015-10-14corrected comments to mention org.gnome.SessionManagermonsta1-3/+3
2015-10-09release 1.11.0mate-power-manager-1.11.0raveit651-0/+5
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-10-06pre-bump version to 1.11.0raveit652-1/+4
2015-09-09Add min/max glib versionsinfirit1-0/+6
2015-09-09backlight-helper: Add gmux_backlight to backlight_interfacesinfirit1-0/+1
Fixes #135
2015-09-08Rework gsettings schema buildinginfirit4-126/+126
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files * Add gettext domain to gschema
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre2-9/+9
2015-09-04Show vendor/model informationClement Lefebvre2-6/+24
2015-08-31drop xrandr 1.2 compatibility (it's ancient)Monsta3-52/+4
2015-08-31Save copying costRoy Zhang1-6/+3
2015-08-31Merge pull request #163 from monsta/checkMartin Wimpress1-1/+1
check for GTK+ release, not pre-release