aboutsummaryrefslogtreecommitdiff
path: root/src/toggle-box.vala
Commit message (Collapse)AuthorAgeFilesLines
* src/toggle-box.vala: In high-contrast mode, brighten up the non-selected ↵Mike Gabriel2023-10-031-1/+1
| | | | buttons. Provide as much contrast between white, gray and black as possible.
* src/toggle-box.vala: Fix runtime Gtk.Warning about missing size unit. Using ↵Mike Gabriel2023-09-151-1/+1
| | | | size unit 'pt' now (and reducing font size by 3).
* Add missing error handlersRobert Tari2023-05-071-1/+13
|
* src/toggle-box.vala: Allow for more fine-grained color-tweaking of the ↵Mike Gabriel2023-03-011-4/+48
| | | | toggle box (session selector box) via gsettings.
* src/toggle-box.vala: Drop draw() method. Seems unused these days.Mike Gabriel2023-03-011-14/+0
|
* sessions: Make the list scrollable.Clement Lefebvre2023-02-061-1/+12
| | | | | | Ported from Slick Greeter ported by Mike Gabriel. https://github.com/linuxmint/slick-greeter/commit/1480b029099ea24724d307943dc742a42fcd3159
* misc src/: completely rework high contrast mode, add stub for big font mode.Mihai Moldovan2023-02-061-5/+34
| | | | | | | | | 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/toggle-box.vala: fix CSS style.Mihai Moldovan2023-02-061-3/+3
| | | | | CSS element ids called "GtkElement" haven't been in use since 2014 and they never had a class called "element".
* src/toggle-box.vala: Port font-family-with-blanks-fix from prompt-box to ↵Mike Gabriel2022-06-271-2/+12
| | | | | | toggle-box. 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.
* override_font() deprecation warning: replace by GtkCssProvider blocks. ↵Mike Gabriel2017-06-121-1/+5
| | | | Additionally, don't hard-code Cabin font anymore, use font_name gsettings property instead.
* toggle-box.vala: Catch Glib.Error where it occurs when setting normal button ↵Mike Gabriel2015-10-281-9/+9
| | | | style.
* Make session list in toggle box configurable concerning font color and ↵Mike Gabriel2015-10-281-9/+24
| | | | button bg color.
* Add class name for toggle buttonAlberts Muktupāvels2015-10-271-0/+5
| | | | 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-1/+1
|
* Imported Upstream version 14.04.10Mike Gabriel2014-11-021-0/+131