Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 0.99.4.50.99.4.5 | Mike Gabriel | 2023-12-04 | 1 | -1/+1 |
| | |||||
* | release 0.99.4.40.99.4.4 | Mike Gabriel | 2023-11-20 | 1 | -1/+1 |
| | |||||
* | release 0.99.4.30.99.4.3 | Mike Gabriel | 2023-11-10 | 1 | -1/+1 |
| | |||||
* | release 0.99.4.20.99.4.2 | Mike Gabriel | 2023-11-07 | 1 | -1/+1 |
| | |||||
* | release 0.99.4.10.99.4.1 | Mike Gabriel | 2023-11-07 | 1 | -1/+1 |
| | |||||
* | release 0.99.4.00.99.4.0 | Mike Gabriel | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | configure.ac: Drop auto-recognition of GTK library, default to GTK-3. | Mike Gabriel | 2023-09-15 | 1 | -16/+10 |
| | |||||
* | configure.ac: add --disable-gtk4 flag. | Mihai Moldovan | 2023-09-12 | 1 | -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 Moldovan | 2023-05-03 | 1 | -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.0 | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | release 0.99.2.00.99.2.0 | Mike Gabriel | 2023-02-06 | 1 | -1/+1 |
| | |||||
* | Revert "release 0.99.2.0" | Mike Gabriel | 2023-02-06 | 1 | -1/+1 |
| | | | | This reverts commit a4322160b191d22d25b211e64a7748a14ed69a81. | ||||
* | release 0.99.2.0 | Mike Gabriel | 2023-02-06 | 1 | -1/+1 |
| | |||||
* | src/: add util.vala, wrapping a GTK 3 function for use within vala. | Mihai Moldovan | 2023-02-06 | 1 | -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 Gabriel | 2022-06-26 | 1 | -0/+28 |
| | |||||
* | guest-session: Make path to lightdm-guest-session executable adaptable to ↵ | Mike Gabriel | 2021-04-12 | 1 | -0/+15 |
| | | | | | | the lightdm package this greeter is co-installed with. Fixes ArcticaProject/arctica-greeter#15. | ||||
* | release 0.99.1.50.99.1.5 | Mike Gabriel | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | release 0.99.1.40.99.1.4 | Mike Gabriel | 2019-12-02 | 1 | -1/+1 |
| | |||||
* | release 0.99.1.30.99.1.3 | Mike Gabriel | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | release 0.99.1.20.99.1.2 | Mike Gabriel | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | release 0.99.1.10.99.1.1 | Mike Gabriel | 2019-02-06 | 1 | -1/+1 |
| | |||||
* | release 0.99.1.00.99.1.0 | Mike Gabriel | 2018-05-07 | 1 | -1/+1 |
| | |||||
* | src/user-list.vala: Obtain PAM_FREERDP2 prompts from public API in ↵ | Mike Gabriel | 2018-05-04 | 1 | -1/+2 |
| | | | | security/pam-freerdp2.h. | ||||
* | src/user-list.vala: Obtain PAM_X2GO prompts from public API in ↵ | Mike Gabriel | 2018-05-04 | 1 | -0/+6 |
| | | | | security/pam.x2go.h. | ||||
* | release 0.99.0.40.99.0.4 | Mike Gabriel | 2018-03-16 | 1 | -1/+1 |
| | |||||
* | release 0.99.0.30.99.0.3 | Mike Gabriel | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | release 0.99.0.20.99.0.2 | Mike Gabriel | 2017-11-28 | 1 | -1/+1 |
| | |||||
* | Fix prompt display in gtk3 > 3.20 (ported from slick-greeter) | Michael Webster | 2017-06-20 | 1 | -0/+10 |
| | |||||
* | configure.ac: Stop automake from whining, set subdir-objects flag. | Mike Gabriel | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | Switch to using MATE's Settings Daemon. | Mike Gabriel | 2017-04-29 | 1 | -5/+5 |
| | |||||
* | Use valgrind to make build logs bigger help in triaging FTBFS problems. | Robert Ancell | 2017-04-18 | 1 | -0/+3 |
| | |||||
* | Build against Ayatana Indicators instead of Ubuntu Inidicators. | Mike Gabriel | 2015-11-07 | 1 | -3/+4 |
| | |||||
* | Drop optionally using unity-settings-daemon with Arctica Greeter. | Mike Gabriel | 2015-10-26 | 1 | -11/+3 |
| | |||||
* | Drop the idea of using mate-settings-daemon on non-Ubuntu systems, use ↵ | Mike Gabriel | 2015-10-26 | 1 | -6/+6 |
| | | | | gnome-settings-daemon instead. | ||||
* | Rebase against Unity Greeter from Ubuntu 15.04 | Mike Gabriel | 2015-09-21 | 1 | -2/+2 |
| | |||||
* | Rebase against unity from Ubuntu 15.04 | Mike Gabriel | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Make arctica-greeter build on Debian and Ubuntu alike. | Mike Gabriel | 2015-09-21 | 1 | -4/+22 |
| | |||||
* | Make arctica-greeter build against Debian unstable _and_ Ubuntu (and ↵ | Mike Gabriel | 2015-09-21 | 1 | -5/+6 |
| | | | | probably break at runtime). | ||||
* | Set upstream version to 0.99.0.1 | Mike Gabriel | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | fork unity-greeter as arctica-greeter | Mike Gabriel | 2015-09-19 | 1 | -3/+3 |
| | |||||
* | Imported Upstream version 14.04.10 | Mike Gabriel | 2014-11-02 | 1 | -0/+65 |