Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-17 | pre-bump version | raveit65 | 1 | -1/+1 | |
2018-01-28 | release 1.20v1.20.0 | raveit65 | 1 | -1/+1 | |
2018-01-28 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -8/+2 | |
and drop additional checks for min/max GLib versions, it's not needed | |||||
2017-10-27 | release 1.19.1v1.19.1 | raveit65 | 1 | -1/+1 | |
2017-03-30 | pre-bump version | raveit65 | 1 | -1/+1 | |
2017-03-12 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-05 | pre-bump version | monsta | 1 | -1/+1 | |
2017-03-05 | Replace deprecated upower functions with ConsoleKit2 equivalents | Sander Sweers | 1 | -28/+0 | |
This requires ConsoleKit2 version 0.9.2. + corrections for issues mentioned at https://github.com/mate-desktop/mate-session-manager/pull/133 | |||||
2017-01-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 1 | -1/+1 | |
2017-01-18 | build: check stricter for presence of xtrans | monsta | 1 | -5/+11 | |
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-06 | release 1.17.0v1.17.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+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 | 1 | -23/+4 | |
2016-04-05 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-13 | fix warnings about unused variables | Monsta | 1 | -1/+1 | |
2015-12-13 | Merge pull request #110 from oleid/master | monsta | 1 | -1/+6 | |
compile fix for upower 0.99 series | |||||
2015-12-04 | Bump version to 1.12.1 | monsta | 1 | -1/+1 | |
2015-11-14 | compile fix for upower 0.99 series | Olaf Leidinger | 1 | -1/+6 | |
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 | 1 | -2/+0 | |
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-10-06 | pre-bump version to 1.11.0 | raveit65 | 1 | -1/+1 | |
2015-10-05 | fix build issue when using libsystemd-login package | Monsta | 1 | -2/+2 | |
2015-10-01 | fix systemd support that my copy/paste mistake broke in last commit | Monsta | 1 | -2/+2 | |
2015-10-01 | configure.ac: add support for new libsystemd library | Monsta | 1 | -1/+3 | |
2015-09-08 | define max/min version of GLib | infirit | 1 | -0/+6 | |
2015-09-08 | Rework gsettings schema building | infirit | 1 | -1/+2 | |
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files | |||||
2015-08-19 | configure.ac: drop obsolete macro | monsta | 1 | -1/+0 | |
It's been a no-op for a long time. See https://mail.gnome.org/archives/commits-list/2011-December/msg00681.html for example. | |||||
2015-07-13 | Bump version to 1.10.2mate-session-manager-1.10.2 | Monsta | 1 | -1/+1 | |
2015-06-11 | Bump version to 1.10.1mate-session-manager-1.10.1 | Martin Wimpress | 1 | -1/+1 | |
2015-04-07 | Bump version to 1.10.0mate-session-manager-1.10.0 | Stefano Karapetsas | 1 | -1/+1 | |
2015-02-25 | Bump version to 1.9.90mate-session-manager-1.9.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-12-16 | Revert "Revert "Drop support for Glib < 2.36"" | infirit | 1 | -1/+1 | |
This reverts commit f61b93311585587b105748b77b4b7279b5699a3e. | |||||
2014-12-16 | Revert "Drop support for Glib < 2.36" | infirit | 1 | -1/+1 | |
This reverts commit e017ed5b24f91705facec821afdc066f7a3523b5. | |||||
2014-12-15 | Update configure.ac | posophe | 1 | -38/+1 | |
2014-11-22 | Bump version to 1.9.3mate-session-manager-1.9.3 | Stefano Karapetsas | 1 | -1/+1 | |
2014-11-10 | Disable upower support by defaultmate-session-manager-1.9.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-11-10 | Bump version to 1.9.2 | Stefano Karapetsas | 1 | -1/+1 | |
2014-11-05 | Bump mate-desktop version to 1.9.3 for log-out lockdown changes | infirit | 1 | -1/+1 | |
2014-07-12 | Add mate-desktop as dependency and use function from there | Stefano Karapetsas | 1 | -0/+2 | |
2014-07-01 | Bump version to 1.9.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-07-01 | Merge branch 'versions' of github.com:dnk/mate-session-manager into dnk-versions | infirit | 1 | -1/+1 | |
2014-07-01 | Drop support for Glib < 2.36 | infirit | 1 | -1/+1 | |
2014-07-01 | bump glib and gtk required versions | Denis Gorodnichev | 1 | -2/+2 | |
2014-03-22 | Bump version to 1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-03-15 | Bump version to 1.8.1mate-session-manager-1.8.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-03-05 | Fix build with --disable-upower | Yaakov Selkowitz | 1 | -3/+6 | |
2014-03-01 | Bump version to 1.8.0mate-session-manager-1.8.0 | Stefano Karapetsas | 1 | -1/+1 | |