Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-05 | Replace deprecated upower functions with ConsoleKit2 equivalents | Sander Sweers | 7 | -113/+159 | |
This requires ConsoleKit2 version 0.9.2. + corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133 | |||||
2017-03-05 | fix indent a bit | monsta | 3 | -79/+79 | |
2017-02-27 | fix indent of some #if's to match the rest of the file | monsta | 1 | -8/+8 | |
2017-01-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -2/+6 | |
2017-01-18 | Merge pull request #132 from mate-desktop/dont-listen | Martin Wimpress | 2 | -9/+15 | |
build: check stricter for presence of xtrans | |||||
2017-01-18 | build: check stricter for presence of xtrans | monsta | 2 | -9/+15 | |
this should ensure that mate-session won't listen to TCP ports. if needed, this check can be disabled using --without-xtrans option. fixes https://github.com/mate-desktop/mate-session-manager/issues/131 adapted from: https://git.gnome.org/browse/gnome-session/commit/?id=aa4c9d125012ae94154ce075d62342b63b41a7d9 | |||||
2017-01-13 | Update mate-session-manager NEWS to use consistent, project wide, ↵ | Martin Wimpress | 1 | -14/+26 | |
markdown-like formatting. This will make generating release announcements easier. | |||||
2017-01-06 | release 1.17.0v1.17.0 | raveit65 | 2 | -1/+7 | |
2017-01-06 | sync with transifex | raveit65 | 107 | -1912/+2453 | |
2016-12-05 | session properties: fix vertical expand of content with window resize | monsta | 1 | -1/+1 | |
taken from: https://git.gnome.org/browse/gnome-session/commit/?id=5b87d78f1b4b8759a57d0935d5423ebf153d80d8 well, our notebook wasn't small (unlike it's noted upstream), but vertical expand didn't work anyway. now it should work. | |||||
2016-10-19 | Also look for gdm-binary process | George Vlahavas | 1 | -1/+1 | |
In some systems the gdm binary is actually called "gdm-binary", so we need to check for that too. | |||||
2016-09-18 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-17 | update NEWS for 1.16 | monsta | 1 | -2/+6 | |
2016-09-17 | sync with Transifex | monsta | 6 | -202/+206 | |
2016-08-03 | Fix Gtk-CRITICAL error caused by deprecated code | raveit65 | 1 | -5/+0 | |
It removes the code related to the old dialog icon which is not displayed anymore. The Gtk-CRITICAL error was caused by gtk_message_dialog_get_image returning NULL as it is now deprecated in GTK 3. taken from: https://github.com/linuxmint/cinnamon-session/pull/71 | |||||
2016-07-01 | po: drop language not present on Transifex (or present but empty) | monsta | 6 | -2602/+0 | |
also en_US isn't a translation at all | |||||
2016-06-21 | po: actually add a new language from Transifex | monsta | 1 | -0/+1 | |
2016-06-07 | release 1.15.0v1.15.0 | raveit65 | 1 | -0/+5 | |
2016-06-07 | sync with Transiflex | raveit65 | 8 | -32/+571 | |
2016-05-26 | drop ancient MAINTAINERS file | monsta | 2 | -22/+1 | |
2016-05-26 | bump version to 1.15.0 | monsta | 1 | -1/+1 | |
2016-05-17 | require GTK+ >= 3.14, drop GTK+2 code and --with-gtk build option | monsta | 9 | -151/+4 | |
2016-04-07 | po: add missing languages to LINGUASv1.14.0 | monsta | 1 | -0/+2 | |
2016-04-07 | update NEWS to mention Changelog generation | monsta | 1 | -0/+1 | |
2016-04-05 | release 1.14.0 | raveit65 | 2 | -2/+2 | |
2016-04-05 | Add Changelog generation | raveit65 | 1 | -0/+10 | |
2016-04-05 | add new languages and sync with transiflex | raveit65 | 102 | -7027/+9671 | |
2016-04-05 | update NEWS | monsta | 1 | -5/+8 | |
2016-02-19 | Sync with Transifex | Martin Wimpress | 18 | -1539/+1749 | |
2016-01-31 | Adding #include <signal.h> for FreeBSD support | Eric Turgeon | 1 | -0/+2 | |
2016-01-24 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+5 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-03 | drop obsolete build flags | Monsta | 2 | -6/+2 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -15/+0 | |
2015-12-31 | mdm: fix logic error | monsta | 1 | -1/+1 | |
2015-12-13 | remove some dead code | Monsta | 1 | -37/+0 | |
2015-12-13 | fix a typo in a warning | Monsta | 1 | -2/+2 | |
2015-12-13 | fix logic error that caused a weird build warning | Monsta | 1 | -1/+1 | |
2015-12-13 | fix one more build warning | Monsta | 1 | -1/+2 | |
2015-12-13 | fix warnings about unused variables | Monsta | 2 | -19/+7 | |
2015-12-13 | Merge pull request #110 from oleid/master | monsta | 3 | -11/+16 | |
compile fix for upower 0.99 series | |||||
2015-12-04 | Bump version to 1.12.1 | monsta | 2 | -1/+4 | |
2015-12-02 | Gtk+-3.14: don't use deprecated gtk_tree_view_set_rules_hint | Wolfgang Ulbrich | 1 | -0/+2 | |
2015-12-02 | GTK3: don't use deprecated gdk_threads_enter/leave | Wolfgang Ulbrich | 1 | -0/+12 | |
2015-11-14 | compile fix for upower 0.99 series | Olaf Leidinger | 3 | -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-11 | get rid of dependency on libmate-desktop | monsta | 2 | -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-08 | configure.ac: use release version of GTK+3, not pre-release one | Monsta | 1 | -1/+1 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 2 | -0/+1055 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+2 | |