<feed xmlns='http://www.w3.org/2005/Atom'>
<title>arctica-greeter/src/background.vala, branch main</title>
<subtitle>Arctica Greeter: Greeter Frontend for LightDM
</subtitle>
<id>https://openid.arctica-project.org/arctica-greeter/atom?h=main</id>
<link rel='self' href='https://openid.arctica-project.org/arctica-greeter/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/'/>
<updated>2023-10-05T16:00:21+00:00</updated>
<entry>
<title>src/background.vala: better positioning of logo, make the positioning independent of logo height (i.e., adjust the position to the logo height).</title>
<updated>2023-10-05T16:00:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-10-05T16:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=7bbd070a7dfc107317f3dec43e222a74cb4e1bdc'/>
<id>urn:sha1:7bbd070a7dfc107317f3dec43e222a74cb4e1bdc</id>
<content type='text'>
This introduces BackgroundLoader.logo_width and .logo_height. We
currently only use .logo_height for now. But having both geometry values
available might be helpful at a later time. And it feels incomplete to
only pass-through the height.
</content>
</entry>
<entry>
<title>src/background.vala: Produce debug output when current_background gets changed.</title>
<updated>2023-09-18T16:58:41+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-18T08:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=d99c415c172c03d5b09b3a4b4ecae9d6a992bbb1'/>
<id>urn:sha1:d99c415c172c03d5b09b3a4b4ecae9d6a992bbb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/background.vala: Disable drawing the grid when in high-contrast mode.</title>
<updated>2023-09-18T11:00:38+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-18T08:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=d49e3512f7047c09f0437de2988160e19ff3ee58'/>
<id>urn:sha1:d49e3512f7047c09f0437de2988160e19ff3ee58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>a11y: Disable background image when in high-contrast mode.</title>
<updated>2023-09-18T11:00:38+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-18T08:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=72e03f97098259582e055191378f1c47ea34cc6c'/>
<id>urn:sha1:72e03f97098259582e055191378f1c47ea34cc6c</id>
<content type='text'>
This adds a configurable 'high-contrast-background-color' gsetting
parameter (defaulting to #000000), so the high contrast bgcolor becomes
customizable.
</content>
</entry>
<entry>
<title>background: use logo alpha dconf setting.</title>
<updated>2023-08-28T10:56:44+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2023-08-28T10:55:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=58936322e83aab6653588398498f4f696581c98e'/>
<id>urn:sha1:58936322e83aab6653588398498f4f696581c98e</id>
<content type='text'>
Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/21
</content>
</entry>
<entry>
<title>Add option to span background across multiple monitors</title>
<updated>2023-05-03T14:04:59+00:00</updated>
<author>
<name>Geoff Paul</name>
<email>geoffro17@gmail.com</email>
</author>
<published>2023-05-03T14:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=cad592202de8c0ac6fa717f351729e7c9dbde3eb'/>
<id>urn:sha1:cad592202de8c0ac6fa717f351729e7c9dbde3eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>main-window: Smooth transition to greeter screen.</title>
<updated>2023-05-03T13:45:46+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-05-03T13:44:24+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=3a5ca24831d1b4a74af6cfd5c5cc2a42b5787aeb'/>
<id>urn:sha1:3a5ca24831d1b4a74af6cfd5c5cc2a42b5787aeb</id>
<content type='text'>
 This completes a ported patch from slick-greeter. Credits to Björn Esser.

 From 5d39cade1f70ffe0a9bc38ad0b405bb55d98a505 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= &lt;besser82@fedoraproject.org&gt;
 Date: Wed, 29 Nov 2017 18:24:15 +0100
 Subject: [PATCH] main-window: Calculate the really needed screen size properly
  (#84)

 * main-window: Calculate the really needed screen size properly

 * arctica-greeter: Smooth transition to the greeter screen
</content>
</entry>
<entry>
<title>Add support for hiding X11 and/or Wayland sessions.</title>
<updated>2023-04-03T15:07:57+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-04-03T15:07:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=2614224219792ae5baabb2e958ce768fdd4a7758'/>
<id>urn:sha1:2614224219792ae5baabb2e958ce768fdd4a7758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>misc src/: make ArcticaGreeter a proper vala SingleInstance class.</title>
<updated>2023-02-06T07:30:01+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2022-12-06T01:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=32d28d7bf2646fc7a0008937034246fcc96dbc8a'/>
<id>urn:sha1:32d28d7bf2646fc7a0008937034246fcc96dbc8a</id>
<content type='text'>
This allows us to drop the rather awkward self-referencing static
singleton member and use a standard vala/glib feature.
</content>
</entry>
<entry>
<title>Fix background if image file is not readable.</title>
<updated>2018-11-26T12:37:56+00:00</updated>
<author>
<name>Cobinja</name>
<email>Cobinja@users.noreply.github.com</email>
</author>
<published>2018-11-26T12:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=96fc2cab17e3c69a38d3a2274dc33956c32f80eb'/>
<id>urn:sha1:96fc2cab17e3c69a38d3a2274dc33956c32f80eb</id>
<content type='text'>
 This fixes a bug, where we fell back to the defined background color, if
 reading an image file failed.

 If that file was a user background, we didn't fall back to the defined
 system background before using the color, now we do.

 Only if that one is not readable either, we fall back to the color.

 Ported from Slick Greeter:
 https://github.com/linuxmint/slick-greeter/commit/32f2bb5feebca3377c9fc202e0a6aac6ddb75212.patch
</content>
</entry>
</feed>
