aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.99.9.20.99.9.2Mike Gabriel2025-05-151-1/+1
| | | | | | - Add background image position. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.9.10.99.9.1Mike Gabriel2025-05-051-1/+1
| | | | | | - Allow filtering out users from hidden groups. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.9.00.99.9.0Mike Gabriel2025-04-301-1/+1
| | | | | | | | - 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.
* Release 0.99.8.110.99.8.11Mike Gabriel2025-04-281-1/+1
| | | | | | | - Rewrite Gtk.Alignment. - src/prompt-box.vala: Add manual text wrapping. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.8.100.99.8.10Mike Gabriel2025-04-241-1/+1
| | | | | | | | | | | | | - 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.
* Release 0.99.8.90.99.8.9Mike Gabriel2025-04-081-1/+1
| | | | | | | - src/main-window.vala: Toggle a11y states when accelerators are pressed. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.8.80.99.8.8Mike Gabriel2025-04-011-1/+1
| | | | - src/menubar.vala: Fix DateTime Indicator high contrast label.
* Release 0.99.8.70.99.8.7Mike Gabriel2025-03-311-1/+1
| | | | | | | - arctica-greeter/src/greeter-list.vala: Fix DashBox height when the content changes. - Translation updates (thanks to all contributors on hosted.weblate.org).
* Release 0.99.8.60.99.8.6Mike Gabriel2025-03-261-1/+1
| | | | | | - 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.
* Release 0.99.8.50.99.8.5Mike Gabriel2025-03-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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).
* release 0.99.8.4Mike Gabriel2024-12-281-1/+1
|
* release 0.99.8.30.99.8.3Mike Gabriel2024-06-191-1/+1
|
* release 0.99.8.20.99.8.2Mike Gabriel2024-06-181-1/+1
|
* release 0.99.8.10.99.8.1Mike Gabriel2024-06-181-1/+1
|
* release 0.99.7.00.99.7.0Mike Gabriel2024-06-041-1/+1
|
* release 0.99.6.0Mike Gabriel2024-05-201-1/+1
|
* release 0.99.5.00.99.5.0Mike Gabriel2024-02-061-1/+1
|
* release 0.99.4.60.99.4.6Mike Gabriel2023-12-061-1/+1
|
* release 0.99.4.50.99.4.5Mike Gabriel2023-12-041-1/+1
|
* release 0.99.4.40.99.4.4Mike Gabriel2023-11-201-1/+1
|
* release 0.99.4.30.99.4.3Mike Gabriel2023-11-101-1/+1
|
* release 0.99.4.20.99.4.2Mike Gabriel2023-11-071-1/+1
|
* release 0.99.4.10.99.4.1Mike Gabriel2023-11-071-1/+1
|
* release 0.99.4.00.99.4.0Mike Gabriel2023-10-131-1/+1
|
* configure.ac: Drop auto-recognition of GTK library, default to GTK-3.Mike Gabriel2023-09-151-16/+10
|
* configure.ac: add --disable-gtk4 flag.Mihai Moldovan2023-09-121-17/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* configure.ac: pass INDICATORDIR down to automake.Mihai Moldovan2023-05-031-0/+1
| | | | | Not sure if this is strictly necessary, but it probably does not hurt to have it in any case.
* release 0.99.3.00.99.3.0Mike Gabriel2023-03-011-1/+1
|
* release 0.99.2.00.99.2.0Mike Gabriel2023-02-061-1/+1
|
* Revert "release 0.99.2.0"Mike Gabriel2023-02-061-1/+1
| | | | This reverts commit a4322160b191d22d25b211e64a7748a14ed69a81.
* release 0.99.2.0Mike Gabriel2023-02-061-1/+1
|
* src/: add util.vala, wrapping a GTK 3 function for use within vala.Mihai Moldovan2023-02-061-0/+10
| | | | | | | 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.
* configure.ac: Show summary of build parameters at end of configure.Mike Gabriel2022-06-261-0/+28
|
* guest-session: Make path to lightdm-guest-session executable adaptable to ↵Mike Gabriel2021-04-121-0/+15
| | | | | | the lightdm package this greeter is co-installed with. Fixes ArcticaProject/arctica-greeter#15.
* release 0.99.1.50.99.1.5Mike Gabriel2021-02-051-1/+1
|
* release 0.99.1.40.99.1.4Mike Gabriel2019-12-021-1/+1
|
* release 0.99.1.30.99.1.3Mike Gabriel2019-03-171-1/+1
|
* release 0.99.1.20.99.1.2Mike Gabriel2019-03-171-1/+1
|
* release 0.99.1.10.99.1.1Mike Gabriel2019-02-061-1/+1
|
* release 0.99.1.00.99.1.0Mike Gabriel2018-05-071-1/+1
|
* src/user-list.vala: Obtain PAM_FREERDP2 prompts from public API in ↵Mike Gabriel2018-05-041-1/+2
| | | | security/pam-freerdp2.h.
* src/user-list.vala: Obtain PAM_X2GO prompts from public API in ↵Mike Gabriel2018-05-041-0/+6
| | | | security/pam.x2go.h.
* release 0.99.0.40.99.0.4Mike Gabriel2018-03-161-1/+1
|
* release 0.99.0.30.99.0.3Mike Gabriel2018-02-281-1/+1
|
* release 0.99.0.20.99.0.2Mike Gabriel2017-11-281-1/+1
|
* Fix prompt display in gtk3 > 3.20 (ported from slick-greeter)Michael Webster2017-06-201-0/+10
|
* configure.ac: Stop automake from whining, set subdir-objects flag.Mike Gabriel2017-06-161-1/+1
|
* Switch to using MATE's Settings Daemon.Mike Gabriel2017-04-291-5/+5
|
* Use valgrind to make build logs bigger help in triaging FTBFS problems.Robert Ancell2017-04-181-0/+3
|
* Build against Ayatana Indicators instead of Ubuntu Inidicators.Mike Gabriel2015-11-071-3/+4
|