<feed xmlns='http://www.w3.org/2005/Atom'>
<title>arctica-greeter/src, branch 0.99.4.0</title>
<subtitle>Arctica Greeter: Greeter Frontend for LightDM
</subtitle>
<id>https://openid.arctica-project.org/arctica-greeter/atom?h=0.99.4.0</id>
<link rel='self' href='https://openid.arctica-project.org/arctica-greeter/atom?h=0.99.4.0'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/'/>
<updated>2023-10-12T19:25:14+00:00</updated>
<entry>
<title>src/greeter-list.vala: Leave it unclear in message whether username or password was invalid.</title>
<updated>2023-10-12T19:25:14+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-10-12T19:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=8c87ad24eacadfb45da1cf54aa2d69d694ee8a71'/>
<id>urn:sha1:8c87ad24eacadfb45da1cf54aa2d69d694ee8a71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>settings: Add font scaling via GDK_DPI_SCALE. This is not adjustable at runtime (for now).</title>
<updated>2023-10-10T20:42:28+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-30T12:22:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=d60f177134fb113ccdf0bb172a2fc8c5ecb2411f'/>
<id>urn:sha1:d60f177134fb113ccdf0bb172a2fc8c5ecb2411f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/arctica-greeter.vala: add error handling to check_hidpi ().</title>
<updated>2023-10-10T20:33:00+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2023-10-06T13:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=f3a3bc4ce6a5a88b4514a9f14b18aec087e16d53'/>
<id>urn:sha1:f3a3bc4ce6a5a88b4514a9f14b18aec087e16d53</id>
<content type='text'>
Make sure that the value falls in the range 0 &lt; x &lt;= 5.

Values higher than 5 are most probably errors (at the time of writing
this code), negative values don't make sense at all and a value of 0
would mean not showing anything, which likewise is totally useless.
</content>
</entry>
<entry>
<title>src/arctica-greeter.vala: Change D-Bus name and path</title>
<updated>2023-10-08T22:12:42+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-10-08T22:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=04b6109edd0df24e81a93001d5d002c051b3365f'/>
<id>urn:sha1:04b6109edd0df24e81a93001d5d002c051b3365f</id>
<content type='text'>
</content>
</entry>
<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/arctica-greeter.vala: Move HiDPI setup above OptionContext parsing.</title>
<updated>2023-10-06T12:08:37+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-30T12:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=27993e437661f590cbd5551c09776df514f66aa2'/>
<id>urn:sha1:27993e437661f590cbd5551c09776df514f66aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move NM_APPLET_HIDE_POLICY_ITEMS env var setting above OptionContext parsing.</title>
<updated>2023-10-06T10:37:31+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-30T12:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=9f1c482aaacb5aeb74aee9f84102642dda1333da'/>
<id>urn:sha1:9f1c482aaacb5aeb74aee9f84102642dda1333da</id>
<content type='text'>
While working on font-scaling support and fixing HiDPI support, I discovered, that
GLib.Environment.set_variable() does not take effect after OptionContext.parse()
has been called. (For whatever unknown reason...).

To mitigate this, let's move all env variable setups to the code portion above
the c.parse() call.
</content>
</entry>
<entry>
<title>Drop big-font setting. Font scaling will be handled differently and more statically.</title>
<updated>2023-10-06T10:03:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-30T12:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=975dafd6bd5e74cf983d6087765eeed14575b0c5'/>
<id>urn:sha1:975dafd6bd5e74cf983d6087765eeed14575b0c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move greeter_set_env to AGUtils.</title>
<updated>2023-10-06T09:57:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-30T12:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=b96c7558d35f5106b4ea5fed6098e5e3e1f43ddd'/>
<id>urn:sha1:b96c7558d35f5106b4ea5fed6098e5e3e1f43ddd</id>
<content type='text'>
This may be a helpful method we might need in the future in a more global
context.
</content>
</entry>
<entry>
<title>Show labels for 'Username:' and 'Password:' if configured via gsettings.</title>
<updated>2023-10-06T09:45:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-25T20:03:16+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/arctica-greeter/commit/?id=622780a18b551efb05ea45719862c841c01ffe5d'/>
<id>urn:sha1:622780a18b551efb05ea45719862c841c01ffe5d</id>
<content type='text'>
Fixes: https://github.com/ArcticaProject/arctica-greeter/issues/62
</content>
</entry>
</feed>
