aboutsummaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* Introduce gsetting (bool): hide-default-xsession.Mike Gabriel2023-09-151-0/+4
|
* Introduce gsettings (list): includeonly-sessions, excluded-sessions.Mike Gabriel2023-09-151-0/+8
|
* Introduce gsetting (array of strings): preferred-sessions.Mike Gabriel2023-09-151-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 Gabriel2023-09-111-0/+1
| | | | | | greeter-wrapper again. Fixes https://github.com/ArcticaProject/arctica-greeter/issues/36
* settings: add shutdown-dialog-timeout integer option.Mihai Moldovan2023-08-311-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 Moldovan2023-08-281-0/+4
|
* Add option to span background across multiple monitorsGeoff Paul2023-05-031-0/+8
|
* Add support for hiding X11 and/or Wayland sessions.Mike Gabriel2023-04-031-0/+8
|
* data/badges/: Add badge for (open)SUSE's 'SLE Classic' session.Mike Gabriel2023-04-033-0/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use 'Compact' onboard ↵Mike Gabriel2023-03-021-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 Gabriel2023-03-021-0/+4
| | | | ArcticaGreeter's settings.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Improve description of ↵Mike Gabriel2023-03-021-1/+1
| | | | onscreen-keyboard-layout.
* release 0.99.3.00.99.3.0Mike Gabriel2023-03-011-1/+1
|
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix GTK theme by ↵Mike Gabriel2023-03-011-1/+1
| | | | default.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Numix Icon Theme by ↵Mike Gabriel2023-03-011-1/+1
| | | | default.
* data/org.ArcticaProject.arctica-greeter.gschema.xml: Use Noto Sans by default.Mike Gabriel2023-03-011-1/+1
|
* src/toggle-box.vala: Allow for more fine-grained color-tweaking of the ↵Mike Gabriel2023-03-011-4/+33
| | | | toggle box (session selector box) via gsettings.
* src/flat-button.vala: Allow color-theming (etc.) of buttons created via the ↵Mike Gabriel2023-03-011-0/+7
| | | | FlatButton class.
* backgrounds: Move background image into namespaced datadir. Don't mix with ↵Mike Gabriel2023-03-015-3/+3
| | | | officially installed system-wide desktop backgrounds.
* Add badge for 'mir-shell' DESKTOP_SESSION.Mike Gabriel2023-02-282-0/+1
|
* Arctica Greeter background image: Replace background image by an image take ↵Mike Gabriel2023-02-287-1/+368
| | | | from lomiri-wallpapers.
* data/Makefile.am: Add lomiri_badge.png.Mike Gabriel2023-02-251-0/+1
|
* Fix file name of Lomiri badge.Mike Gabriel2023-02-251-0/+0
|
* Add badge for Lomiri.Mike Gabriel2023-02-251-0/+0
|
* 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
|
* a11y: Make the onboard layout configurable.Mike Gabriel2023-02-061-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 Lefebvre2023-02-062-0/+1
| | | | | | Port from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/d6fcbd63919d9f301b65fbcfab956e69d686fbfc
* badges: Add pademelon.Clement Lefebvre2023-02-062-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 Webster2023-02-061-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 Webster2023-02-061-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.Jacob2023-02-062-0/+1246
| | | | | | Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/512c1032bda19884099e00d41dc23627bccee2c1
* Add sway badge.Louis des Landes2023-02-062-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 Moldovan2023-02-061-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 Gabriel2022-06-272-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 Gabriel2021-04-121-4/+0
| | | | option for [Seat:*].
* guest-session: Make path to lightdm-guest-session executable adaptable to ↵Mike Gabriel2021-04-122-2/+2
| | | | | | 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
|
* Drop all distro-theming packages and dependencies and default to ↵Mike Gabriel2020-08-231-3/+3
| | | | Blue-Submarine GTK theme, Adwaita Icon theme and 'Sans' font.
* 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
|
* Add option to show GUI on a specific monitorCobinja2018-06-161-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 Gabriel2018-05-111-2/+2
| | | | remote-service-configure-uri. Support an empty string as value and show a more intelligent message if it's empty.
* release 0.99.0.40.99.0.4Mike Gabriel2018-03-162-2/+2
|
* Port HiDPI support from slick-greeter.Mike Gabriel2018-03-161-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inspired by these slick-greeter commits: commit ffd43c4d425e70bc003b490dcddb8fbae1fffea7 Author: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Sat Apr 8 14:13:23 2017 +0100 HiDPI: Allow to force HiDPI support ON or OFF commit 809f1b30a321ae12fdd3ba154791f9ead291acc7 Author: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Fri Apr 7 23:04:50 2017 +0100 HiDPI: Take the screen size in consideration HiDPI shouldn't be activated on large screens where the dpi is OK. commit 851fca4e5508471d6f388edcd0327c3fc5b2b12f Author: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Fri Apr 7 18:43:42 2017 +0100 Add HiDPI support Only support 1x and 2x scale ratios for now. Also add a setting so the user can disable HiDPI support.
* release 0.99.0.30.99.0.3Mike Gabriel2018-02-281-1/+1
|
* White-space cleanup. Removing superfluous EOL white-spaces.Mike Gabriel2017-12-073-164/+164
|