aboutsummaryrefslogtreecommitdiff
path: root/src/arctica-greeter.vala
Commit message (Expand)AuthorAgeFilesLines
* src/: Drop another (now) superfluous '!do_test_mode' check.Mike Gabriel19 hours1-1/+1
* src/: Skip start_notification_daemon() and start_real_wm() if in test-mode.Mike Gabriel19 hours1-60/+66
* src/: Exclude more code from being run in start_indicators() when in test-mode.Mike Gabriel19 hours1-12/+12
* src/arctica-greeter: Reduce \!do_test_mode checks by 1.Mike Gabriel19 hours1-7/+4
* src/: Only run enable_tap_to_click() when not in test-mode.Mike Gabriel19 hours1-3/+4
* src/: Only fiddle with MATE scaling factor settings if not in test-mode.Mike Gabriel19 hours1-5/+9
* src/arctica-greeter.vala: Handle get_state() return null gracefully in Arctic...Mike Gabriel19 hours1-2/+2
* Make position of the greeter magnifier configurableRobert Tari25 hours1-2/+24
* src/: OSK and Magnifier: always keep above other windows, don't use window de...Mike Gabriel2 days1-0/+4
* src/: On every toggle/enable resize/reposition the OSK. Required when running...Mike Gabriel2 days1-0/+3
* src/: Let onboard know that it got launched for arctica-greeter.Mike Gabriel2 days1-1/+1
* src/: Resize and position magnifier window.Mike Gabriel2 days1-0/+13
* src/: Don't launch Geoclue agent when in test mode.Mike Gabriel2 days1-23/+23
* src/: Launch/stop real window manager event based.Mike Gabriel2 days1-67/+77
* window manager: Alternatively to metacity, also support marco.Mike Gabriel2 days1-1/+1
* src/arctica-greeter.vala: Don't reference 'Marco' anymore, the WM is / will b...Mike Gabriel2 days1-2/+2
* src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles don't overlay...Mike Gabriel2 days1-0/+4
* src/: Re-introduce having a window manager (metacity this time, with keybindi...Mike Gabriel2 days1-0/+66
* src/: Assure that org.mate.interface's window-scaling-factor is set to 1x sca...Mike Gabriel2 days1-0/+5
* src/: Use AGUtils.greeter_set_env() (includes update of the D-Bus activation ...Mike Gabriel2 days1-5/+5
* src/: Move all env variable settings before the cmdline option parse() method...Mike Gabriel2 days1-0/+23
* main window: Keep always below all other windows (esp. helpful for nm-applets...Mike Gabriel2 days1-1/+2
* Support openSUSE style of marking the default (X11) session.Mike Gabriel2 days1-34/+51
* src/arctica-greeter.vala: Only load state file if it already exists.Mike Gabriel2 days1-7/+12
* Launch mate-notification-daemon in greeter session for showing system notific...Mike Gabriel2 days1-2/+50
* Wait with Ayatana Indicators startup until D-Bus mimick services have come up.Mike Gabriel8 days1-89/+99
* 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
* Add magnifier toggling logicRobert Tari2023-12-061-0/+40
* Send user change signal for manual user entriesRobert Tari2023-11-241-0/+5
* src/arctica-greeter.vala: Support (configurably) loading the GeoClue-2.0 agent.Mike Gabriel2023-11-181-0/+45
* 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
* settings: Add font scaling via GDK_DPI_SCALE. This is not adjustable at runti...Mike Gabriel2023-10-101-0/+8
* 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/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-061-32/+6
* 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-031-8/+96
* src/arctica-greeter.vala: Check for high-contrast mode when initializing gtk-...Mike Gabriel2023-09-191-15/+27
* 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-151-2/+10
* Introduce gsettings (list): includeonly-sessions, excluded-sessions.Mike Gabriel2023-09-151-0/+31
* Introduce gsetting (array of strings): preferred-sessions.Mike Gabriel2023-09-151-8/+5