aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/greeter-list.vala: Leave it unclear in message whether username or passwo...Mike Gabriel2023-10-121-1/+1
* settings: Add font scaling via GDK_DPI_SCALE. This is not adjustable at runti...Mike Gabriel2023-10-102-0/+9
* src/arctica-greeter.vala: add error handling to check_hidpi ().Mihai Moldovan2023-10-101-4/+23
* src/arctica-greeter.vala: Change D-Bus name and pathRobert Tari2023-10-091-4/+4
* src/background.vala: better positioning of logo, make the positioning indepen...Mike Gabriel2023-10-051-2/+6
* src/arctica-greeter.vala: Move HiDPI setup above OptionContext parsing.Mike Gabriel2023-10-061-17/+24
* Move NM_APPLET_HIDE_POLICY_ITEMS env var setting above OptionContext parsing.Mike Gabriel2023-10-061-3/+13
* Drop big-font setting. Font scaling will be handled differently and more stat...Mike Gabriel2023-10-062-50/+6
* Move greeter_set_env to AGUtils.Mike Gabriel2023-10-062-32/+35
* Show labels for 'Username:' and 'Password:' if configured via gsettings.Mike Gabriel2023-10-062-0/+15
* src/main-window.vala: Drop obsolete / commented out code.Mike Gabriel2023-10-051-17/+1
* src/toggle-box.vala: In high-contrast mode, brighten up the non-selected butt...Mike Gabriel2023-10-031-1/+1
* src/arctica-greeter.vala: Initialise OnBoard and Orca after the greeter is pr...Robert Tari2023-10-031-4/+11
* src/arctica-greeter.vala: Initialize screen-reader and OSK as configured in g...Mike Gabriel2023-10-031-0/+4
* a11y / OSK: Restart OSK on theme toggling (normal/high-contrast) and adjust t...Mike Gabriel2023-10-032-8/+97
* src/settings.vala: refactor (icon) theme setting in a cleaner way.Mike Gabriel2023-09-191-8/+19
* src/arctica-greeter.vala: Check for high-contrast mode when initializing gtk-...Mike Gabriel2023-09-191-15/+27
* src/settings.vala: remove default_theme_name_ private variable.Mihai Moldovan2023-09-191-6/+14
* src/settings.vala: Introduce 'high-contrast-icon-theme-name' gsetting and tog...Mike Gabriel2023-09-191-4/+5
* src/background.vala: Produce debug output when current_background gets changed.Mike Gabriel2023-09-181-0/+5
* src/background.vala: Disable drawing the grid when in high-contrast mode.Mike Gabriel2023-09-181-1/+2
* a11y: Disable background image when in high-contrast mode.Mike Gabriel2023-09-182-1/+26
* src/user-list.vala: Add debug output on high-contrast toggle switch backgroun...Mike Gabriel2023-09-181-1/+4
* Drop all internal a11y indicator related codeRobert Tari2023-09-162-269/+13
* src/arctica-greeter.vala: Toggle Orca, high contrast and OnBoard via D-BusRobert Tari2023-09-161-11/+151
* src/arctica-greeter.vala: In validate_session() make it easier for the human ...Mike Gabriel2023-09-151-8/+16
* src/arctica-greeter.vala: Use '&&' operators instead of '&' in if-clauses.Mike Gabriel2023-09-151-4/+4
* Introduce gsetting (bool): hide-default-xsession.Mike Gabriel2023-09-152-2/+11
* Introduce gsettings (list): includeonly-sessions, excluded-sessions.Mike Gabriel2023-09-152-0/+33
* src/session-list.vala: Rework case-insensitive session sorting. Do the sortin...Mike Gabriel2023-09-151-7/+3
* src/toggle-box.vala: Fix runtime Gtk.Warning about missing size unit. Using s...Mike Gabriel2023-09-151-1/+1
* Introduce gsetting (array of strings): preferred-sessions.Mike Gabriel2023-09-152-8/+6
* {src,tests}/Makefile.am: implement proper GTK+ 3/GTK 4 switching support.Mihai Moldovan2023-09-121-0/+15
* src/arctica-greeter.vala: Add FIXME for new/direct indicator startup method.Mike Gabriel2023-09-111-0/+6
* src/arctica-greeter.vala: Drop indicator startup via systemctl and spawn_asyn...Mike Gabriel2023-09-111-48/+30
* src/shutdown-dialog.vala: keep dialog size fixed.Mihai Moldovan2023-09-111-5/+50
* src/shutdown-dialog.vala: Rephrase shutdown dialog's new timeout message(s) s...Mike Gabriel2023-09-071-2/+2
* src/shutdown-dialog.vala: implement timer function triggering focused button.Mihai Moldovan2023-08-311-1/+107
* src/shutdown-dialog.vala: remove focus_{next,prev}.Mihai Moldovan2023-08-311-12/+0
* settings: add shutdown-dialog-timeout integer option.Mihai Moldovan2023-08-311-0/+1
* src/arctica-greeter.vala: fix tiny main window on startup.Mihai Moldovan2023-08-301-0/+2
* background: use logo alpha dconf setting.Mihai Moldovan2023-08-281-1/+1
* settings: add configuration option for logo alpha.Mihai Moldovan2023-08-281-0/+1
* src/arctica-greeter.vala: Do not rename users in D-Bus methodsRobert Tari2023-07-021-10/+0
* src/arctica-greeter.vala: Modify user change signallingRobert Tari2023-05-091-18/+19
* src/idle-monitor.vala: Fix Gdk.Display -> Gdk.X11.Display castingRobert Tari2023-05-081-1/+2
* src/main-window: Rewrite some deprecated Gtk.AlignmentsRobert Tari2023-05-081-10/+11
* src/menubar.vala: Fix host name positionRobert Tari2023-05-081-1/+4
* src/arctica-greeter.vala: Add D-Bus server with methods needed by the keyboar...Robert Tari2023-05-071-2/+96
* Add missing default to switchRobert Tari2023-05-071-0/+4