index
:
arctica-greeter
main
master
opensuse
pr/travis-ci
release-builds
Arctica Greeter: Greeter Frontend for LightDM
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make menubar shadow configurable
Robert Tari
2025-05-23
2
-35
/
+48
*
Apply custom menubar transparency even if theme background is used
Robert Tari
2025-05-22
1
-3
/
+3
*
Use the theme menubar background colour if no custom colour is specified
Robert Tari
2025-05-21
1
-23
/
+36
*
Add background image position
Robert Tari
2025-05-12
2
-2
/
+29
*
src/Makefile.am: Remove arctica_greeter_vala.stamp - it keeps sending config....
Robert Tari
2025-05-05
1
-2
/
+0
*
src/animate-timer.vala: EasingFunc cannot be a GLib.Object property - turn it...
Robert Tari
2025-05-05
1
-1
/
+3
*
Allow filtering out users from hidden groups
Robert Tari
2025-05-05
2
-0
/
+31
*
src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow style.
Mike Gabriel
2025-04-30
1
-1
/
+1
*
src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally.
Mike Gabriel
2025-04-30
1
-1
/
+3
*
Fix and future-proof the menubar
Robert Tari
2025-04-29
2
-166
/
+50
*
Allow error label to be displayed below the login entry
Robert Tari
2025-04-28
2
-1
/
+14
*
Rewrite Gtk.Alignment
Robert Tari
2025-04-27
2
-35
/
+30
*
src/prompt-box.vala: Add manual text wrapping
Robert Tari
2025-04-27
1
-1
/
+35
*
src/settings.vala: Drop unused safe_get_boolean
Robert Tari
2025-04-11
1
-13
/
+0
*
Fix deprecated colour overrides
Robert Tari
2025-04-11
3
-9
/
+17
*
Add logo positioning tweaks
Robert Tari
2025-04-11
2
-2
/
+30
*
Add prompt box tweaks
Robert Tari
2025-04-10
3
-24
/
+53
*
src/shutdown-dialog: Fix possible null warning
Robert Tari
2025-04-08
1
-2
/
+3
*
src/arctica-greeter.vala: Drop unused wm_message_pid
Robert Tari
2025-04-08
1
-2
/
+1
*
src/main-window.vala: Drop deprecated Gdk.Screen.get_* functions
Robert Tari
2025-04-08
1
-2
/
+39
*
src/main-window.vala: Fix content_box.margin_right and margin_left
Robert Tari
2025-04-08
1
-3
/
+3
*
src/main-window.vala: Fix DBusConnection.call
Robert Tari
2025-04-08
1
-4
/
+4
*
Fix size and position of elements
Robert Tari
2025-04-08
4
-5
/
+6
*
src/main-window.vala: Toggle a11y states when accelerators are pressed
Robert Tari
2025-04-04
1
-1
/
+94
*
src/menubar.vala: Fix DateTime Indicator high contrast label
Robert Tari
2025-04-01
1
-1
/
+14
*
arctica-greeter/src/greeter-list.vala: Fix DashBox height when the content ch...
Robert Tari
2025-03-31
1
-1
/
+3
*
src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before using pri...
Mike Gabriel
2025-03-26
2
-0
/
+2
*
src/main-window.vala: Render the back-button with black background and white ...
Mike Gabriel
2025-03-24
1
-1
/
+4
*
src/prompt-box.vala: Prompt box messages are always white in normal mode, alw...
Mike Gabriel
2025-03-24
1
-4
/
+6
*
src/menubar.vala: Render the menubar always white (background is always black...
Mike Gabriel
2025-03-24
1
-1
/
+16
*
Introduce UI/widget scaling per scaling factor.
Mike Gabriel
2025-03-24
10
-59
/
+124
*
src/menubar.vala: Soften the menubar shadow depending on 'menubar-alpha' gset...
Mike Gabriel
2025-03-24
1
-1
/
+1
*
src/main-window.vala: Recuce the menubar height when settings struts by 7px (...
Mike Gabriel
2024-12-28
1
-0
/
+3
*
src/main-window.vala: Apply Gdk property change to toplevel of the MainWindow...
Mike Gabriel
2024-12-28
1
-2
/
+2
*
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
*
src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts not affect t...
Mike Gabriel
2024-12-28
1
-0
/
+1
*
src/main-window.vala: Convert set_struts() method to a non-static method (by ...
Mike Gabriel
2024-12-28
1
-6
/
+5
*
src/session-list.vala: Document SUSE's handling of default.desktop in /usr/sh...
Mike Gabriel
2024-12-28
1
-0
/
+6
*
src/session-list.vala: Skip session key 'default' when detecting the session'...
Mike Gabriel
2024-12-28
1
-0
/
+6
*
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 D-Bu...
Mike Gabriel
2024-06-19
1
-0
/
+9
*
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 Arctic...
Mike Gabriel
2024-06-19
1
-2
/
+2
[next]