aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-03-25 15:45:24 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-03-25 15:46:47 +0100
commit71f38fc0180f897be1a54a7ee05d93261da67517 (patch)
treedbb8145c5e1e9eb822a661c877fc1115acd224d2 /configure.ac
parentc3c5d4b1436932f642109faa14e5cc86439ad586 (diff)
downloadarctica-greeter-71f38fc0180f897be1a54a7ee05d93261da67517.tar.gz
arctica-greeter-71f38fc0180f897be1a54a7ee05d93261da67517.tar.bz2
arctica-greeter-71f38fc0180f897be1a54a7ee05d93261da67517.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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aef0bd3..0f857a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(arctica-greeter, 0.99.8.4)
+AC_INIT(arctica-greeter, 0.99.8.5)
AC_CONFIG_MACRO_DIR(m4)
AM_INIT_AUTOMAKE(subdir-objects)
AM_PROG_CC_C_O