<feed xmlns='http://www.w3.org/2005/Atom'>
<title>arctica-greeter/src/background.vala, branch 0.99.2.0</title>
<subtitle>Arctica Greeter: Greeter Frontend for LightDM
</subtitle>
<id>https://isbjoern.arctica-project.org/arctica-greeter/atom?h=0.99.2.0</id>
<link rel='self' href='https://isbjoern.arctica-project.org/arctica-greeter/atom?h=0.99.2.0'/>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/'/>
<updated>2023-02-06T07:30:01+00:00</updated>
<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://isbjoern.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://isbjoern.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>
<entry>
<title>src/background.vala: Fix for previous commit. Vala needs a bool expression in if-clauses.</title>
<updated>2018-09-06T06:00:46+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2018-09-06T06:00:46+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=4d0870b066139bd26de9322c1857f2d60f68099f'/>
<id>urn:sha1:4d0870b066139bd26de9322c1857f2d60f68099f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/background.vala: Fix FTBFS against Vala 0.42. This introduces a slight behaviour change compared to the previous version, but actually in a direction we want it to be.</title>
<updated>2018-08-22T10:40:41+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2018-08-22T10:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=db7f4094b3e58c3ced1067a480cac6f9037abc3c'/>
<id>urn:sha1:db7f4094b3e58c3ced1067a480cac6f9037abc3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>copyright holdership: Add myself as copyright holder and author to file headers of files I have worked on.</title>
<updated>2017-10-26T12:05:59+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-10-26T12:05:59+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=b78391b76207643b1c4d8ad6b7550c503c3c32e9'/>
<id>urn:sha1:b78391b76207643b1c4d8ad6b7550c503c3c32e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>background: Don't realize() this immediately - only start the image gathering thread during initialization.</title>
<updated>2017-10-23T21:26:10+00:00</updated>
<author>
<name>Michael Webster</name>
<email>miketwebster@gmail.com</email>
</author>
<published>2017-10-23T21:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=00030570c0bb5f960f0b8759d3dcd265f6f27376'/>
<id>urn:sha1:00030570c0bb5f960f0b8759d3dcd265f6f27376</id>
<content type='text'>
 Wait for the main window
 to be realized before passing its cairo surface to the background
 object and drawing the background for the first time.

 We also need to make sure in our background's size_allocate function
 to abort if we're not really active yet (no GdkWindow realized, and
 no AnimateTimer yet).

 Moved some background init stuff from the main window to the background
 class for clarity, and removed the default_background setting - it is
 already grabbing the default color in Background's class init.

 Obtained (and modified) from the following slick-greeter commits:

    d2a7122d731c0f19f502a9efba1feee651bcfa7c
    d4a2a94eb7120393bb225b680fdfecf5c1d3c4ea
    941ecbc5dcb4e7a072c1ca8816d9678f59a96418

 Adaptations by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>src/background.vala: No runtime warning on empty background image filename. Ported from slick-greeter.</title>
<updated>2017-06-20T13:36:01+00:00</updated>
<author>
<name>Clement Lefebvre</name>
<email>clement.lefebvre@linuxmint.com</email>
</author>
<published>2017-06-20T13:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=89876fc7d6922995d6c253a222a608153772227d'/>
<id>urn:sha1:89876fc7d6922995d6c253a222a608153772227d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>white-space fix</title>
<updated>2017-06-20T12:19:53+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-20T12:19:53+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=70a6deb13b646d2ed263d5f10abad48cdab5cebc'/>
<id>urn:sha1:70a6deb13b646d2ed263d5f10abad48cdab5cebc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/background.vala: Drop logo background.</title>
<updated>2017-06-20T11:19:56+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-20T11:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=399b52b019cfbe0ffb5eef6ef6ba2e8652f3da61'/>
<id>urn:sha1:399b52b019cfbe0ffb5eef6ef6ba2e8652f3da61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vala: Replace all 'static const' declaration by 'const'.</title>
<updated>2017-04-15T14:50:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-15T14:50:33+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=24d90866b4867e9490813cc5b495bf478c49d920'/>
<id>urn:sha1:24d90866b4867e9490813cc5b495bf478c49d920</id>
<content type='text'>
</content>
</entry>
</feed>
