aboutsummaryrefslogtreecommitdiff
path: root/src/prompt-box.vala
Commit message (Collapse)AuthorAgeFilesLines
* entry: Support the ability to reveal the password.Clement Lefebvre2023-02-061-0/+40
| | | | | | | | | | | | | This adds the following features: - Clicking the entry shows a reveal button - Pressing Left or Right shows the button - Clicking the button toggles the visibility of the password - Pressing Alt+F8 shows the button and toggles the visibility Ported from Slick Greeter by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/2e8797c80a2d8febf8f89bf38e1040ccbf8be4e0
* sessions: Add a tooltip on the session badge.Clement Lefebvre2023-02-061-1/+6
| | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/cf3742cf155e0925904c7da86457deaea6a87885
* misc src/: completely rework high contrast mode, add stub for big font mode.Mihai Moldovan2023-02-061-2/+186
| | | | | | | | | 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.
* src/prompt-box.vala: Use regular expression to split KEY_FONT_NAME into ↵Mike Gabriel2022-06-271-3/+12
| | | | | | | | font_family and font_size. This now also supports font family names containing blanks. Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/34
* copyright holdership: Add myself as copyright holder and author to file ↵Mike Gabriel2017-10-261-0/+2
| | | | headers of files I have worked on.
* Work around GTK 3.20's new allocation logic. Ported from slick-greeter.leigh123linux2017-06-201-0/+3
|
* src/prompt-box.vala: Avoid 'pango_layout_get_cursor_pos: assertion 'index >= ↵Michael Webster2017-06-201-1/+17
| | | | 0 && index <= layout->length' failed' error.
* src/prompt-box.vala: get_preferred_height() ovrride only needed with GTK3 >= ↵Michael Webster2017-06-201-0/+2
| | | | 3.20.
* override_font() deprecation warning: replace by GtkCssProvider blocks. ↵Mike Gabriel2017-06-121-4/+66
| | | | Additionally, don't hard-code Cabin font anymore, use font_name gsettings property instead.
* vala: Replace all 'static const' declaration by 'const'.Mike Gabriel2017-04-151-12/+12
|
* Work around Vala trying to use a new GTK 3.20 function.Robert Ancell2016-09-151-1/+1
|
* Add class name for option buttonAlberts Muktupāvels2015-10-271-10/+2
| | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Fix prompt-box height.Alberts Muktupāvels2015-10-271-0/+3
| | | | Ported to ArcticaGreeter: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* font work: Use Cabin and Cantatell fonts instead of Ubuntu and Ubuntu Light.Mike Gabriel2015-10-261-3/+3
|
* Rebase against unity from Ubuntu 15.04Mike Gabriel2015-09-211-3/+0
|
* Support alt+super+s for enabling screen reader to match Unity shell keybinding.Mike Gabriel2015-09-211-0/+3
|
* fork unity-greeter as arctica-greeterMike Gabriel2015-09-191-1/+1
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+663