summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix default X server commandRobert Ancell2015-05-261-1/+1
* | | | | | Fix configuration loading with new [Seat:*] sectionRobert Ancell2015-05-181-6/+3
* | | | | | Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-143-4/+8
| |_|_|_|/ |/| | | |
* | | | | Restore support for [SeatDefaults] so it won't break exiting config files.Laércio de Sousa2015-04-151-1/+9
* | | | | Deprecate [SeatDefaults] in favour of new globbing support for seat config se...Laércio de Sousa2015-04-141-37/+32
* | | | | Quiesce initctl errors when not running under upstartMartin Pitt2015-04-081-3/+5
* | | | | Fix small errors detected by scan-build (clang)Robert Ancell2015-03-193-3/+3
* | | | | Initialize file descriptor handles so we don't attempt to close stdin by acci...Robert Ancell2015-03-162-0/+4
* | | | | Close greeter pipe when greeter exits - this was leaking file descriptors for...Robert Ancell2015-03-091-8/+17
| |_|_|/ |/| | |
* | | | Fixes a bug that prevents session locking if the session was unlocked after c...Jesús González2015-02-125-0/+88
|\ \ \ \
| * | | | Fixed improper merging of parent revision 2102Jesús González2014-12-171-13/+31
| * | | | Merged changes from parent branchJesús González2014-12-162-69/+31
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Fixed active session property type checkingJesús González2014-11-241-2/+2
| * | | | Merged changes from parent branchJesús González2014-11-215-15/+32
| |\ \ \ \
| * \ \ \ \ Merged changes from parent branchJesús González2014-10-141-1/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merged changes from parent branchJesús González2014-10-1425-155/+196
| |\ \ \ \ \ \
| * | | | | | | Reverted "can-graphical-changed" signal constants to prepare for parent branc...Jesús González2014-10-023-6/+6
| * | | | | | | Refactored code to add seat_find_session_by_login1_id() for better SOLID prac...Jesús González2014-09-208-34/+49
| * | | | | | | Fixed proper g_object referencing and unreferencing in seat_set_externally_ac...Jesús González2014-09-201-1/+5
| * | | | | | | Merge from parent branch up to revision 2065Jesús González2014-09-2056-189/+202
| |\ \ \ \ \ \ \
| * | | | | | | | Fixes a bug that prevents session locking if the session was unlocked after ...Jesús González2014-09-197-48/+198
* | | | | | | | | Fix memory leakJesús González2015-02-121-0/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Detect when logind changes the active session and log it (will be connected i...Jesús González2014-12-121-6/+20
* | | | | | | | Rename variable login_session to login1_session_id to be less ambiguousJesús González2014-12-121-4/+4
* | | | | | | | Detect active session changes from logind (currently not connected to anything)Jesús González2014-12-122-0/+18
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Don't attempt generate D-Bus seat/session removal signals on shutdown.Robert Ancell2014-12-081-13/+31
| |_|_|_|/ / |/| | | | |
* | | | | | Revert removal of ConsoleKit support.Robert Ancell2014-11-147-10/+379
* | | | | | Merge with trunkRobert Ancell2014-11-136-16/+34
|\ \ \ \ \ \
| * | | | | | Close session pipe when child process exits - this was leaking file descripto...Robert Ancell2014-11-131-0/+2
| * | | | | | Use 127.0.0.1 instead of localhostRobert Ancell2014-11-121-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Refactor DesktopNames support to be less confusingRobert Ancell2014-10-203-19/+27
| * | | | | session-config: fix DesktopNamesAlberts Muktupāvels2014-10-171-1/+8
| | |_|_|/ | |/| | |
| * | | | Disable automatic setting "allow-user-switching=false" for non-seat0 seats wh...Laércio de Sousa2014-10-021-1/+2
| | |_|/ | |/| |
* | | | Merge with trunkRobert Ancell2014-10-0225-142/+190
|\ \ \ \ | |/ / /
| * | | Refactored code to replace hardcoded signal identification strings by constantsRobert Ancell2014-10-0225-67/+104
| |\ \ \
| | * | | Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-3025-67/+104
| * | | | Match seat configuration using globbingRobert Ancell2014-10-022-41/+46
| |\ \ \ \
| | * \ \ \ Merge with trunkLaércio de Sousa2014-09-107-145/+150
| | |\ \ \ \
| | * | | | | Move debug message from add_login1_seat() to set_seat_properties() body.Laércio de Sousa2014-09-031-1/+1
| | * | | | | Fix iteration pointer when iterating backwards on GList objectLaércio de Sousa2014-09-031-1/+1
| | * | | | | Merge with trunkRobert Ancell2014-09-034-80/+44
| | |\ \ \ \ \
| | * | | | | | Fix duplicate key loading and simplify how config sections are loadedRobert Ancell2014-09-032-31/+23
| * | | | | | | Support login1 properties changing where the value is provided in the Propert...Robert Ancell2014-10-021-34/+40
| | |_|_|/ / / | |/| | | | |
* | | | | | | Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-017-379/+10
|/ / / / / /
* | | | | | Rename login1_session variable to login1_session_id to be clearerRobert Ancell2014-09-231-10/+10
| |_|_|_|/ |/| | | |
* | | | | Remove trailing whitespaceRobert Ancell2014-09-1963-199/+199
* | | | | Merge with trunkRobert Ancell2014-09-153-4/+11
|\ \ \ \ \
| * | | | | Print error messages if fail to set channel encodingsRobert Ancell2014-09-151-2/+9
| | |_|_|/ | |/| | |
| * | | | Remove unnecessary branchRobert Ancell2014-09-121-2/+1
| * | | | Fix whitespaceRobert Ancell2014-09-121-0/+1
| | |_|/ | |/| |