summaryrefslogtreecommitdiff
path: root/xfce4-session
Commit message (Expand)AuthorAgeFilesLines
* Improve default style of the logout dialogSimon Steinbeiss2019-04-301-1/+3
* Improve UI of chooser and add delete button (Bug #12799)Simon Steinbeiss2019-04-291-19/+100
* Remove unused checks on configure stepRomain Bouvier2019-04-283-3/+3
* Set logout dialog icons from icon_nameSimon Steinbeiss2019-04-281-27/+9
* Drop unused functionSimon Steinbeiss2019-04-281-60/+1
* Fix case in session chooser buttonsSimon Steinbeiss2019-04-271-2/+2
* Drop unused xfsm_window_add_borderSimon Steinbeiss2019-04-271-1/+1
* Improve look and feel of the session chooserSimon Steinbeiss2019-04-272-7/+26
* Drop splash screensSimon Steinbeiss2019-04-2716-503/+151
* Optionally run commands on logout, suspend etc. (Bug #10172)Alexander Schwinn2019-04-254-9/+66
* Move three methods from startup.c to xfsm-global.c/.hAlexander Schwinn2019-04-253-294/+300
* Use systemd-logind methods instead of polkit permissions (Bug #14707)Simon Steinbeiss2019-04-251-26/+35
* Remove blue border from logout dialog (Bug #15284)Simon Steinbeiss2019-04-231-2/+0
* Add styleclass to make logout-dialog themeableSimon Steinbeiss2019-04-231-0/+5
* Remove useless ioprio.h checkRomain Bouvier2019-04-211-20/+0
* Fix mnemonic conflict on logout dialogAndre Miranda2019-04-201-1/+1
* Fixed warning "cast between incompatible function types" introduced inAlexander Schwinn2019-04-062-9/+9
* replaced GList of windows with single window (not required any more)Alexander Schwinn2019-04-061-20/+3
* merged identic casesAlexander Schwinn2019-04-061-14/+5
* replaced deprecated "gtk_display_get_screen"Alexander Schwinn2019-04-064-25/+9
* Use a different icon for hybrid sleep when possibleAndre Miranda2019-04-061-15/+25
* Support scaling in logout dialog (Bug #14951)Jonas Zetterberg2018-12-151-0/+5
* fix build failure when dbus is not in the system include path (Bug #14386)Brandon Bergren2018-08-262-3/+0
* Fix fadeout window using Xlib APIViktor Odintsev2017-12-073-82/+131
* Fix keyboard grab for logout windowViktor Odintsev2017-12-071-48/+35
* Check accessibility depending on xfsm configurationViktor Odintsev2017-12-073-10/+15
* xfsm-manager: pass manager variable to g_timeout_add (Bug #13802)Viktor Odintsev2017-08-211-1/+1
* fix: Compilation error with --disable-polkit (Bug #12760)Eric Koegel2017-07-181-3/+2
* Export the SSH_AUTH_SOCK when spawning client (Bug #13486)Eric Koegel2017-07-181-0/+22
* Hybrid Sleep support - "hibernate" and suspend the systempoma2017-06-1111-20/+330
* fix coverity cid 87607 Unchecked return value from libraryEric Koegel2017-05-041-1/+4
* fix coverity cid 87608 Dereference after null checkEric Koegel2017-05-041-3/+11
* fix coverity cid 178987 Logically dead codeEric Koegel2017-05-041-2/+0
* 178988 'Constant' variable guards dead codeEric Koegel2017-05-041-2/+1
* fix coverity cid 178989 Dereference after null checkEric Koegel2017-05-041-0/+1
* fix coverity 178990 Resource leakEric Koegel2017-05-041-1/+6
* Tell Gtk what version we're targetingEric Koegel2017-04-221-32/+28
* Fix building without polkitflo2017-03-041-1/+1
* Add switch-user to the xfsm-logout programEric Koegel2016-06-283-10/+65
* trivial: fix a runtime warningEric Koegel2016-06-281-1/+0
* handle saving/restarting dbus clientsEric Koegel2016-06-282-45/+87
* dbus-clients: Add the end session signalsEric Koegel2016-06-284-6/+237
* dbus-clients: Attempt to find and save the .desktop fileEric Koegel2016-06-283-4/+89
* dbus-client: don't kill clients on save yourselfEric Koegel2016-06-281-2/+2
* dbus-client: save the program nameEric Koegel2016-06-281-4/+41
* dbus-clients: save restart commandEric Koegel2016-06-281-0/+32
* Track dbus clients by service nameEric Koegel2016-06-284-2/+115
* get pid for dbus clientEric Koegel2016-06-283-2/+87
* Export dbus registered clientsEric Koegel2016-06-284-30/+114
* Start with the dbus register interfaceEric Koegel2016-06-282-0/+59