]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/display.c
Merge mterrys changes to the PATH mangling for gdmflexiserver
[sojka/lightdm.git] / src / display.c
2011-08-18 Robert AncellMerge mterrys changes to the PATH mangling for gdmflexi...
2011-08-17 Robert AncellFix duplicate stop events
2011-08-17 Robert Ancellmerge translations
2011-08-17 Robert AncellFix bug where sessions were started when the greeter...
2011-08-17 Robert AncellFix whitespace
2011-08-16 Robert AncellMerge translations
2011-08-16 Robert AncellRefactor configuration in preparation for dynamic seats
2011-08-10 Michael Terrymove where we insert our own utility PATH
2011-08-08 Robert AncellSet XDG_SEAT_PATH and XDG_SESSION_PATH environment...
2011-08-08 Robert AncellFix merge
2011-08-08 Robert AncellMerge with master
2011-08-06 Robert AncellDon't generate a warning when unlocking a display witho...
2011-08-06 Robert AncellAdd a gdmflexiserver binary that provides backwards...
2011-08-06 Robert AncellUnlock ConsoleKit sessions when switching to them
2011-07-28 Michael Terryinsert our private path into user's PATH
2011-07-28 Michael Terrysupport unlocking a session right before switching...
2011-07-26 Robert AncellMore refactoring...
2011-07-26 Robert AncellMoving authentication from Display to Session
2011-07-26 Robert AncellMerge in translations
2011-07-26 Robert AncellReworked the PAM code as ecryptfs users weren't able...
2011-07-25 Robert AncellMake a g_warning a g_error
2011-07-25 Robert AncellRun greeter as current user in test mode
2011-07-25 Guido Berhoersterread greeter-user from the LightDM section
2011-07-25 Guido BerhoersterAbort greeter if attempted to be run as root and greete...
2011-07-24 Robert AncellFix unreffing issue
2011-07-24 Robert AncellFix error unreffing PAMSession
2011-07-24 Robert AncellMake display emit ready signal, don't signal when greet...
2011-07-24 Robert AncellDisconnect signals on unref
2011-07-24 Robert AncellAdd test for autologin with invalid user
2011-07-24 Robert AncellSimplify login logic
2011-07-24 Robert AncellJust stop displays if can't start sessions, let the...
2011-07-24 Robert AncellStart greeter if fail to start autologin session
2011-07-24 Robert AncellConnect up requested session in switch methods
2011-07-24 Robert AncellFix up switching logic
2011-07-23 Robert AncellFix sessions starting without using requested session
2011-07-23 Robert AncellFix unreffing of null object
2011-07-23 Robert AncellKeep a connection open the the X server. Start a new...
2011-07-22 Robert AncellDon't run wrapper for greeters
2011-07-22 Robert AncellHave a default session wrapper and only run it if it...
2011-07-22 Robert AncellFix broken and obsolete greeter quit signal
2011-07-22 Robert AncellFix crash when session file doesn't exist
2011-07-21 Robert AncellMucking around with guest sessions
2011-07-20 Robert AncellFix configuration
2011-07-20 Robert AncellSet type field in config. Fix defaults not being corre...
2011-07-20 Guido Berhoersterfixed the use of dangling pointers by freeing in more...
2011-07-20 Robert AncellMove greeters into /usr/share/xgreeters
2011-07-20 Robert AncellAdd display-added and session-started signals
2011-07-19 Robert AncellLog when the display server stops
2011-07-18 Robert AncellRename ChildProcess to Process
2011-07-18 Robert AncellSupport hide-users hint
2011-07-18 Robert AncellMake generic hint fields for greeters
2011-07-18 Robert AncellFix autologin failures
2011-07-18 Robert AncellAdded a session-failed signal to indicate if the sessio...
2011-07-18 Robert AncellFix guest account logins
2011-07-18 Robert AncellFix sending quit signal to greeter
2011-07-18 Robert AncellRemove stray unref
2011-07-18 Robert AncellFix crash quitting during autologin
2011-07-18 Robert AncellKeep renaming flags and config...
2011-07-18 Robert AncellFix starting two sessions at once
2011-07-18 Robert AncellRename LDM_ env variables to LIGHTDM_. Start greeter...
2011-07-18 Robert AncellFix errors in display teardown
2011-07-18 Robert AncellOnly allow to stop objects once
2011-07-18 Robert AncellFix error warning accessing freed string
2011-07-18 Robert AncellDrop script code that was never implemented
2011-07-18 Robert AncellRefactored Display and Greeter classes
2011-07-17 Robert AncellMake display generic and create an XDisplay
2011-07-17 Robert AncellMake a generic DisplayServer object. Don't connect...
2011-07-17 Robert AncellSetup X server variables/authorization from xserver.c
2011-07-17 Robert AncellFix errors with different X server types
2011-07-17 Robert AncellFix detecting quit
2011-07-17 Robert AncellSplitting xserver into two classes
2011-07-16 Robert AncellConnect up missing D-Bus seat methods and signals
2011-07-16 Robert AncellCorrectly load config, handle not having config, drop...
2011-07-16 Robert AncellDrop most of the configure options, they aren't necessary
2011-07-16 Robert AncellRename [Defaults] to [SeatDefaults]
2011-07-16 Robert AncellReimplement Plymouth support
2011-07-15 Robert AncellFinished rearranging config
2011-07-15 Robert AncellRearrange configuration
2011-07-15 Robert AncellMove directory config into it's own section
2011-07-15 Robert AncellFix autologin
2011-07-15 Robert AncellIntroduce a seat object
2011-07-15 Robert AncellPass LD_LIBRARY_PATH to child processes if running...
2011-07-15 Robert AncellRemove the ill-thought-out select-user and select-guest...
2011-07-15 Robert AncellReworked X authority code
2011-07-14 Robert AncellAdded two signals: select-user and select-guest. This...
2011-07-14 Robert AncellDrop obsolete greeter count code
2011-07-05 Robert AncellMake SwitchToGuest work
2011-07-04 Robert AncellFix errors switching to existing session
2011-07-04 Robert AncellFix typo in debug message
2011-07-04 Robert AncellMake user switching work
2011-06-29 Robert AncellChange greeter library API, starting a session no longe...
2011-06-29 Robert AncellRemove obsolete function
2011-06-29 Robert AncellDon't set language environment variables, use the daemo...
2011-06-29 Robert AncellRestart X server if it crashes during a session
2011-06-28 Robert AncellDrop the GuestAccount object, it is overkill
2011-06-27 Robert AncellAdded guest account support
2011-06-27 Robert AncellShut down display manager more carefully
2011-06-17 Robert AncellTidy up session setup code
2011-06-17 Robert AncellDon't start CK user session until greeter is fully...
2011-06-16 Robert AncellOpen ConsoleKit sessions using user object, not username
next