diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-03-25 15:45:24 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2025-03-25 15:46:47 +0100 |
| commit | 71f38fc0180f897be1a54a7ee05d93261da67517 (patch) | |
| tree | dbb8145c5e1e9eb822a661c877fc1115acd224d2 /NEWS | |
| parent | c3c5d4b1436932f642109faa14e5cc86439ad586 (diff) | |
| download | arctica-greeter-0.99.8.5.tar.gz arctica-greeter-0.99.8.5.tar.bz2 arctica-greeter-0.99.8.5.zip | |
Release 0.99.8.50.99.8.5
- src/main-window.vala: Render the back-button with black background
and white border. As arrow we have a white png.
- src/prompt-box.vala: Prompt box messages are always white in normal
mode, always black in high-contrast mode (except from errors).
- src/menubar.vala: Render the menubar always white (background is
always black) and use black font for the hostname if shown.
- Introduce UI/widget scaling per scaling factor.
- src/menubar.vala: Soften the menubar shadow depending on
'menubar-alpha' gsettings configuration.
- data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix.
- src/main-window.vala: Recuce the menubar height when settings
struts by 7px ( x scaling factor).
- src/main-window.vala: Apply Gdk property change to toplevel of the
MainWindow (just in case).
- src/arctica-greeter.vala: Re-arrange calls to
MainWindow.set_struts().
- src/main-window.vala: Make set_struts() a method without parameters
and move previous set_struts() to _set_struts() (private method
now).
- src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts
not affect the main window itself.
- src/main-window.vala: Convert set_struts() method to a non-static
method (by its code).
- Translation updates (thanks to all contributors on
hosted.weblate.org).
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,31 @@ +Overview of changes in arctica-greeter 0.99.8.5 + + - src/main-window.vala: Render the back-button with black background + and white border. As arrow we have a white png. + - src/prompt-box.vala: Prompt box messages are always white in normal + mode, always black in high-contrast mode (except from errors). + - src/menubar.vala: Render the menubar always white (background is + always black) and use black font for the hostname if shown. + - Introduce UI/widget scaling per scaling factor. + - src/menubar.vala: Soften the menubar shadow depending on + 'menubar-alpha' gsettings configuration. + - data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix. + - src/main-window.vala: Recuce the menubar height when settings + struts by 7px ( x scaling factor). + - src/main-window.vala: Apply Gdk property change to toplevel of the + MainWindow (just in case). + - src/arctica-greeter.vala: Re-arrange calls to + MainWindow.set_struts(). + - src/main-window.vala: Make set_struts() a method without parameters + and move previous set_struts() to _set_struts() (private method + now). + - src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts + not affect the main window itself. + - src/main-window.vala: Convert set_struts() method to a non-static + method (by its code). + - Translation updates (thanks to all contributors on + hosted.weblate.org). + Overview of changes in arctica-greeter 0.99.8.4 - src/arctica-greeter.vala: Adjust comment (Slick Greeter -> |
