Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before using ↵ | Mike Gabriel | 10 days | 2 | -0/+2 |
| | | | | printf with floats. | ||||
* | src/main-window.vala: Render the back-button with black background and white ↵ | Mike Gabriel | 11 days | 1 | -1/+4 |
| | | | | border. As arrow we have a white png. | ||||
* | src/prompt-box.vala: Prompt box messages are always white in normal mode, ↵ | Mike Gabriel | 11 days | 1 | -4/+6 |
| | | | | always black in high-contrast mode (except from errors). | ||||
* | src/menubar.vala: Render the menubar always white (background is always ↵ | Mike Gabriel | 11 days | 1 | -1/+16 |
| | | | | black) and use black font for the hostname if shown. | ||||
* | Introduce UI/widget scaling per scaling factor. | Mike Gabriel | 11 days | 10 | -59/+124 |
| | | | | This gsettings 'widget-scaling-factor' can be used together with the 'xft-dpi' setting to fractionally scale the UI to better readability. | ||||
* | src/menubar.vala: Soften the menubar shadow depending on 'menubar-alpha' ↵ | Mike Gabriel | 12 days | 1 | -1/+1 |
| | | | | gsettings configuration. | ||||
* | src/main-window.vala: Recuce the menubar height when settings struts by 7px ↵ | Mike Gabriel | 2024-12-28 | 1 | -0/+3 |
| | | | | ( x scaling factor). | ||||
* | src/main-window.vala: Apply Gdk property change to toplevel of the ↵ | Mike Gabriel | 2024-12-28 | 1 | -2/+2 |
| | | | | MainWindow (just in case). | ||||
* | src/arctica-greeter.vala: Re-arrange calls to MainWindow.set_struts(). | Mike Gabriel | 2024-12-28 | 2 | -2/+3 |
| | |||||
* | src/main-window.vala: Make set_struts() a method without parameters and move ↵ | Mike Gabriel | 2024-12-28 | 1 | -3/+9 |
| | | | | previous set_struts() to _set_struts() (private method now). | ||||
* | src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts not affect ↵ | Mike Gabriel | 2024-12-28 | 1 | -0/+1 |
| | | | | the main window itself. | ||||
* | src/main-window.vala: Convert set_struts() method to a non-static method (by ↵ | Mike Gabriel | 2024-12-28 | 1 | -6/+5 |
| | | | | its code). | ||||
* | src/session-list.vala: Document SUSE's handling of default.desktop in ↵ | Mike Gabriel | 2024-12-28 | 1 | -0/+6 |
| | | | | /usr/share/xsessions/. | ||||
* | src/session-list.vala: Skip session key 'default' when detecting the ↵ | Mike Gabriel | 2024-12-28 | 1 | -0/+6 |
| | | | | session's icon name. | ||||
* | src/session-list.vala: Use xsession_badge.png for session key "default". | Mike Gabriel | 2024-12-28 | 1 | -0/+1 |
| | |||||
* | src/arctica-greeter.vala: Adjust comment (Slick Greeter -> arctica-greeter). | Mike Gabriel | 2024-12-28 | 1 | -1/+1 |
| | |||||
* | src/settings-daemon.vala: Fake org.gnome.SessionManager's RegisterClient ↵ | Mike Gabriel | 2024-06-19 | 1 | -0/+9 |
| | | | | D-Bus method. | ||||
* | src/: Drop another (now) superfluous '!do_test_mode' check. | Mike Gabriel | 2024-06-19 | 1 | -1/+1 |
| | |||||
* | src/: Skip start_notification_daemon() and start_real_wm() if in test-mode. | Mike Gabriel | 2024-06-19 | 1 | -60/+66 |
| | |||||
* | src/: Exclude more code from being run in start_indicators() when in test-mode. | Mike Gabriel | 2024-06-19 | 1 | -12/+12 |
| | |||||
* | src/arctica-greeter: Reduce \!do_test_mode checks by 1. | Mike Gabriel | 2024-06-19 | 1 | -7/+4 |
| | |||||
* | src/: Only run enable_tap_to_click() when not in test-mode. | Mike Gabriel | 2024-06-19 | 1 | -3/+4 |
| | |||||
* | src/: Only fiddle with MATE scaling factor settings if not in test-mode. | Mike Gabriel | 2024-06-19 | 1 | -5/+9 |
| | |||||
* | src/arctica-greeter.vala: Handle get_state() return null gracefully in ↵ | Mike Gabriel | 2024-06-19 | 1 | -2/+2 |
| | | | | ArcticaGreeter.GetUser(), don't operate on null as if it was a string. | ||||
* | Make position of the greeter magnifier configurable | Robert Tari | 2024-06-19 | 2 | -3/+26 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-a11y/issues/26 | ||||
* | src/: OSK and Magnifier: always keep above other windows, don't use window ↵ | Mike Gabriel | 2024-06-18 | 1 | -0/+4 |
| | | | | decoration. Required when running under a window manager such as metacity or marco. | ||||
* | src/: On every toggle/enable resize/reposition the OSK. Required when ↵ | Mike Gabriel | 2024-06-18 | 1 | -0/+3 |
| | | | | running under a window manager such as metacity or marco. | ||||
* | src/: Let onboard know that it got launched for arctica-greeter. | Mike Gabriel | 2024-06-18 | 1 | -1/+1 |
| | | | | | | On distros without onboard having been ported from unity-greeter to arctica-greeter this setting may need a patch. @Distro maintainers: please replace s/arctica-greeter/unity-greeter/g. | ||||
* | src/: Resize and position magnifier window. | Mike Gabriel | 2024-06-18 | 1 | -0/+13 |
| | | | | | | | | Place the magnifier window to the right part of this screen. This needs a follow up as we can now configure the position of the login prompt box via GSettings. Currently this only works for prompt box being on the left (default) part of the screen. | ||||
* | src/main-window.vala: Update struts when monitor setup changed. | Mike Gabriel | 2024-06-18 | 1 | -0/+1 |
| | |||||
* | src/main-window.vala: In set_struts() consider window scaling when ↵ | Mike Gabriel | 2024-06-18 | 1 | -12/+13 |
| | | | | | | calculting _NET_WM_STRUT{,_PARTIAL} (fixes broken geometry). Regression fix for 275703604d44fff336f631f93e7a47bb3a3b09fd. | ||||
* | src/: In set_struts(), use already discovered geometry of the primary monitor. | Mike Gabriel | 2024-06-18 | 1 | -19/+22 |
| | |||||
* | src/: Don't launch Geoclue agent when in test mode. | Mike Gabriel | 2024-06-18 | 1 | -23/+23 |
| | |||||
* | src/: Launch/stop real window manager event based. | Mike Gabriel | 2024-06-18 | 1 | -67/+77 |
| | |||||
* | window manager: Alternatively to metacity, also support marco. | Mike Gabriel | 2024-06-18 | 1 | -1/+1 |
| | |||||
* | src/arctica-greeter.vala: Don't reference 'Marco' anymore, the WM is / will ↵ | Mike Gabriel | 2024-06-18 | 1 | -2/+2 |
| | | | | be configurable. | ||||
* | src/: Set _NET_WM_STRUT{,_PARTIAL} so that notification bubbles don't ↵ | Mike Gabriel | 2024-06-18 | 3 | -6/+76 |
| | | | | overlay the menubar. | ||||
* | src/: Re-introduce having a window manager (metacity this time, with ↵ | Mike Gabriel | 2024-06-18 | 2 | -0/+67 |
| | | | | keybindings disabled). Make having it conifugrable via GSettings. | ||||
* | src/: Assure that org.mate.interface's window-scaling-factor is set to 1x ↵ | Mike Gabriel | 2024-06-18 | 1 | -0/+5 |
| | | | | scaling (we handle it ourselves via env vars and don't want the HiDPI effect to duplicated. | ||||
* | src/: Use AGUtils.greeter_set_env() (includes update of the D-Bus activation ↵ | Mike Gabriel | 2024-06-18 | 1 | -5/+5 |
| | | | | environment) instead of GLib.Environment.set_variable(). | ||||
* | src/: Move all env variable settings before the cmdline option parse() ↵ | Mike Gabriel | 2024-06-18 | 1 | -0/+23 |
| | | | | method to actually have an effect. | ||||
* | main window: Keep always below all other windows (esp. helpful for ↵ | Mike Gabriel | 2024-06-18 | 1 | -1/+2 |
| | | | | nm-applets WiFi credentials dialog). | ||||
* | Support openSUSE style of marking the default (X11) session. | Mike Gabriel | 2024-06-18 | 2 | -40/+113 |
| | |||||
* | src/arctica-greeter.vala: Only load state file if it already exists. | Mike Gabriel | 2024-06-18 | 1 | -7/+12 |
| | |||||
* | Launch mate-notification-daemon in greeter session for showing system ↵ | Mike Gabriel | 2024-06-18 | 2 | -3/+60 |
| | | | | | | | | | notifications. Also delay Ayatana Indicators startup to assure that the notification-daemon is up and running (rather than any of the installed D-Bus activated org.freedesktop.Notification service). We want mate-notification-daemon. | ||||
* | Wait with Ayatana Indicators startup until D-Bus mimick services have come up. | Mike Gabriel | 2024-06-12 | 2 | -89/+108 |
| | |||||
* | src/settings-daemon.vala: Also mimick org.mate.ScreenSaver D-Bus service. | Mike Gabriel | 2024-06-12 | 1 | -6/+36 |
| | |||||
* | Revert "Work around GTK 3.20's new allocation logic. Ported from slick-greeter." | Mike Gabriel | 2024-06-04 | 3 | -8/+0 |
| | | | | This reverts commit 2fa9791d9802d5c34323d9bd99ad9fa608abdda6. | ||||
* | src/greeter-list.vala: Redraw greeter box after showing/adding a message to it. | Mike Gabriel | 2024-06-04 | 1 | -0/+1 |
| | | | | | | This fixing cut-off lower edges of the greeter box shown after error messages have been added to the greeter box (e.g. login failed, password expired, etc.). | ||||
* | src/greeter-list.vala: Drop extra Gtk >= 3.20 queue_allocate(). Not required ↵ | Mike Gabriel | 2024-06-04 | 1 | -4/+0 |
| | | | | | | anymore. This partially reverts 552dd36c2c012642643cba5692cb90c2300e4dd2. |