| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Add background image position.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
| |
|
|
|
|
| |
- Allow filtering out users from hidden groups.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
| |
|
|
|
|
|
|
| |
- Allow error label to be displayed below the login entry.
- Fix and future-proof the menubar.
- src/menubar.vala: Also apply menubar-bgcolor to menubar's shadow
style.
- src/menubar.vala: Set LC_NUMERIC to C.UTF-8 more globally.
|
| |
|
|
|
|
|
| |
- Rewrite Gtk.Alignment.
- src/prompt-box.vala: Add manual text wrapping.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- src/settings.vala: Drop unused safe_get_boolean.
- Fix deprecated colour overrides.
- Add logo positioning tweaks.
- Add prompt box tweaks.
- src/shutdown-dialog: Fix possible null warning.
- src/arctica-greeter.vala: Drop unused wm_message_pid.
- src/main-window.vala: Drop deprecated Gdk.Screen.get_* functions.
- src/main-window.vala: Fix content_box.margin_right and margin_left.
- src/main-window.vala: Fix DBusConnection.call.
- Fix size and position of elements.
|
| |
|
|
|
|
|
| |
- src/main-window.vala: Toggle a11y states when accelerators are
pressed.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
| |
|
|
| |
- src/menubar.vala: Fix DateTime Indicator high contrast label.
|
| |
|
|
|
|
|
| |
- arctica-greeter/src/greeter-list.vala: Fix DashBox height when the
content changes.
- Translation updates (thanks to all contributors on
hosted.weblate.org).
|
| |
|
|
|
|
| |
- Regression fix for 0.99.8.5 for non-English systems:
src/{arctica-greeter,menubar}.vala: Set locale to LC_NUMERIC before
using printf with floats.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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).
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, the HAVE_GTK_4_0 macro has been enabled whenever GTK 4
development files were found on the system.
We keep that behavior, and actually modify the build system to actually
build and link against GTK 4, but also add a new configure flag
--disable-gtk4 that disables GTK 4 usage.
The logic goes like that:
- If --disable-gtk4 has not been provided, configure will first look
for GTK 4 and use that if available, otherwise fall back to GTK+ 3.
- If --disable-gtk4 has been provided, GTK 4 detection is skipped and
only GTK+ 3 is detected.
- If --enable-gtk4 has been provided, configure will check for GTK 4
and not fall back to GTK+ 3, but error out if GTK 4 has not been
found.
Note that making GTK 4 the default might not be the best option
currently, because the greeter does not build against GTK 4, but is
paving the way for the future.
For now, users will have to use --disable-gtk4, up until all code has
been fully ported to support GTK 4.
Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/56
|
| |
|
|
|
| |
Not sure if this is strictly necessary, but it probably does not hurt to
have it in any case.
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit a4322160b191d22d25b211e64a7748a14ed69a81.
|
| | |
|
| |
|
|
|
|
|
| |
Since this function is only needed for and available in GTK 3, add
configure checks for GTK 4.0 and higher as well.
We will use this function later on.
|
| | |
|
| |
|
|
|
|
| |
the lightdm package this greeter is co-installed with.
Fixes ArcticaProject/arctica-greeter#15.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
security/pam-freerdp2.h.
|
| |
|
|
| |
security/pam.x2go.h.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|