summaryrefslogtreecommitdiff
path: root/xfce4-session
Commit message (Expand)AuthorAgeFilesLines
* Process Gtk events prior to starting D-Bus (Bug #15712)Olivier Fourdan2019-07-261-0/+4
* Splash engines are not present anymore in xfce4-sessionOlivier Duchateau2019-07-041-4/+2
* Reset font-size of logout dialog to default (Bug #15505)Simon Steinbeiss2019-06-291-24/+31
* Silence compiler warningsSimon Steinbeiss2019-05-171-4/+4
* Introduce priority-group startup for FailSafe SessionSimon Steinbeiss2019-05-176-67/+52
* Silence compiler warningSimon Steinbeiss2019-05-171-1/+1
* Fix sensitivity of switch user buttonSimon Steinbeiss2019-05-161-1/+1
* Extend debug messagesSimon Steinbeiss2019-05-163-5/+6
* Fix GVariant format string in dbus serverSimon Steinbeiss2019-05-131-2/+2
* Add a "delete session" button to the session listSimon Steinbeiss2019-05-131-41/+3
* Update session name in xfconf after chooserSimon Steinbeiss2019-05-131-3/+6
* Enable keypress response to session creationSimon Steinbeiss2019-05-131-0/+1
* Show saved sessions in settings dialogSimon Steinbeiss2019-05-135-138/+4
* Add fallback theming to chooser dialogsSimon Steinbeiss2019-05-111-0/+4
* Remove old unused autostart_migrate functionRomain Bouvier2019-05-081-107/+0
* Use sysconf(_SC_NGROUPS_MAX) instead of #defining an arbitrary MAX_USER_GROUP...Landry Breuil2019-05-021-5/+18
* Don't auto start consolekit daemon if it is not runningAli Abdallah2019-05-021-1/+1
* Added better shutdown fallback support for the BSDs (Bug #14722)Ali Abdallah2019-05-021-15/+177
* 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