]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/Makefile.am
Removed the Vala and Python GTK+ greeters, they weren't being well maintained.
[sojka/lightdm.git] / src / Makefile.am
2011-07-18 Robert AncellRemoved the Vala and Python GTK+ greeters, they weren...
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 AncellSplitting xserver into two classes
2011-07-16 Robert AncellDrop most of the configure options, they aren't necessary
2011-07-15 Robert AncellIntroduce a seat object
2011-07-15 Robert AncellAllow xauth to be in system location again
2011-07-04 Robert AncellMove vt code into it's own module
2011-06-26 Robert AncellMore work getting guest mode working
2011-06-15 Robert AncellGet tests running with make distcheck
2011-06-10 Robert AncellMerge copyright changes
2011-06-10 Robert AncellAllow more defaults to be set from the command line
2011-06-09 Robert AncellMerge in changes for LP:#789389
2011-06-07 Robert AncellMove user code into own module
2011-06-07 Robert AncellRemove obsolete user-manager D-Bus interface
2011-06-06 Robert AncellAllow all directories to be overridden by config, split...
2011-06-06 Robert AncellMake configuration and GuestManager singletons
2011-06-03 Robert AncellStart laying foundations for guest accounts
2011-05-05 Robert AncellMove user manager into liblightdm
2011-04-15 Robert AncellFix more distcheck stuff
2011-03-13 unknownMove greeter code into greeter.c
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-01-19 unknownUse $< instead of $^ as it doesn't work in BSD make
2010-12-03 Robert AncellFix themedir config
2010-11-12 unknownInclude ck-connector code to reduce library dependencies
2010-10-31 unknownLoad user settings from ~/.dmrc
2010-08-23 unknownCorrectly clean files on make clea
2010-07-30 unknownWrite greeter/session/xserver logs to files
2010-07-29 unknownFix incorrect auth dir
2010-07-29 unknownSend SIGHUP to X server to disconnect all clients
2010-07-29 unknownMake ConsoleKit optional
2010-07-21 unknownSupport theme properties, use this to find the gtkrc...
2010-07-19 unknownMake persistent connection to remote server with proper...
2010-07-18 unknownStore authorization in files
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-02 unknownUse maximum warnings
2010-06-27 unknownDistribute some missing files
2010-06-27 unknownGet make distcheck working
2010-06-20 unknownSplit out theme loader
2010-06-20 unknownSplit the xserver into its own module
2010-06-19 unknownMake libldmgreeter library
2010-06-14 unknownMake a .theme format
2010-06-12 unknownStarted work on WebKit greeter
2010-05-10 unknownFix default config file location
2010-05-05 unknownMake options configurable
2010-05-04 unknownAble to configure and change sessions
2010-05-04 unknownSupport autologin from config
2010-05-03 unknownAdd session support
2010-05-01 unknownMove user database server-side. Fix up D-Bus object...
2010-05-01 unknownRegister display as separate D-Bus object, add Manager...
2010-04-30 unknownUse PAM sessions
2010-04-30 unknownMove PAM thread into pam_authenticator.c
2010-04-30 unknownAdd basic greeter
2010-04-29 unknownGot authentication API working
2010-04-29 unknownCompiles and does something