aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* main window: Keep always below all other windows (esp. helpful for nm-applets...Mike Gabriel2024-06-181-1/+2
* Support openSUSE style of marking the default (X11) session.Mike Gabriel2024-06-182-40/+113
* src/arctica-greeter.vala: Only load state file if it already exists.Mike Gabriel2024-06-181-7/+12
* Launch mate-notification-daemon in greeter session for showing system notific...Mike Gabriel2024-06-182-3/+60
* Wait with Ayatana Indicators startup until D-Bus mimick services have come up.Mike Gabriel2024-06-122-89/+108
* src/settings-daemon.vala: Also mimick org.mate.ScreenSaver D-Bus service.Mike Gabriel2024-06-121-6/+36
* Revert "Work around GTK 3.20's new allocation logic. Ported from slick-greeter."Mike Gabriel2024-06-043-8/+0
* src/greeter-list.vala: Redraw greeter box after showing/adding a message to it.Mike Gabriel2024-06-041-0/+1
* src/greeter-list.vala: Drop extra Gtk >= 3.20 queue_allocate(). Not required ...Mike Gabriel2024-06-041-4/+0
* Add user filter to greeter's user list.Mike Gabriel2024-05-282-0/+16
* Fix hidpi rendering of session badges.Michael Webster2024-05-284-19/+27
* src/promptbox.vala: Use themed icon for unread messages.Michael Webster2024-05-281-9/+2
* greeter-list.vala: Make the user and session box wider.Michael Webster2024-05-281-1/+1
* src/{main-window,settings}.vala: Add a setting to configure the user list ali...Eugenio Depalo2024-05-282-7/+38
* src/session-list.vala: Add several more session name / badge filename aliases.Mike Gabriel2024-05-201-8/+40
* src/session-list.vala: Auto-find session badges if session name matches badge...Mike Gabriel2024-05-201-31/+20
* src/arctica-greeter.vala: Permission fix (0755 -> 0644)Mike Gabriel2024-04-081-0/+0
* Add a Magnus fork and wrap it in a new windowRobert Tari2024-04-081-35/+75
* src/Makefile.am: Install arctica-greeter to <prefix>/bin (instead of sbin).Mike Gabriel2024-02-061-1/+1
* Add magnifier toggling logicRobert Tari2023-12-062-0/+41
* Send user change signal for manual user entriesRobert Tari2023-11-242-0/+26
* src/session-list.vala: More session name / icon file mappings (plasmawayland,...Mike Gabriel2023-11-201-0/+2
* src/arctica-greeter.vala: Support (configurably) loading the GeoClue-2.0 agent.Mike Gabriel2023-11-182-0/+46
* src/arctica-greeter.vala: Drop comments that we cannot maintain (because we l...Mike Gabriel2023-11-181-2/+0
* src/arctica-greeter.vala: Search at alternative installation path /usr/lib fo...Mike Gabriel2023-11-101-10/+20
* src/arctica-greeter.vala: Fix killing OrcaRobert Tari2023-11-061-7/+7
* src/menubar.vala: Fix scroll direction valueRobert Tari2023-11-041-1/+12
* src/menubar.vala: Add scroll signallingRobert Tari2023-11-031-0/+11
* 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