1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
Overview of changes in lightdm-gtk-greeter x.y.z
* Use new api for autologin.
* Add support for loading user background from Accountsservice.
Overview of changes in lightdm-gtk-greeter 1.3.1
* Clean up DISTCLEANFILES to fix FTBFS-twice-in-a-row
* Drop custom icons now that there's a config option for the icon theme
* Rename the 'Login' button to 'Unlock' when the user is already logged in
* Don't hide the login box when cancel is pressed, instead refresh the
prompt box to show the correct username prompt
* Hide the Cancel button, useless with the userlist combobox
Overview of changes in lightdm-gtk-greeter 1.3.0
* Properly center the login window after a resize
* Add names to widgets to ease theming
* Replace the userlist's treeview with a combobox
* Document the option to show the language chooser
* Add a config option to set the path to the logo image
* Add a config option to set the icon theme
* Use a known icon name for the accessibility menu
* Remember the last session used
* Update po/LINGUAS.
Overview of changes in lightdm-gtk-greeter 1.1.6
* Fix 'Large Font' option for fontnames containing spaces (Bug #908926)
* Fix 'Cancel' button action, and clear the error label (Bug #990315)
* Add missing include for setlocale (Bug #999438)
* Updated translations.
Overview of changes in lightdm-gtk-greeter 1.1.5
* Restore all translations lost during the split from lightdm
Overview of changes in lightdm-gtk-greeter 1.1.4
* Load greeter configuration from correct directory
Overview of changes in lightdm-gtk-greeter 1.1.3
* Fix greeter looking for data in the wrong directory
Overview of changes in lightdm-gtk-greeter 1.1.2
* Correctly link against libX11
* Remove deprecated GTK+ functions
Overview of changes in lightdm-gtk-greeter 1.1.1
* Split out of lightdm source
* Translate login prompts using the translations from PAM
|