Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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/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. | ||||
* | 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 | 1 | -1/+1 |
| | | | | officially installed system-wide desktop backgrounds. | ||||
* | 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). | ||||
* | 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 | ||||
* | 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. | ||||
* | 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. | ||||
* | 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. | ||||
* | Port HiDPI support from slick-greeter. | Mike Gabriel | 2018-03-16 | 1 | -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. | ||||
* | Add support for numlockx. | Clement Lefebvre | 2017-10-26 | 1 | -0/+4 |
| | | | | | | | | | Ported from slick-greeter: From 82d912b8fe98e01c80a59e3c010b1bbb18c859b0 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Tue, 11 Jul 2017 16:57:23 +0200 Subject: [PATCH 1/1] Add support for numlockx | ||||
* | data/org.ArcticaProject.arctica-greeter.gschema.xml: Fix schema path. | Mike Gabriel | 2017-10-23 | 1 | -1/+1 |
| | |||||
* | src/background.vala: Drop logo background. | Mike Gabriel | 2017-06-20 | 1 | -4/+0 |
| | |||||
* | Theming: Use Numix GTK/icon theme. | Mike Gabriel | 2017-05-18 | 1 | -2/+2 |
| | |||||
* | Fix indicator name for ayatana-application. | Mike Gabriel | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | Use org.ayatana namespace for Ayatana indicators. | Mike Gabriel | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | Make session list in toggle box configurable concerning font color and ↵ | Mike Gabriel | 2015-10-28 | 1 | -0/+8 |
| | | | | button bg color. | ||||
* | Set default background color (before image is loaded) to a color similar to ↵ | Mike Gabriel | 2015-10-27 | 1 | -1/+1 |
| | | | | our default image. | ||||
* | Add an option to only show users in a list of specified groups | Robert Ancell | 2015-10-27 | 1 | -0/+4 |
| | | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | ||||
* | Drop hard-reference to uccs.canonica.com. Make default Remote Logon Service ↵ | Mike Gabriel | 2015-10-26 | 1 | -0/+4 |
| | | | | server configurable through gsettings. | ||||
* | font work: Use Cabin and Cantatell fonts instead of Ubuntu and Ubuntu Light. | Mike Gabriel | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Drop the idea of using mate-settings-daemon on non-Ubuntu systems, use ↵ | Mike Gabriel | 2015-10-26 | 1 | -3/+3 |
| | | | | gnome-settings-daemon instead. | ||||
* | Provide our own background image arctica-greeter.png. | Mike Gabriel | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | fork unity-greeter as arctica-greeter | Mike Gabriel | 2015-09-19 | 1 | -0/+102 |