<feed xmlns='http://www.w3.org/2005/Atom'>
<title>arctica-greeter/AUTHORS, branch master</title>
<subtitle>Arctica Greeter: Greeter Frontend for LightDM
</subtitle>
<id>https://cgit.arctica-project.org/arctica-greeter/atom?h=master</id>
<link rel='self' href='https://cgit.arctica-project.org/arctica-greeter/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/'/>
<updated>2025-05-23T08:49:39+00:00</updated>
<entry>
<title>Release 0.99.9.3</title>
<updated>2025-05-23T08:49:39+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-05-23T08:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=b9170bd53f7622e445ed85def410a26a8222ea36'/>
<id>urn:sha1:b9170bd53f7622e445ed85def410a26a8222ea36</id>
<content type='text'>
  - data/org.ArcticaProject.arctica-greeter.gschema.xml: Set
    menubar-alpha default to 0.3. (Originally 0.2, changed to 0.5 as
    part of 2bc439d3, now back to a compromise).
  - Apply custom menubar transparency even if theme background is used.
  - Use the theme menubar background colour if no custom colour is
    specified.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).
</content>
</entry>
<entry>
<title>Release 0.99.9.2</title>
<updated>2025-05-15T08:21:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-05-15T08:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=df043588bc86feb18f424251d8b3b928e5b7ec2a'/>
<id>urn:sha1:df043588bc86feb18f424251d8b3b928e5b7ec2a</id>
<content type='text'>
  - Add background image position.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).
</content>
</entry>
<entry>
<title>Release 0.99.9.1</title>
<updated>2025-05-05T07:37:36+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-05-05T07:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=09061b13fb447bc4008ffbc9ec4da42290c160a1'/>
<id>urn:sha1:09061b13fb447bc4008ffbc9ec4da42290c160a1</id>
<content type='text'>
  - Allow filtering out users from hidden groups.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).
</content>
</entry>
<entry>
<title>Release 0.99.8.11</title>
<updated>2025-04-28T07:41:37+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-04-28T07:41:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=c6e07588ec722bbb178c943f10784cba0bda83a2'/>
<id>urn:sha1:c6e07588ec722bbb178c943f10784cba0bda83a2</id>
<content type='text'>
  - Rewrite Gtk.Alignment.
  - src/prompt-box.vala: Add manual text wrapping.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).
</content>
</entry>
<entry>
<title>Release 0.99.8.7</title>
<updated>2025-03-31T13:58:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-03-31T13:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=fc8c76da3e760e178b612ecd63601634c50483c2'/>
<id>urn:sha1:fc8c76da3e760e178b612ecd63601634c50483c2</id>
<content type='text'>
  - arctica-greeter/src/greeter-list.vala: Fix DashBox height when the
    content changes.
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).
</content>
</entry>
<entry>
<title>Release 0.99.8.5</title>
<updated>2025-03-25T14:46:47+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2025-03-25T14:45:24+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=71f38fc0180f897be1a54a7ee05d93261da67517'/>
<id>urn:sha1:71f38fc0180f897be1a54a7ee05d93261da67517</id>
<content type='text'>
  - src/main-window.vala: Render the back-button with black background
    and white border. As arrow we have a white png.
  - src/prompt-box.vala: Prompt box messages are always white in normal
    mode, always black in high-contrast mode (except from errors).
  - src/menubar.vala: Render the menubar always white (background is
    always black) and use black font for the hostname if shown.
  - Introduce UI/widget scaling per scaling factor.
  - src/menubar.vala: Soften the menubar shadow depending on
    'menubar-alpha' gsettings configuration.
  - data/50-org.Arctica-Project.arctica-greeter.rules: Syntax fix.
  - src/main-window.vala: Recuce the menubar height when settings
    struts by 7px ( x scaling factor).
  - src/main-window.vala: Apply Gdk property change to toplevel of the
    MainWindow (just in case).
  - src/arctica-greeter.vala: Re-arrange calls to
    MainWindow.set_struts().
  - src/main-window.vala: Make set_struts() a method without parameters
    and move previous set_struts() to _set_struts() (private method
    now).
  - src/main-window.vala: Set Gdk.WindowTypeHint.DOCK to make struts
    not affect the main window itself.
  - src/main-window.vala: Convert set_struts() method to a non-static
    method (by its code).
  - Translation updates (thanks to all contributors on
    hosted.weblate.org).
</content>
</entry>
<entry>
<title>release 0.99.7.0</title>
<updated>2024-06-04T09:43:53+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-06-04T09:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=f6ae4a30dc67f473dad62f13df5950c672451913'/>
<id>urn:sha1:f6ae4a30dc67f473dad62f13df5950c672451913</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 0.99.6.0</title>
<updated>2024-05-20T18:16:50+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-04-08T10:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=872a22ee0a3d889c08c102bd16ee27857ad71c0e'/>
<id>urn:sha1:872a22ee0a3d889c08c102bd16ee27857ad71c0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 0.99.5.0</title>
<updated>2024-02-06T13:15:34+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2024-02-06T13:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=b8773a7aaea27d2c337335e358d32cb4660ca3d9'/>
<id>urn:sha1:b8773a7aaea27d2c337335e358d32cb4660ca3d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>release 0.99.4.0</title>
<updated>2023-10-13T07:25:02+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2023-10-13T07:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/arctica-greeter/commit/?id=a68f7c4729c439bba1cf97d25a6622ae7a64ba29'/>
<id>urn:sha1:a68f7c4729c439bba1cf97d25a6622ae7a64ba29</id>
<content type='text'>
</content>
</entry>
</feed>
