aboutsummaryrefslogtreecommitdiff
path: root/src/prompt-box.vala
Commit message (Collapse)AuthorAgeFilesLines
* 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