]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/display.c
Drop ldm_greeter_get_default_layout (X controls the layout), some cleanups in src...
[sojka/lightdm.git] / src / display.c
2011-06-03 Robert AncellDrop ldm_greeter_get_default_layout (X controls the...
2011-06-03 Robert AncellMore guest account work, change liblightdm API
2011-06-03 Robert AncellMore plumbing for guest logins
2011-06-03 Robert AncellUpdate copyright year
2011-05-30 Robert AncellFix autologin broken in 0.3.3
2011-05-24 Robert AncellMake PAM debug more readable
2011-05-24 Robert AncellTidy up ordering of greeter to session to make logs...
2011-05-19 Robert AncellAdd some better logging when X servers quit
2011-05-19 Robert AncellFix MOC generation
2011-05-10 Robert AncellWait for greeter to quit before running user session...
2011-05-10 Robert AncellFix up ConsoleKit parameters
2011-05-10 Robert AncellAdd debug for CK sessions
2011-05-10 Robert AncellCorrectly clean up processes on exit
2011-05-10 Robert AncellFix ConsoleKit support broken with switch to GDBus
2011-04-15 Robert AncellFix some compile warnings
2011-04-15 Robert AncellFix error with signal emission when greeter quits
2011-03-13 unknownMove greeter code into greeter.c
2011-03-12 unknownMake server greeter protocol non-blocking
2011-02-21 unknownFix new child process termination signal
2011-02-21 unknownUse GDBus instead of dbus-glib
2011-02-20 unknownUse a private pipe for greeter<->server communication...
2011-02-13 unknownSplit child process code out from session/xserver
2011-02-12 unknownDon't replace the environment for children, it might...
2011-02-12 unknownUse LANGUAGE and LC_MESSAGES from the .dmrc OR the...
2011-02-12 unknownOnly update .dmrc language if has changed
2011-02-12 unknownPass through LC_MESSAGES
2011-02-12 unknownCorrectly pass PATH through to the session
2011-02-12 unknownCorrectly pass LANG and LANGUAGE through to the session
2011-02-12 unknownPass through LANG and LANGUAGE to the session
2011-01-14 unknownHandle session executables that take arguments
2010-12-09 unknownFix crash running in test mode
2010-12-08 unknownFix memory leaks with pam_session_get_envlist
2010-12-08 unknownMerge qtlib changes
2010-12-08 Yves-Alexis PerezSet environment variables from PAM
2010-12-06 Yves-Alexis PerezSet correct permissions on ~/.dmrc
2010-12-03 unknownChoose the VT to open the display on
2010-11-17 unknownUse "lightdm" as default PAM service and make it config...
2010-11-12 unknownDon't default to running greeters with the GDM user...
2010-11-12 unknownFix bugs stopping running greeter as priviledged user...
2010-11-12 unknownfix crash when running in --test-mode
2010-11-12 unknownSupport using no greeter user in lightdm.conf
2010-11-12 unknownInclude ck-connector code to reduce library dependencies
2010-11-11 unknownPrep for scripts
2010-11-10 unknownDon't run all sessions throught /etc/X11/XSession ...
2010-11-10 unknownSmall tidy up with ck parameters
2010-11-01 unknownChange language/layout/session when user selected in...
2010-11-01 unknownKeep comments in .dmrc file
2010-10-31 unknownMake the dmrc cache dir before trying to write to it
2010-10-31 unknownAdd configuration for default language/layout
2010-10-31 unknownUse a d-bus signal instead of a unix signal to get...
2010-10-31 unknownLoad user settings from ~/.dmrc
2010-10-30 unknownStart to support transitions
2010-10-21 unknownOnly automatically login the first time
2010-10-21 unknownRemove obsolete FIXME
2010-10-21 unknownTidy up Display properties
2010-09-10 unknownsupport language changes
2010-08-24 unknownFix renaming of freedesktop dbus names, add debugging
2010-08-23 unknownMake theme files more similar to existing themes
2010-08-23 unknownConnect up SwitchToUser()
2010-08-14 Robert AncellRead .dmrc file
2010-08-14 Robert AncellFix warning with NULL CK sessions
2010-08-14 Robert AncellSet some env variables that GDM does
2010-08-05 unknownBetter log message when getpwnam fails
2010-08-05 unknownBe more paranoid with getpwnam
2010-08-04 unknownCheck if getpwnam does not work
2010-08-04 unknownUse D-Bus datatype for CK uid (may be causing a crash...
2010-07-31 unknownChange authorization cookie between sessions
2010-07-30 unknownFix log file location
2010-07-30 unknownSet GDMSESSION and USERNAME env variables
2010-07-30 unknownWrite greeter/session/xserver logs to files
2010-07-29 unknownClean up X servers on exit properly
2010-07-29 unknownFix signal error
2010-07-29 unknownNote about having to change authorization after logout
2010-07-29 unknownSend SIGHUP to X server to disconnect all clients
2010-07-29 unknownMake ConsoleKit optional
2010-07-26 unknownUse better login API
2010-07-25 unknownRun session through Xsession, set PATH
2010-07-25 unknownSet DESKTOP_SESSION env variable
2010-07-22 unknownHandle authentication being interrupted
2010-07-22 unknownHandle xsession files with Type=XSession
2010-07-22 unknownFix login
2010-07-22 unknownmerge
2010-07-22 unknownFix login bug
2010-07-21 unknownCK session stuff for greeters to make upower work
2010-07-21 unknownDon't go into a respawn loop when the greeter fails
2010-07-21 unknownSupport theme properties, use this to find the gtkrc...
2010-07-20 unknownMore theme stuff
2010-07-20 unknownRemove gobject properties, they just add extra code...
2010-07-19 unknownMake persistent connection to remote server with proper...
2010-07-18 unknownStore authorization in files
2010-07-16 unknownSupport displays acting as XDMCP terminals
2010-07-16 unknownMake --test-mode which runs as the current user
2010-07-15 Testy TesterClean up on exit
2010-07-15 unknownTidy up
2010-07-14 unknownMove code around
2010-07-14 unknownAdd basic XDMCP support
2010-07-12 unknownMove session manager client side
2010-07-12 unknownSplit session into separate file
2010-07-10 unknownWait for signal from X server before starting session
2010-06-27 unknownLeave xserver and session errors printing to stdout
next