aboutsummaryrefslogtreecommitdiff
path: root/src/menubar.vala
Commit message (Collapse)AuthorAgeFilesLines
* src/menubar.vala: Fix scroll direction valueRobert Tari2023-11-041-1/+12
|
* src/menubar.vala: Add scroll signallingRobert Tari2023-11-031-0/+11
|
* Move greeter_set_env to AGUtils.Mike Gabriel2023-10-061-32/+5
| | | | | This may be a helpful method we might need in the future in a more global context.
* Drop all internal a11y indicator related codeRobert Tari2023-09-161-258/+11
|
* src/menubar.vala: Fix host name positionRobert Tari2023-05-081-1/+4
|
* Fix some deprecationsRobert Tari2023-05-071-1/+1
|
* Comment out unused codeRobert Tari2023-05-071-2/+2
|
* Fix casting issuesRobert Tari2023-05-071-2/+5
|
* Add missing error handlersRobert Tari2023-05-071-1/+12
|
* OSK: Add OSK theme gsetting to individually configure the OSK theme used via ↵Mike Gabriel2023-03-021-6/+13
| | | | ArcticaGreeter's settings.
* a11y: Make the onboard layout configurable.Mike Gabriel2023-02-061-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 Gabriel2023-02-061-0/+4
|
* misc src/: completely rework high contrast mode, add stub for big font mode.Mihai Moldovan2023-02-061-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 Moldovan2023-02-061-4/+8
| | | | | This allows us to drop the rather awkward self-referencing static singleton member and use a standard vala/glib feature.
* Fix some typosElyes HAOUAS2022-06-271-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 Gabriel2018-06-211-0/+4
| | | | Vala API version << 0.40. (Fixes FTBFS on Debian 9).
* Use Posix.Signal.* rather than Posix.SIG*. (Vala 0.40 deprecations).Mike Gabriel2018-06-161-1/+1
|
* Fix build with vala 0.39Jeremy Bicha2018-02-271-2/+2
| | | | Inspired by https://github.com/linuxmint/slick-greeter/commit/3959b22a
* Revert "a11y: Use HighContrast rather than HighContrastInverse."Mike Gabriel2017-10-301-1/+1
| | | | This reverts commit 6d087e792ebe9f27efeddef9209b7a85698088bf.
* a11y: Use HighContrast rather than HighContrastInverse.Clement Lefebvre2017-10-261-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 Gabriel2017-10-261-0/+2
| | | | headers of files I have worked on.
* src/menubar.vala: Disable all indicators in test mode.Mike Gabriel2017-06-201-18/+22
|
* src/menubar.vala: Silence build warning due to usage call to deprecated ↵Mike Gabriel2017-06-201-1/+0
| | | | ensure_style() method.
* src/menubar.vala: Give the indicator icons a bit more space (i.e. height := 32).Mike Gabriel2017-05-181-1/+1
|
* Silence GTK 3.22 warnings relating to deprecation in Gdk.Screen.Mike Gabriel2017-05-171-3/+3
|
* Switch to using MATE's Settings Daemon.Mike Gabriel2017-04-291-1/+1
|
* vala: Replace all 'static const' declaration by 'const'.Mike Gabriel2017-04-151-1/+1
|
* Build against Ayatana Indicators instead of Ubuntu Inidicators.Mike Gabriel2015-11-071-45/+42
|
* Use org.ayatana namespace for Ayatana indicators.Mike Gabriel2015-11-051-3/+3
|
* Drop the idea of using mate-settings-daemon on non-Ubuntu systems, use ↵Mike Gabriel2015-10-261-1/+1
| | | | gnome-settings-daemon instead.
* Rename UGSettings to AGSettings.Mike Gabriel2015-10-071-9/+9
|
* Rebase against unity from Ubuntu 15.04Mike Gabriel2015-09-211-1/+0
|
* Support alt+super+s for enabling screen reader to match Unity shell keybinding.Mike Gabriel2015-09-211-0/+1
|
* Make arctica-greeter build against Debian unstable _and_ Ubuntu (and ↵Mike Gabriel2015-09-211-42/+46
| | | | probably break at runtime).
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-3/+3
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+559