Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop all internal a11y indicator related code | Robert Tari | 2023-09-16 | 1 | -258/+11 |
| | |||||
* | src/menubar.vala: Fix host name position | Robert Tari | 2023-05-08 | 1 | -1/+4 |
| | |||||
* | Fix some deprecations | Robert Tari | 2023-05-07 | 1 | -1/+1 |
| | |||||
* | Comment out unused code | Robert Tari | 2023-05-07 | 1 | -2/+2 |
| | |||||
* | Fix casting issues | Robert Tari | 2023-05-07 | 1 | -2/+5 |
| | |||||
* | Add missing error handlers | Robert Tari | 2023-05-07 | 1 | -1/+12 |
| | |||||
* | OSK: Add OSK theme gsetting to individually configure the OSK theme used via ↵ | Mike Gabriel | 2023-03-02 | 1 | -6/+13 |
| | | | | ArcticaGreeter's settings. | ||||
* | a11y: Make the onboard layout configurable. | Mike Gabriel | 2023-02-06 | 1 | -2/+10 |
| | | | | | | | | | 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). | ||||
* | src/menubar.vala: Hide the bigfont feature until it's really available. | Mike Gabriel | 2023-02-06 | 1 | -0/+4 |
| | |||||
* | misc src/: completely rework high contrast mode, add stub for big font mode. | Mihai Moldovan | 2023-02-06 | 1 | -23/+159 |
| | | | | | | | | | 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. | ||||
* | misc src/: make ArcticaGreeter a proper vala SingleInstance class. | Mihai Moldovan | 2023-02-06 | 1 | -4/+8 |
| | | | | | This allows us to drop the rather awkward self-referencing static singleton member and use a standard vala/glib feature. | ||||
* | Fix some typos | Elyes HAOUAS | 2022-06-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> | ||||
* | Posix.Signal.<SIG>: Provide old-style Posix.SIG<SIG> API calls if built with ↵ | Mike Gabriel | 2018-06-21 | 1 | -0/+4 |
| | | | | Vala API version << 0.40. (Fixes FTBFS on Debian 9). | ||||
* | Use Posix.Signal.* rather than Posix.SIG*. (Vala 0.40 deprecations). | Mike Gabriel | 2018-06-16 | 1 | -1/+1 |
| | |||||
* | Fix build with vala 0.39 | Jeremy Bicha | 2018-02-27 | 1 | -2/+2 |
| | | | | Inspired by https://github.com/linuxmint/slick-greeter/commit/3959b22a | ||||
* | Revert "a11y: Use HighContrast rather than HighContrastInverse." | Mike Gabriel | 2017-10-30 | 1 | -1/+1 |
| | | | | This reverts commit 6d087e792ebe9f27efeddef9209b7a85698088bf. | ||||
* | a11y: Use HighContrast rather than HighContrastInverse. | Clement Lefebvre | 2017-10-26 | 1 | -1/+1 |
| | | | | | | | | | | Ported from slick-greeter: commit 591d9aab85c35511a7bc44e8cb2968840941b32c Author: Clement Lefebvre <clement.lefebvre@linuxmint.com> Date: Wed Jun 7 21:30:36 2017 +0100 A11y: Fix HighContrast option | ||||
* | copyright holdership: Add myself as copyright holder and author to file ↵ | Mike Gabriel | 2017-10-26 | 1 | -0/+2 |
| | | | | headers of files I have worked on. | ||||
* | src/menubar.vala: Disable all indicators in test mode. | Mike Gabriel | 2017-06-20 | 1 | -18/+22 |
| | |||||
* | src/menubar.vala: Silence build warning due to usage call to deprecated ↵ | Mike Gabriel | 2017-06-20 | 1 | -1/+0 |
| | | | | ensure_style() method. | ||||
* | src/menubar.vala: Give the indicator icons a bit more space (i.e. height := 32). | Mike Gabriel | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen. | Mike Gabriel | 2017-05-17 | 1 | -3/+3 |
| | |||||
* | Switch to using MATE's Settings Daemon. | Mike Gabriel | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | vala: Replace all 'static const' declaration by 'const'. | Mike Gabriel | 2017-04-15 | 1 | -1/+1 |
| | |||||
* | Build against Ayatana Indicators instead of Ubuntu Inidicators. | Mike Gabriel | 2015-11-07 | 1 | -45/+42 |
| | |||||
* | Use org.ayatana namespace for Ayatana indicators. | Mike Gabriel | 2015-11-05 | 1 | -3/+3 |
| | |||||
* | Drop the idea of using mate-settings-daemon on non-Ubuntu systems, use ↵ | Mike Gabriel | 2015-10-26 | 1 | -1/+1 |
| | | | | gnome-settings-daemon instead. | ||||
* | Rename UGSettings to AGSettings. | Mike Gabriel | 2015-10-07 | 1 | -9/+9 |
| | |||||
* | Rebase against unity from Ubuntu 15.04 | Mike Gabriel | 2015-09-21 | 1 | -1/+0 |
| | |||||
* | Support alt+super+s for enabling screen reader to match Unity shell keybinding. | Mike Gabriel | 2015-09-21 | 1 | -0/+1 |
| | |||||
* | Make arctica-greeter build against Debian unstable _and_ Ubuntu (and ↵ | Mike Gabriel | 2015-09-21 | 1 | -42/+46 |
| | | | | probably break at runtime). | ||||
* | 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/+559 |