Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-31 | GTK+3: do not use deprecated gtk_widget_size_request | raveit65 | 2 | -2/+12 | |
2016-05-14 | fix compile error 'Redefinition von widget_class' | raveit65 | 1 | -1/+0 | |
2016-05-10 | gtk3: css themes for MsdOsdWindow | Denis Gorodnichev | 3 | -9/+76 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+4 | |
2016-04-07 | release 1.14.0 | raveit65 | 2 | -3/+4 | |
2016-04-07 | add new languages and sync with transiflex | raveit65 | 35 | -277/+4788 | |
2016-04-07 | Add Changelog generation | raveit65 | 1 | -12/+9 | |
2016-04-05 | update NEWS | monsta | 1 | -4/+5 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 15 | -418/+424 | |
2016-01-26 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+7 | |
2016-01-21 | [GTK+3] brightness applet: fix deprecated usage of Gtk{H,V}{Box,Scale} | monsta | 1 | -0/+16 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+4 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -57/+0 | |
2015-12-15 | don't crash when XRRGetScreenResourcesCurrent fails | monsta | 1 | -0/+5 | |
2015-12-13 | remove dead code | Monsta | 2 | -65/+0 | |
2015-12-13 | applets: dropped some unused stuff | Monsta | 6 | -560/+6 | |
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+12 | |
2015-11-30 | fix warnings due to wrong id passed to g_source_remove | monsta | 3 | -4/+14 | |
2015-11-20 | Updated translations | Clement Lefebvre | 82 | -71896/+59826 | |
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-11-05 | Acknowledge changes in AC backlight GSettings when running on battery | Nutchanon Wetchasit | 1 | -1/+1 | |
2015-11-05 | Make idle event handler always calculate backlight from configured settings | Nutchanon Wetchasit | 1 | -3/+3 | |
2015-11-05 | Save AC-power backlight set via brightness keys in GSettings | Nachanon Vetjasit | 1 | -0/+15 | |
Based on a patch by Flos Lonicerae. | |||||
2015-11-05 | Merge pull request #172 from sunweaver/pr/disable-powerbtn | Martin Wimpress | 1 | -0/+1 | |
Support disabling of PowerBtn. | |||||
2015-11-05 | Support disabling of PowerBtn. | Mike Gabriel | 1 | -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-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 1 | -0/+2262 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -2/+3 | |
2015-10-27 | some corrections in NEWS | monsta | 1 | -4/+18 | |
2015-10-26 | replace broken image in es language | Wolfgang Ulbrich | 1 | -0/+0 | |
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-14 | tray icon: support custom themes | lukefromdc | 1 | -0/+14 | |
support custom themes, include robust transparency support even when wm is not properly identified by gtk as compositing | |||||
2015-10-14 | corrected comments to mention org.gnome.SessionManager | monsta | 1 | -3/+3 | |
2015-10-09 | release 1.11.0mate-power-manager-1.11.0 | raveit65 | 1 | -0/+5 | |
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-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+4 | |
2015-09-09 | Add min/max glib versions | infirit | 1 | -0/+6 | |
2015-09-09 | backlight-helper: Add gmux_backlight to backlight_interfaces | infirit | 1 | -0/+1 | |
Fixes #135 | |||||
2015-09-08 | Rework gsettings schema building | infirit | 4 | -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-04 | Switch to org.gnome.SessionManager | Clement Lefebvre | 2 | -9/+9 | |
2015-09-04 | Show vendor/model information | Clement Lefebvre | 2 | -6/+24 | |
2015-08-31 | drop xrandr 1.2 compatibility (it's ancient) | Monsta | 3 | -52/+4 | |
2015-08-31 | Save copying cost | Roy Zhang | 1 | -6/+3 | |
2015-08-31 | Merge pull request #163 from monsta/check | Martin Wimpress | 1 | -1/+1 | |
check for GTK+ release, not pre-release | |||||
2015-08-31 | check for GTK+ release, not pre-release | Monsta | 1 | -1/+1 | |
2015-08-08 | inhibit applet: use GtkWidget instead of GtkObject | Monsta | 1 | -8/+4 | |
2015-08-03 | Drop GtkObject usage | infirit | 1 | -7/+4 | |
2015-08-03 | brightness applet: drop gdkkeysyms-compat usage, use modern key names | Monsta | 1 | -14/+13 | |
2015-07-28 | Merge pull request #157 from mesouug/master | Martin Wimpress | 2 | -2/+13 | |
Unable to change keyboard back light #108 | |||||
2015-07-28 | Also free the builder when finalizing | Roy Zhang | 1 | -0/+1 | |