<feed xmlns='http://www.w3.org/2005/Atom'>
<title>arctica-greeter/src/background.vala, branch 0.99.0.2</title>
<subtitle>Arctica Greeter: Greeter Frontend for LightDM
</subtitle>
<id>https://isbjoern.arctica-project.org/arctica-greeter/atom?h=0.99.0.2</id>
<link rel='self' href='https://isbjoern.arctica-project.org/arctica-greeter/atom?h=0.99.0.2'/>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/'/>
<updated>2017-10-26T12:05:59+00:00</updated>
<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>
<entry>
<title>Apply the Gtk.ResizeMode.QUEUE fix to another place, so that the shutdown</title>
<updated>2016-09-15T08:49:20+00:00</updated>
<author>
<name>Iain Lane</name>
<email>iain.lane@canonical.com</email>
</author>
<published>2016-09-15T08:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=b20befface6bc648db012aa56352a1ab7789ff0c'/>
<id>urn:sha1:b20befface6bc648db012aa56352a1ab7789ff0c</id>
<content type='text'>
dialog is positioned correctly again.
</content>
</entry>
<entry>
<title>Rename UGSettings to AGSettings.</title>
<updated>2015-10-07T08:28:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-10-07T08:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=da5a410489edf50d0ab064c3b9303b3c87f6bf87'/>
<id>urn:sha1:da5a410489edf50d0ab064c3b9303b3c87f6bf87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rebase against Unity Greeter from Ubuntu 15.04</title>
<updated>2015-09-21T17:40:03+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-09-21T15:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=bf0db8aa881fbcd85068ec55722cb8d726fe9a13'/>
<id>urn:sha1:bf0db8aa881fbcd85068ec55722cb8d726fe9a13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported Upstream version 14.04.10</title>
<updated>2014-11-02T19:40:40+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2014-11-02T19:40:40+00:00</published>
<link rel='alternate' type='text/html' href='https://isbjoern.arctica-project.org/arctica-greeter/commit/?id=8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe'/>
<id>urn:sha1:8e2d33d3a5d17531a36e629bcf4c0bc36cbf1cfe</id>
<content type='text'>
</content>
</entry>
</feed>
