aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/{arctica-greeter,greeter-list}.vala: Mimick a Lomiri Greeter, make Arctic...Mike Gabriel2023-03-012-2/+2
* Add badge for 'mir-shell' DESKTOP_SESSION.Mike Gabriel2023-02-281-0/+2
* src/arctica-greeter.vala: Adjust to DBus renamings in Ayatana Indicator Sessi...Mike Gabriel2023-02-281-2/+2
* src/session-list.vala: Use correct file name 'lomiri_badge.png'.Mike Gabriel2023-02-251-1/+1
* Add badge for Lomiri.Mike Gabriel2023-02-251-0/+2
* src/arctica-greeter.vala: Don't assign new value to method argument.Mike Gabriel2023-02-251-4/+5
* src/arctica-greeter.vala: Already fall back to LightDM's system default for '...Mike Gabriel2023-02-241-2/+2
* src/arctica-greeter.vala: Always use ArcticaGreeter's default_session_hint()....Mike Gabriel2023-02-241-2/+2
* src/arctica-greeter.vala: Turn get_default_session() and validate_session() i...Mike Gabriel2023-02-243-6/+9
* Use ArcticaGreeter's way of detecting the default session, only fallback to L...Mike Gabriel2023-02-242-3/+9
* src/arctica-greeter.vala: Drop now unused continue_init variable.Mike Gabriel2023-02-241-1/+0
* src/arctica-greeter.vala: Prefer wayland sessions over X11 sessions.Mike Gabriel2023-02-241-2/+2
* src/arctica-greeter.vala: Add Lomiri to list of potential default sessions (i...Mike Gabriel2023-02-241-0/+1
* Allow wayland sessions to pass validation.Ivan Podogov2023-02-241-1/+9
* src/arctica-greeter.vala: Move ArcticaGreeter method further up again, so it ...Mike Gabriel2023-02-241-16/+16
* src/arctica-greeter.vala: Move Glib.Bus.watch_name() call out of ArcticaGreet...Mike Gabriel2023-02-241-30/+8
* src/arctica-greeter.vala: fix test mode.Mihai Moldovan2023-02-221-5/+37
* src/arctica-greeter.vala: Fix path of helper executable arctica-greeter-enabl...Mike Gabriel2023-02-061-1/+1
* shutdown-dialog: margin left/right -> margin_start_end.Joshua Peisach2023-02-061-2/+2
* Enable touchpad tap-to-click.Mike Gabriel2023-02-061-0/+13
* user-list: Allow hidden user visibility to be toggled.Clement Lefebvre2023-02-061-12/+9
* entry: Support the ability to reveal the password.Clement Lefebvre2023-02-061-0/+40
* a11y: Make the onboard layout configurable.Mike Gabriel2023-02-062-2/+11
* keyboard navigation: Don't prevent left/right movement in Gtk.Entry.Clement Lefebvre2023-02-061-10/+0
* sessions: Close dialog on Escape.Clement Lefebvre2023-02-061-0/+10
* sessions: Add a tooltip on the session badge.Clement Lefebvre2023-02-063-6/+28
* badges: Add lxqt.Clement Lefebvre2023-02-061-0/+3
* badges: Add pademelon.Clement Lefebvre2023-02-061-0/+2
* sessions: Make the list scrollable.Clement Lefebvre2023-02-061-1/+12
* orca: Fix wrong a11y text for username prompt.Clement Lefebvre2023-02-061-2/+6
* Set our own cursor theme and size internally via GtkSettings.Michael Webster2023-02-062-3/+20
* Add badge for fynedesk.Jacob2023-02-061-0/+2
* Add sway badge.Louis des Landes2023-02-061-0/+2
* Fixed default session for manual user entry.mwileczka2023-02-061-0/+4
* src/arctica-greeter.vala: Apply HiDPI settings after command line has been pa...Mike Gabriel2023-02-061-12/+13
* src/menubar.vala: Hide the bigfont feature until it's really available.Mike Gabriel2023-02-061-0/+4
* misc src/: completely rework high contrast mode, add stub for big font mode.Mihai Moldovan2023-02-068-35/+574
* src/: add util.vala, wrapping a GTK 3 function for use within vala.Mihai Moldovan2023-02-062-1/+30
* src/toggle-box.vala: fix CSS style.Mihai Moldovan2023-02-061-3/+3
* misc src/: make ArcticaGreeter a proper vala SingleInstance class.Mihai Moldovan2023-02-069-72/+118
* src/settings.vala: make SingleInstance class.Mihai Moldovan2023-02-062-1/+20
* src/settings-daemon.vala: Also set rfill MSD plugin to disabled in greeter.Mike Gabriel2022-11-281-0/+1
* src/settings-daemon.vala: Use correct MSD schema names.Mike Gabriel2022-11-281-16/+17
* src/toggle-box.vala: Port font-family-with-blanks-fix from prompt-box to togg...Mike Gabriel2022-06-271-2/+12
* session-list: Add badge for IceWM.Mike Gabriel2022-06-271-0/+2
* src/prompt-box.vala: Use regular expression to split KEY_FONT_NAME into font_...Mike Gabriel2022-06-271-3/+12
* Fix some typosElyes HAOUAS2022-06-272-2/+2
* src/Makefile.am: Avoid duplicate double-quotes.Mike Gabriel2022-06-261-4/+4
* Fix some typosElyes HAOUAS2021-06-072-2/+2
* src/main-window.vala: Fix missing parenthesis-close in debug message.Mike Gabriel2021-04-121-1/+1