Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/settings.vala: Introduce 'high-contrast-icon-theme-name' gsetting and ↵ | Mike Gabriel | 2023-09-19 | 1 | -0/+4 |
| | | | | toggle icon theme if a11y indicator's high contrast switch gets toggled. | ||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Switch from ↵ | Mike Gabriel | 2023-09-19 | 1 | -1/+1 |
| | | | | HighContrastInverse to HighContrast as default GTK+ theme. | ||||
* | a11y: Disable background image when in high-contrast mode. | Mike Gabriel | 2023-09-18 | 1 | -0/+4 |
| | | | | | | This adds a configurable 'high-contrast-background-color' gsetting parameter (defaulting to #000000), so the high contrast bgcolor becomes customizable. | ||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Ayatana a11y indicator | Robert Tari | 2023-09-16 | 1 | -1/+1 |
| | |||||
* | Introduce gsetting (bool): hide-default-xsession. | Mike Gabriel | 2023-09-15 | 1 | -0/+4 |
| | |||||
* | Introduce gsettings (list): includeonly-sessions, excluded-sessions. | Mike Gabriel | 2023-09-15 | 1 | -0/+8 |
| | |||||
* | Introduce gsetting (array of strings): preferred-sessions. | Mike Gabriel | 2023-09-15 | 1 | -0/+4 |
| | | | | | The preferred-session gsetting shall provide an ordered list of preferred sessions for detecing the default session type. | ||||
* | data/50-arctica-greeter.conf.in: Reenable lightdm-arctica-greeter-session ↵ | Mike Gabriel | 2023-09-11 | 1 | -0/+1 |
| | | | | | | greeter-wrapper again. Fixes https://github.com/ArcticaProject/arctica-greeter/issues/36 | ||||
* | settings: add shutdown-dialog-timeout integer option. | Mihai Moldovan | 2023-08-31 | 1 | -0/+4 |
| | | | | | Defaulting to 60, this sets the amount in seconds until the focused button is triggered in the shutdown dialog. | ||||
* | settings: add configuration option for logo alpha. | Mihai Moldovan | 2023-08-28 | 1 | -0/+4 |
| | |||||
* | Add option to span background across multiple monitors | Geoff Paul | 2023-05-03 | 1 | -0/+8 |
| | |||||
* | Add support for hiding X11 and/or Wayland sessions. | Mike Gabriel | 2023-04-03 | 1 | -0/+8 |
| | |||||
* | data/badges/: Add badge for (open)SUSE's 'SLE Classic' session. | Mike Gabriel | 2023-04-03 | 3 | -0/+1 |
| | |||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use 'Compact' onboard ↵ | Mike Gabriel | 2023-03-02 | 1 | -1/+1 |
| | | | | layout for providing special keys such as Umlauts etc. | ||||
* | OSK: Add OSK theme gsetting to individually configure the OSK theme used via ↵ | Mike Gabriel | 2023-03-02 | 1 | -0/+4 |
| | | | | ArcticaGreeter's settings. | ||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Improve description of ↵ | Mike Gabriel | 2023-03-02 | 1 | -1/+1 |
| | | | | onscreen-keyboard-layout. | ||||
* | release 0.99.3.00.99.3.0 | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix GTK theme by ↵ | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | | | | default. | ||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix Icon Theme by ↵ | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | | | | default. | ||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Noto Sans by default. | Mike Gabriel | 2023-03-01 | 1 | -1/+1 |
| | |||||
* | src/toggle-box.vala: Allow for more fine-grained color-tweaking of the ↵ | Mike Gabriel | 2023-03-01 | 1 | -4/+33 |
| | | | | toggle box (session selector box) via gsettings. | ||||
* | src/flat-button.vala: Allow color-theming (etc.) of buttons created via the ↵ | Mike Gabriel | 2023-03-01 | 1 | -0/+7 |
| | | | | FlatButton class. | ||||
* | backgrounds: Move background image into namespaced datadir. Don't mix with ↵ | Mike Gabriel | 2023-03-01 | 5 | -3/+3 |
| | | | | officially installed system-wide desktop backgrounds. | ||||
* | Add badge for 'mir-shell' DESKTOP_SESSION. | Mike Gabriel | 2023-02-28 | 2 | -0/+1 |
| | |||||
* | Arctica Greeter background image: Replace background image by an image take ↵ | Mike Gabriel | 2023-02-28 | 7 | -1/+368 |
| | | | | from lomiri-wallpapers. | ||||
* | data/Makefile.am: Add lomiri_badge.png. | Mike Gabriel | 2023-02-25 | 1 | -0/+1 |
| | |||||
* | Fix file name of Lomiri badge. | Mike Gabriel | 2023-02-25 | 1 | -0/+0 |
| | |||||
* | Add badge for Lomiri. | Mike Gabriel | 2023-02-25 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | a11y: Make the onboard layout configurable. | Mike Gabriel | 2023-02-06 | 1 | -0/+4 |
| | | | | | | | | | Original patch by Clement Lefebvre (Slick Greeter). https://github.com/linuxmint/slick-greeter/commit/ae090039efff87ad8b9b856f3fe451f9f41d21be Modified by Mike Gabriel (change: don't store the complete layout path in gsettings). | ||||
* | badges: Add lxqt. | Clement Lefebvre | 2023-02-06 | 2 | -0/+1 |
| | | | | | | Port from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d6fcbd63919d9f301b65fbcfab956e69d686fbfc | ||||
* | badges: Add pademelon. | Clement Lefebvre | 2023-02-06 | 2 | -0/+1 |
| | | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/2dbf7308961572ae730db83deb398d0045f31d91 | ||||
* | cursor size: Use 24 as a default size instead of 0. | Michael Webster | 2023-02-06 | 1 | -2/+2 |
| | | | | | | | | | 24 is the default elsewhere, and it's less complicated to fashion a setting widget where zero isn't actually zero. Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/8eead9377b525ba3ae6213248a58b269738791a0 | ||||
* | Set our own cursor theme and size internally via GtkSettings. | Michael Webster | 2023-02-06 | 1 | -0/+8 |
| | | | | | | | | The gtk and icon themes already work this way. Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/97f9f54b686303dec81918d3056194bff2a3163c | ||||
* | Add badge for fynedesk. | Jacob | 2023-02-06 | 2 | -0/+1246 |
| | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/512c1032bda19884099e00d41dc23627bccee2c1 | ||||
* | Add sway badge. | Louis des Landes | 2023-02-06 | 2 | -0/+90 |
| | | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/ad0e52a13d3ed169276acfe27aea5c4e5ea271ae | ||||
* | misc src/: completely rework high contrast mode, add stub for big font mode. | Mihai Moldovan | 2023-02-06 | 1 | -0/+12 |
| | | | | | | | | | This is a work-in-progress. The reworked high contrast mode adds support for a configurable high contrast GTK theme and changes a lot of widgets to change their color. The big font mode is a stub currently. | ||||
* | session-list: Add badge for IceWM. | Mike Gabriel | 2022-06-27 | 2 | -0/+1 |
| | | | | Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/35 | ||||
* | data/50-arctica-greeter.conf.in: Drop long ago commented out greeter-wrapper ↵ | Mike Gabriel | 2021-04-12 | 1 | -4/+0 |
| | | | | option for [Seat:*]. | ||||
* | guest-session: Make path to lightdm-guest-session executable adaptable to ↵ | Mike Gabriel | 2021-04-12 | 2 | -2/+2 |
| | | | | | | 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 |
| | |||||
* | Drop all distro-theming packages and dependencies and default to ↵ | Mike Gabriel | 2020-08-23 | 1 | -3/+3 |
| | | | | Blue-Submarine GTK theme, Adwaita Icon theme and 'Sans' font. | ||||
* | 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 |
| | |||||
* | Add option to show GUI on a specific monitor | Cobinja | 2018-06-16 | 1 | -0/+4 |
| | | | | | | | This adds the option "only-on-monitor". Default is "auto", which means "Follow the mouse", like it was without this option. Ported from slick-greeter by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | src/user-list.vala: Rename gsettings key remote-service-fqdn to ↵ | Mike Gabriel | 2018-05-11 | 1 | -2/+2 |
| | | | | remote-service-configure-uri. Support an empty string as value and show a more intelligent message if it's empty. |