summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-07sync with Transiflexraveit658-32/+571
2016-05-26drop ancient MAINTAINERS filemonsta2-22/+1
2016-05-26bump version to 1.15.0monsta1-1/+1
2016-05-17require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build optionmonsta9-151/+4
2016-04-07po: add missing languages to LINGUASv1.14.0monsta1-0/+2
2016-04-07update NEWS to mention Changelog generationmonsta1-0/+1
2016-04-05release 1.14.0raveit652-2/+2
2016-04-05Add Changelog generationraveit651-0/+10
2016-04-05add new languages and sync with transiflexraveit65102-7027/+9671
2016-04-05update NEWSmonsta1-5/+8
2016-02-19Sync with TransifexMartin Wimpress18-1539/+1749
2016-01-31Adding #include <signal.h> for FreeBSD supportEric Turgeon1-0/+2
2016-01-24release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+5
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-03drop obsolete build flagsMonsta2-6/+2
2016-01-03drop MateConf migration scriptMonsta2-15/+0
2015-12-31mdm: fix logic errormonsta1-1/+1
2015-12-13remove some dead codeMonsta1-37/+0
2015-12-13fix a typo in a warningMonsta1-2/+2
2015-12-13fix logic error that caused a weird build warningMonsta1-1/+1
2015-12-13fix one more build warningMonsta1-1/+2
2015-12-13fix warnings about unused variablesMonsta2-19/+7
2015-12-13Merge pull request #110 from oleid/mastermonsta3-11/+16
compile fix for upower 0.99 series
2015-12-04Bump version to 1.12.1monsta2-1/+4
2015-12-02Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hintWolfgang Ulbrich1-0/+2
2015-12-02GTK3: don't use deprecated gdk_threads_enter/leaveWolfgang Ulbrich1-0/+12
2015-11-14compile fix for upower 0.99 seriesOlaf Leidinger3-11/+16
upower 0.99 has lost support for hibernate and suspend. This leads to undefined references to up_client_get_can_suspend and up_client_get_can_hibernate on my system. This patch removes any call to those functions for upower >= 0.99.
2015-11-11get rid of dependency on libmate-desktopmonsta2-5/+17
this introduces a bit of code duplication but makes m-s-m independent of any MATE packages which rely upon GTK+, and so makes it possible to migrate m-s-m to GTK+3 right away. of course, this change might be reverted in the future (when all of MATE becomes GTK+3 only).
2015-11-08configure.ac: use release version of GTK+3, not pre-release oneMonsta1-1/+1
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre2-0/+1055
2015-10-30update NEWS for 1.12monsta1-1/+2
2015-10-27some corrections in NEWSmonsta1-5/+5
2015-10-27Merge pull request #105 from run4flat/patch-1Clement Lefebvre1-1/+1
Emphasize: logout with mate-save-session does not save
2015-10-25schema: fix typo in descriptionMonsta1-1/+1
2015-10-25Emphasize: logout with mate-save-session does not saveDavid Mertens1-1/+1
Revises man page for mate-save-session to emphasize in the opening paragraph that mate-save-session either ends the session or saves it, but not both.
2015-10-22Merge pull request #104 from mate-desktop/session-save-fixClement Lefebvre1-3/+29
mate-session-save: try org.mate.SessionManager if org.gnome fails
2015-10-21mate-session-save: try org.mate.SessionManager if org.gnome failsMonsta1-3/+29
fixes https://github.com/mate-desktop/mate-session-manager/issues/103
2015-10-19Merge pull request #102 from clefebvre/exit_timeout_1secClement Lefebvre1-1/+6
Only wait 1 second max on logout/shutdown
2015-10-15Only wait 1 second max on logout/shutdownClement Lefebvre1-1/+6
Ported from https://github.com/linuxmint/cinnamon-session/commit/73048abbfe05f882fed31365a1fe5b5733b6b7f6
2015-10-08release 1.11.0mate-session-manager-1.11.0raveit651-0/+5
2015-10-06pre-bump version to 1.11.0raveit652-1/+3
2015-10-05fix build issue when using libsystemd-login packageMonsta1-2/+2
2015-10-01fix systemd support that my copy/paste mistake broke in last commitMonsta1-2/+2
2015-10-01configure.ac: add support for new libsystemd libraryMonsta1-1/+3
2015-09-27Merge pull request #96 from flexiondotorg/docksupportMartin Wimpress1-1/+6
Add support for an optional dock, such as Plank.
2015-09-17Add support for an optional dock, such as Plank.Martin Wimpress1-1/+6
The `required-components-list` adds an entry for `dock` which is null by default so that behaviour is unchanged. This change makes it possible to better integrate docks into the MATE session rather than manipulating autostart files.
2015-09-08Fix transifex configinfirit1-1/+1
2015-09-08define max/min version of GLibinfirit1-0/+6
2015-09-08Rework gsettings schema buildinginfirit5-74/+70
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files