aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Make menubar shadow configurableRobert Tari2025-05-232-35/+48
|
* Apply custom menubar transparency even if theme background is usedRobert Tari2025-05-221-3/+3
| | | | fixes https://github.com/ArcticaProject/arctica-greeter/issues/122
* Use the theme menubar background colour if no custom colour is specifiedRobert Tari2025-05-211-23/+36
|
* Add background image positionRobert Tari2025-05-122-2/+29
|
* src/Makefile.am: Remove arctica_greeter_vala.stamp - it keeps sending ↵Robert Tari2025-05-051-2/+0
| | | | config.h to valac
* src/animate-timer.vala: EasingFunc cannot be a GLib.Object property - turn ↵Robert Tari2025-05-051-1/+3
| | | | it into a public variable
* Allow filtering out users from hidden groupsRobert Tari2025-05-052-0/+31
|
* src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow style.Mike Gabriel2025-04-301-1/+1
|
* src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally.Mike Gabriel2025-04-301-1/+3
|
* Fix and future-proof the menubarRobert Tari2025-04-292-166/+50
|
* Allow error label to be displayed below the login entryRobert Tari2025-04-282-1/+14
|
* Rewrite Gtk.AlignmentRobert Tari2025-04-272-35/+30
|
* src/prompt-box.vala: Add manual text wrappingRobert Tari2025-04-271-1/+35
|
* src/settings.vala: Drop unused safe_get_booleanRobert Tari2025-04-111-13/+0
|
* Fix deprecated colour overridesRobert Tari2025-04-113-9/+17
|
* Add logo positioning tweaksRobert Tari2025-04-112-2/+30
|
* Add prompt box tweaksRobert Tari2025-04-103-24/+53
|
* src/shutdown-dialog: Fix possible null warningRobert Tari2025-04-081-2/+3
|
* src/arctica-greeter.vala: Drop unused wm_message_pidRobert Tari2025-04-081-2/+1
|
* src/main-window.vala: Drop deprecated Gdk.Screen.get_* functionsRobert Tari2025-04-081-2/+39
|
* src/main-window.vala: Fix content_box.margin_right and margin_leftRobert Tari2025-04-081-3/+3
|
* src/main-window.vala: Fix DBusConnection.callRobert Tari2025-04-081-4/+4
|
* Fix size and position of elementsRobert Tari2025-04-084-5/+6
|
* src/main-window.vala: Toggle a11y states when accelerators are pressedRobert Tari2025-04-041-1/+94
|
* src/menubar.vala: Fix DateTime Indicator high contrast labelRobert Tari2025-04-011-1/+14
|
* arctica-greeter/src/greeter-list.vala: Fix DashBox height when the content ↵Robert Tari2025-03-311-1/+3
| | | | changes
* src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before using ↵Mike Gabriel2025-03-262-0/+2
| | | | printf with floats.
* src/main-window.vala: Render the back-button with black background and white ↵Mike Gabriel2025-03-241-1/+4
| | | | border. As arrow we have a white png.
* src/prompt-box.vala: Prompt box messages are always white in normal mode, ↵Mike Gabriel2025-03-241-4/+6
| | | | always black in high-contrast mode (except from errors).
* src/menubar.vala: Render the menubar always white (background is always ↵Mike Gabriel2025-03-241-1/+16
| | | | black) and use black font for the hostname if shown.
* Introduce UI/widget scaling per scaling factor.Mike Gabriel2025-03-2410-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 Gabriel2025-03-241-1/+1
| | | | gsettings configuration.
* src/main-window.vala: Recuce the menubar height when settings struts by 7px ↵Mike Gabriel2024-12-281-0/+3
| | | | ( x scaling factor).
* src/main-window.vala: Apply Gdk property change to toplevel of the ↵Mike Gabriel2024-12-281-2/+2
| | | | MainWindow (just in case).
* src/arctica-greeter.vala: Re-arrange calls to MainWindow.set_struts().Mike Gabriel2024-12-282-2/+3
|
* src/main-window.vala: Make set_struts() a method without parameters and move ↵Mike Gabriel2024-12-281-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 Gabriel2024-12-281-0/+1
| | | | the main window itself.
* src/main-window.vala: Convert set_struts() method to a non-static method (by ↵Mike Gabriel2024-12-281-6/+5
| | | | its code).
* src/session-list.vala: Document SUSE's handling of default.desktop in ↵Mike Gabriel2024-12-281-0/+6
| | | | /usr/share/xsessions/.
* src/session-list.vala: Skip session key 'default' when detecting the ↵Mike Gabriel2024-12-281-0/+6
| | | | session's icon name.
* src/session-list.vala: Use xsession_badge.png for session key "default".Mike Gabriel2024-12-281-0/+1
|
* src/arctica-greeter.vala: Adjust comment (Slick Greeter -> arctica-greeter).Mike Gabriel2024-12-281-1/+1
|
* src/settings-daemon.vala: Fake org.gnome.SessionManager's RegisterClient ↵Mike Gabriel2024-06-191-0/+9
| | | | D-Bus method.
* src/: Drop another (now) superfluous '!do_test_mode' check.Mike Gabriel2024-06-191-1/+1
|
* src/: Skip start_notification_daemon() and start_real_wm() if in test-mode.Mike Gabriel2024-06-191-60/+66
|
* src/: Exclude more code from being run in start_indicators() when in test-mode.Mike Gabriel2024-06-191-12/+12
|
* src/arctica-greeter: Reduce \!do_test_mode checks by 1.Mike Gabriel2024-06-191-7/+4
|
* src/: Only run enable_tap_to_click() when not in test-mode.Mike Gabriel2024-06-191-3/+4
|
* src/: Only fiddle with MATE scaling factor settings if not in test-mode.Mike Gabriel2024-06-191-5/+9
|
* src/arctica-greeter.vala: Handle get_state() return null gracefully in ↵Mike Gabriel2024-06-191-2/+2
| | | | ArcticaGreeter.GetUser(), don't operate on null as if it was a string.