aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove marco WM due to logon screen bypassBastian Kanbach2023-03-011-35/+0
* src/: Get rid of various vala interpreter warnings.Mike Gabriel2023-03-012-5/+6
* src/toggle-box.vala: Allow for more fine-grained color-tweaking of the toggle...Mike Gabriel2023-03-012-4/+55
* src/flat-button.vala: Allow color-theming (etc.) of buttons created via the F...Mike Gabriel2023-03-012-2/+26
* src/shutdown-dialog.vala: Make shutdown/reboot dialog's font configurable via...Mike Gabriel2023-03-011-6/+19
* src/toggle-box.vala: Drop draw() method. Seems unused these days.Mike Gabriel2023-03-011-14/+0
* arctica-greeter's test mode: No keyboard tweaks in test mode.Mike Gabriel2023-03-011-7/+9
* arctica-greeter's test mode: Add cmdline args '--test-highconstrast' and '--t...Mike Gabriel2023-03-011-8/+34
* src/arctica-greeter.vala: Don't launch Lomiri-related DBus listeners in test ...Mike Gabriel2023-03-012-37/+42
* 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