]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/lightdm.c
src/lightdm.c: g_thread_init() deprecated, so removed.
[sojka/lightdm.git] / src / lightdm.c
2012-01-06 Gunnar Hjalmarssonsrc/lightdm.c: g_thread_init() deprecated, so removed.
2011-12-21 Robert AncellFix crash when quitting with newer GLib
2011-12-21 Robert AncellFix --debug working with new glib
2011-10-06 Robert AncellIgnore the bus being acquired if already shutting down
2011-10-06 Robert AncellMake sure objects are cleaned up on exit, Fix minor...
2011-09-29 Robert AncellRemove --greeter-session option
2011-09-29 Robert AncellRemove unused --minimum-display-number option
2011-09-29 Robert AncellFix grammer in --help text
2011-09-29 Robert AncellRemove unused --minimum-vt option
2011-09-29 Robert AncellRemove unused --user-session option
2011-09-29 Robert AncellMake a test session wrapper and remove --session-wrappe...
2011-09-29 Robert AncellRename test-xserver to X and remove --xserver-command...
2011-09-29 Robert AncellUse LD_PRELOAD to intercept system calls for testing
2011-09-29 Robert AncellRemove unused function
2011-09-29 Robert AncellRemove GetSeatForCookie and GetSessionForCookie D-Bus...
2011-09-27 Robert AncellPut system binary directory into path when running...
2011-09-21 Robert AncellLoad default properties for LocalX seats
2011-09-21 Robert AncellPut back GetSeatForCookie and GetSessionForCookie for now
2011-09-21 Robert AncellRefactor the session/process relationship so we can...
2011-09-21 Robert AncellCreate 'AddLocalXSeat' D-Bus method, and require root...
2011-09-21 Robert AncellAllow --version to work without root access
2011-09-20 Robert AncellRename user.c to accounts.c
2011-09-16 Robert AncellRefactor X code out of display.c and seat.c. Drop...
2011-09-15 Robert AncellDo not write ~/.dmrc and ~/.Xauthority as root. [CVE...
2011-09-15 Robert AncellSet PAM_TTY and PAM_XDISPLAY when opening PAM session
2011-09-15 Robert AncellFix coding style
2011-09-15 Robert AncellAdd note about why we have an empty check on log write
2011-09-15 Robert AncellDon't sync logs, it slows everything down
2011-09-15 Robert AncellMerge translations
2011-09-13 Robert AncellMake log file not system readable
2011-09-11 Robert AncellCheck if Xvnc exists before starting VNC server
2011-09-11 Robert AncellAdd VNC server support
2011-09-07 Brian CameronFix compilation on Oracle
2011-09-07 Robert AncellMerge in translations
2011-09-07 Robert AncellGet ultra paranoid in checking if error objects are...
2011-09-07 Robert AncellAdd log messages about using d-bus
2011-09-07 Robert AncellFix help text
2011-09-06 Robert AncellIgnore IPv6 link-local addresses, we can't use them...
2011-09-06 Robert AncellRename AllowGuest to HasGuestAccount
2011-09-06 Robert AncellAdd AllowGuest property to seat D-Bus interface
2011-09-06 Robert AncellMerge translations
2011-09-06 Robert AncellExit daemon if a seat fails which has exit-on-failure...
2011-09-02 Robert AncellMerge translations
2011-09-02 Robert AncellTidy up the display signals
2011-08-30 Michael Terrymerge from trunk
2011-08-23 Robert AncellCorrectly load seat type in multi seat configuration
2011-08-23 Robert AncellUse accounts service in the daemon if it is available
2011-08-18 Robert AncellMerge mterrys changes to the PATH mangling for gdmflexi...
2011-08-17 Robert AncellFix dynamic seats being removed
2011-08-17 Robert AncellFix bug where sessions used the seat bus name
2011-08-17 Robert AncellTidy up errors when failing to AddSeat
2011-08-17 Robert AncellFix reading properties from AddSeat
2011-08-17 Robert AncellAdd AddSeat D-Bus method for adding dynamic seats
2011-08-16 Robert AncellMerge translations
2011-08-16 Robert AncellRefactor configuration in preparation for dynamic seats
2011-08-08 Robert AncellSet XDG_SEAT_PATH and XDG_SESSION_PATH environment...
2011-07-25 Robert AncellFix setting default of greeter-user
2011-07-25 Robert AncellAdd a --with-greeter-user configure option
2011-07-24 Robert AncellMake display emit ready signal, don't signal when greet...
2011-07-24 Robert AncellFix incorrect unref
2011-07-24 Robert AncellCorrectly show existing seats on D-Bus
2011-07-24 Robert AncellSpecify session in D-Bus switch methods (not yet connected)
2011-07-23 Robert AncellSkip display numbers that have a lock file in /tmp
2011-07-22 Robert AncellFix regression tests
2011-07-22 Robert AncellHave a default session wrapper and only run it if it...
2011-07-22 Robert AncellFix Plymouth regression tests
2011-07-22 Robert AncellUse VT 7 by default
2011-07-22 Robert AncellUse guest-account as default name for guest setup script
2011-07-21 Robert AncellMucking around with guest sessions
2011-07-21 Robert AncellLoad default seats by scanning for [Seat:<name>] sectio...
2011-07-20 Robert AncellLoad all config from the same directory
2011-07-20 Robert AncellXDMCP keys now stored in keys.conf
2011-07-20 Robert AncellFix some FIXMEs
2011-07-20 Robert AncellSet type field in config. Fix defaults not being corre...
2011-07-20 Guido BerhoersterInclude missing headers
2011-07-20 unknownFix memory leaks
2011-07-20 Robert AncellMove greeters into /usr/share/xgreeters
2011-07-20 Robert AncellAdd some properties on D-Bus
2011-07-20 Robert AncellAdd Session objects onto D-Bus
2011-07-20 Robert AncellAdd display-added and session-started signals
2011-07-18 Robert AncellRename ChildProcess to Process
2011-07-18 Robert AncellMake generic hint fields for greeters
2011-07-18 Robert AncellKeep renaming flags and config...
2011-07-18 Robert AncellFix new flag names
2011-07-18 Robert AncellRefactored Display and Greeter classes
2011-07-17 Robert AncellAlways use Xephyr when DISPLAY is set
2011-07-16 Robert AncellConnect up missing D-Bus seat methods and signals
2011-07-16 Robert AncellStarted splitting out seats into separate D-Bus objects
2011-07-16 Robert AncellDrop most of the configure options, they aren't necessary
2011-07-16 Robert AncellRename [Defaults] to [SeatDefaults]
2011-07-15 Robert AncellFix --test-mode
2011-07-15 Robert AncellFix xserver 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 AncellAllow xauth to be in system location again
2011-07-14 Robert AncellMake --test-mode run with --minimum-display-number=50
2011-07-14 Robert AncellAllow minimum-display-number to be set in lightdm.conf...
2011-07-12 Robert AncellAdd test for logging in to account without password
next