Overview of changes in unity-greeter 0.2.9 * Backport better keyboard focus handling from upstream as new windows appear and disappear. This fixes keyboard navigation in dialogs * Don't write garbage data to state cache file * Make sure background alpha is never stuck at non-1.0 value, blocking login * When the default session is changed in lightdm.conf, don't still show the Ubuntu badge * Recognize the "kde-plasma" session as "kde" so it gets a properly branded icon in the greeter * Try to run unity_support_test for ubuntu for pre-caching the result in /tmp for further call while the user is typing his password * Support multiple prompts from PAM * Support timed login Overview of changes in unity-greeter 0.2.8 * Add play-ready-sound option to control making a sound when the greeter loads * Add background-color option to set the background color before the background is rendered * some minor design fixups Overview of changes in unity-greeter 0.2.7 * Fix onscreen keyboard not working * Fix crashes when manual login is enabled * Show manual login when guest is only other user Overview of changes in unity-greeter 0.2.6 * Fix the corruption between unity-greeter and Unity loading * Fix crash when reloading background images * Fix displayed name of keyboard layout with some variants Overview of changes in unity-greeter 0.2.5 * Don't allow dragging the window by the top bar * Fix keyboard navigation * Fix prompt entry text not showing in some themes * Fix Orca command line so it works with version 3.3.90+ * Show "Retry" instead of "Login" if a no-prompt login fails * Show manual login option when no users available * Show manual login option if hint is present * Show PAM prompts, albeit not in a pretty fashion * Allow pressing Escape to cancel a misbehaving login * Tweaked animations * Update logo to add "LTS" Overview of changes in unity-greeter 0.2.4 * Don't crash when all monitors are the same size * Use OS icon instead of cog for session selector * Show arrow on password entry to indicate will login * Show session chooser dialog instead of a menu Overview of changes in unity-greeter 0.2.3 * Play system-ready sound on startup * Fix placement of user-is-logged-in arrow Overview of changes in unity-greeter 0.2.2 * Support multi-monitor * Add messaging indicator * Add a11y shortcuts * Remember a11y settings * Launch at-spi so Orca works Overview of changes in unity-greeter 0.2.1 * Fix session menu button not showing for first user * Skip indicators that fail to load * Distribute translations correctly * Load indicators from location specified in pkg-config * Use gsettings instead of /etc/lightdm/unity-greeter.conf * Accept numpad arrow key presses * Instead of showing all layouts in the system in the keyboard indicator, only show the layouts a user has configured * Don't crash if gnome-settings-daemon's gsettings schema isn't as expected * Disable gnome-settings-daemon's new gsdwacom plugin as well as its older wacom plugin * Use vala-0.16 instead of valac-0.14 Overview of changes in unity-greeter 0.2.0 * Improve scrolling animation * Select menubar when F10 is pressed * Fix Orca not starting when enabling screen reader * Add a keyboard indicator * Always focus new windows * Check version of Vala when compiling * Update logo for 12.04 * Use default invisible character in password dialog * Darken indicator bar * User smaller grid size * Put end-stops on user list scrolling * Only fade out user labels that can't fit in completely * Center dots * Add translator comments * Add option to disable dots * Only redraw parts of the screen that have changed * Don't run the greeter if can't connect to daemon and not in test mode Overview of changes in unity-greeter 0.1.1 * Stop loading indicators in a thread - they don't seem thread safe * Fade usernames so it looks more like a carousel * Darken indicator background so they are easier to read * Fade out long messages * Remove "Other" entry when using user list * Don't run the greeter if can't connect to daemon and not in test mode Overview of changes in unity-greeter 0.1.0 * Fix greeter running in loop when greeter-hide-users=true * Remember the last selected user between logins * Select correct session when logging in manually * Fix non-translation of password prompt * Resize background when resizing window * Move/resize window when monitors changed * Disable xrandr gnome-settings-daemon plugin - always mirror the displays Overview of changes in unity-greeter 0.0.9 * Set background color of window to "dark aubergine" so boot delays don't cause a white flash * Kill onboard on exit to stop window showing up * Don't give the onscreen keyboard focus, this makes it work * Load indicators sequentially, they seem to crash loading in parallel * Fix translations not being used * Show authentication messages as well as prompts * Disable the text entry after text has been entered * Don't start authentication as each user is added to the user list Overview of changes in unity-greeter 0.0.8 * Fix grid offset * Fix non-latin names being displayed incorrectly * Change asynchronous indicator loader code, suspect it is causing a race condition? Overview of changes in unity-greeter 0.0.7 * Show caps-lock warning in password field * Use constant time animation * Render background images in a background thread * Load indicators in a thread * Add timing to logs * Add more logging messages * Fade out long names * Wait until background is loaded before showing the main window - stops a white flash being seen on startup. Overview of changes in unity-greeter 0.0.6 * Fix password cursors not getting focus * Make logo configurable again * Disable FUSE * Show if users are currently logged in * Update user list when users are added/removed/modified * Use select user hint to select the correct user * Fix vertical grid alignment of user list * Add accessibility menu with high contrast, screen reader and onscreen keyboard * Make use of hide users hint * Change "Other..." entry to match username being entered * Rename "Guest Account" to "Guest Session" to match desktop * Don't give keyboard focus to session selector when clicking on it * Stop hostname being selectable * Hide the "Other..." entry when user list showing Overview of changes in unity-greeter 0.0.5 * Use Ubuntu regular font * Increase grid size to match design * Reduce width of login box * Use correct Ubuntu logo Overview of changes in unity-greeter 0.0.4 * (Not released due to broken bzr tag) Overview of changes in unity-greeter 0.0.3 * Set icon theme * Use power indicator * Setup indicators to run in greeter mode * Allow OS name and version to be configurable * Run gnome-settings-daemon to get power management, a11y, xrandr etc * Fix translations * Get menubar with transparent background (finally) * Update to latest design Overview of changes in unity-greeter 0.0.2 * Add copyright headers to .vala files * Update to work with lightdm 0.9 * Add a config file and load Ambiance theme * Fit to primary monitor * Set root background Overview of changes in unity-greeter 0.0.1 * Initial release