summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Stop mixing tabs and spacesa13460542022-09-015-42/+42
|
* Fix typosa13460542022-08-272-4/+4
|
* Merge pull request #121 from kbucheli/configurable_keyboard_layoutsSean Davis2022-07-262-0/+45
|\ | | | | support configuring the keyboard layouts of the ~layout indicator
| * support configuring the keyboard layouts of the ~layout indicatorKonrad Bucheli2022-07-202-0/+45
| |
* | allow to configure a default session managerKonrad Bucheli2022-07-252-10/+20
|/
* Merge pull request #103 from matiasdelellis/masterSean Davis2021-11-155-56/+288
|\ | | | | Add option to round faces.
| * Add another option to highlight the logged in user.Matias De lellis2021-10-124-26/+72
| | | | | | | | | | This adds an emblem to easily highlight the image of the user. it is very similar to what many dialogs use.
| * Add a couple of macros to improve the readability of the code.Matias De lellis2021-08-061-4/+11
| | | | | | | | | | When I just started this PR, I don't understand why these comparisons, and with this it is clearer.
| * Change the hardcoded icon size around the code, to use a unique define.Matias De lellis2021-08-061-5/+9
| | | | | | | | | | It allows to change it easier if necessary. It could probably be configurable, but it is outside of this PR.
| * Add option to round user avatars.Matias De lellis2021-08-062-2/+51
| | | | | | | | This last code is based on the gnome-control-center user panel.
| * Refactor user image code. Move the code to its own file.Matias De lellis2021-08-054-104/+171
| | | | | | | | | | | | Don't save the name of the icon, nor the pixbuf of the image by default. The advantage of saving them is minimal, and the avatar for each user are generated just when necessary, so we can do the same.
| * Change the default user avatar creation prioritizing the GtkPixbuf.Matias De lellis2021-08-051-11/+70
| | | | | | | | | | | | | | Add a unique return of the function, in order to be able to modify the user's personal photos and also the default images. Also add as fallback the stock_person icon. Used in older themes.
* | Merge pull request #102 from codeswhite/reboot-key-shortcutSean Davis2021-11-152-0/+2
|\ \ | | | | | | Added key shortcut for reboot action [ALT+Delete]
| * | Added key shortcut for reboot action [ALT+Delete]Max G2021-07-122-0/+2
| |/
* | Merge pull request #80 from atemp/username-strippingSean Davis2021-11-151-0/+8
|\ \ | | | | | | Strip spaces off of entered usernames.
| * | code indention fixHeinz Deinhart2021-10-281-1/+1
| | |
| * | make username trimming unconditionally by defaultHeinz Deinhart2021-10-282-18/+6
| | |
| * | add option for username strippingHeinz Deinhart2020-10-052-0/+20
| |/
* | Rename: 'LightDM GTK+ Greeter' -> 'LightDM GTK Greeter', update GTK+ referencesSean Davis2021-11-151-3/+3
|/
* Improve builds and error handlingSean Davis2020-06-222-8/+20
|
* Respect XDG autostart pathsSean Davis2020-06-221-2/+42
|
* Fix loading Unity and Ayatana indicatorsSean Davis2020-06-221-0/+40
|
* Add support for Ayatana indicators (fixes #74)Sean Davis2020-06-212-11/+49
|
* Refresh copyrightsSean Davis2020-06-219-9/+9
|
* greeterbackground: Fix deprecated instance private data APISean Davis2020-06-211-1/+1
|
* Move from exo-csource to xdt-csourceSean Davis2020-06-211-3/+3
|
* Update copyright emailSean Davis2020-06-119-9/+9
|
* Replace ungrammatical comma splice in 'Incorrect password' message (LP: ↵Sean Davis2019-11-151-1/+1
| | | | #1810143)
* Use 'Large Text' instead of 'Large Font' (LP: #1829070)Sean Davis2019-11-151-1/+1
|
* Remove mlockall.Sean Davis2019-10-191-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect memory from being paged to disk, as we deal with passwords According to systemd-dev, "mlockall() is generally a bad idea and certainly has no place in a graphical program. A program like this uses lots of memory and it is crucial that this memory can be paged out to relieve memory pressure." With systemd version 239 the ulimit for RLIMIT_MEMLOCK was set to 16 MiB and therefore the mlockall call would fail. This is lucky becasue the subsequent mmap would not fail. With systemd version 240 the RLIMIT_MEMLOCK is now set to 64 MiB and now the mlockall no longer fails. However, it not possible to mmap in all the memory and because that would still exceed the MEMLOCK limit. " See https://bugzilla.redhat.com/show_bug.cgi?id=1662857 & canonical/lightdm#55 RLIMIT_MEMLOCK = 64 MiB means, arctica-greeter will most likely fail with 64 bit and will always fail on 32 bit systems. Hence we better disable it. Ported from Unity Greeter / Slick Greeter / Artica Greeter https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1815493 linuxmint/slick-greeter#127
* greeterconfiguration: store state for each seatAlberts Muktupāvels2018-06-271-1/+6
| | | | https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1641335
* Add config item for enabling at-spi-commandSean Davis2018-03-142-1/+9
|
* Populate authors based on bzr logSean Davis2018-03-1410-2/+102
|
* Also add keycap class to restart and shutdown windowsSimon Steinbeiß2018-03-092-1/+2
|
* Add keycap class to login window for rounded cornersSimon Steinbeiß2018-03-082-0/+3
|
* Make sure the separators don't alter the panel backgroundSimon Steinbeiß2018-03-061-0/+3
|
* Add some padding to hostnameSimon Steinbeiß2018-03-061-0/+1
|
* Add the osd styleclass to the greeter's panelSimon Steinbeiß2018-03-051-0/+1
|
* Show ~power indicator by defaultSean Davis2018-02-211-1/+1
|
* Fix the loop bug for goodSean Davis2018-02-201-1/+4
|
* Finish gnome-common build deprecation based on ↵Sean Davis2018-02-181-0/+2
| | | | https://github.com/phako/gtkterm/commit/f3d567c9e03354940fa23a183ba900649cee5121
* Merge lp:~ppbogdan/lightdm-gtk-greeter/cursor-theme into lp:lightdm-gtk-greeterSean Davis2018-02-182-1/+19
|\
| * Allow cursor theme customisation.Piotr Bogdan2017-05-222-1/+19
| |
* | Tidy up deprecations and only apply timestamp logic if there is already an ↵Sean Davis2018-02-183-6/+36
| | | | | | | | active monitor
* | Add a note so future maintainers (myself included) know what's going on with ↵Sean Davis2018-02-181-0/+6
| | | | | | | | the timestamp comparison
* | Fix the infinite loop indefinitely.Sean Davis2018-02-181-14/+26
| |
* | Fix autologin-session (LP: #1707186)Sean Davis2018-02-171-0/+6
| |
* | Merge lp:~samuel-thibault/lightdm-gtk-greeter/at-spi-bus into ↵Sean Davis2018-02-171-0/+12
|\ \ | | | | | | | | | lp:lightdm-gtk-greeter (LP: #1366534, #1670933)
| * | Fix whitespacesSamuel Thibault2017-12-211-8/+8
| | |
| * | fix buildSamuel Thibault2017-12-211-0/+1
| | |