<feed xmlns='http://www.w3.org/2005/Atom'>
<title>arctica-greeter/src/main-window.vala, branch 0.99.4.0</title>
<subtitle>Arctica Greeter: Greeter Frontend for LightDM
</subtitle>
<id>https://isbjoern.arctica-project.org/arctica-greeter/atom?h=0.99.4.0</id>
<link rel='self' href='https://isbjoern.arctica-project.org/arctica-greeter/atom?h=0.99.4.0'/>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/'/>
<updated>2023-10-05T11:43:15+00:00</updated>
<entry>
<title>src/main-window.vala: Drop obsolete / commented out code.</title>
<updated>2023-10-05T11:43:15+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-09-26T13:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=199b64043b71bf31c38249a83ce5a4b1181e78e8'/>
<id>urn:sha1:199b64043b71bf31c38249a83ce5a4b1181e78e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop all internal a11y indicator related code</title>
<updated>2023-09-16T10:09:27+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-07-03T07:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=5509d9c59a10fa9567b5cf41387369a6ce522568'/>
<id>urn:sha1:5509d9c59a10fa9567b5cf41387369a6ce522568</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/main-window: Rewrite some deprecated Gtk.Alignments</title>
<updated>2023-05-08T02:11:37+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-05-08T02:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=886d9b70cbe8d948843d75f648f852c437c0a6e2'/>
<id>urn:sha1:886d9b70cbe8d948843d75f648f852c437c0a6e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some deprecations</title>
<updated>2023-05-07T18:52:12+00:00</updated>
<author>
<name>Robert Tari</name>
<email>robert@tari.in</email>
</author>
<published>2023-05-06T00:45:49+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=a919238f30e02cc996eb842d0ab4a0922964d77e'/>
<id>urn:sha1:a919238f30e02cc996eb842d0ab4a0922964d77e</id>
<content type='text'>
</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://isbjoern.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://isbjoern.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>user-list: Allow hidden user visibility to be toggled.</title>
<updated>2023-02-06T11:08:33+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2023-01-17T15:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=c5f16ead014454267163f4a8a65f8178fc7369c9'/>
<id>urn:sha1:c5f16ead014454267163f4a8a65f8178fc7369c9</id>
<content type='text'>
 Ported from Slick Greeter by Mike Gabriel.

 https://github.com/linuxmint/slick-greeter/commit/ce8704c02498fef137908e36b315d0876300d2c2
</content>
</entry>
<entry>
<title>keyboard navigation: Don't prevent left/right movement in Gtk.Entry.</title>
<updated>2023-02-06T11:08:33+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2023-01-17T11:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=395b2cadbf259ea93096676a271392278340c21e'/>
<id>urn:sha1:395b2cadbf259ea93096676a271392278340c21e</id>
<content type='text'>
 The shutdown dialog Left/Right navigation works without this code
 anyway.

 Ported from Slick Greeter by Mike Gabriel.

 https://github.com/linuxmint/slick-greeter/commit/d9d47171d4c00a7004a5548f7e170355c2ba1618
</content>
</entry>
<entry>
<title>sessions: Close dialog on Escape.</title>
<updated>2023-02-06T11:08:33+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2023-02-06T09:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=74ad7aca037b60b3d9aa7bf089e0ff9e55e2b72b'/>
<id>urn:sha1:74ad7aca037b60b3d9aa7bf089e0ff9e55e2b72b</id>
<content type='text'>
 Ported from Slick Greeter ported by Mike Gabriel.

 https://github.com/linuxmint/slick-greeter/commit/aaa10cc2a080cf5fecc693bde7ba473ad87bbe96
</content>
</entry>
<entry>
<title>misc src/: completely rework high contrast mode, add stub for big font mode.</title>
<updated>2023-02-06T07:30:01+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2022-12-06T04:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=33d2f8d0461314c5eeaab2c74b10b545906e1491'/>
<id>urn:sha1:33d2f8d0461314c5eeaab2c74b10b545906e1491</id>
<content type='text'>
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.
</content>
</entry>
</feed>
