<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/LibGui.git, branch 1.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/'/>
<entry>
<title>Fix fabric.mod.json indentation</title>
<updated>2020-03-08T08:07:21+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-03-08T08:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=f7bb83291dec390548765b51ce57516882362a29'/>
<id>f7bb83291dec390548765b51ce57516882362a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 20w10a</title>
<updated>2020-03-08T08:03:36+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-03-08T08:03:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=adf783ff7fbc676f697c6e4a4acff8f1e06fdada'/>
<id>adf783ff7fbc676f697c6e4a4acff8f1e06fdada</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make list panels always have at least one cell visible</title>
<updated>2020-02-25T19:22:08+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-25T19:22:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=cdb8f5981f418cae946a3c3fd60c5891ed3f323c'/>
<id>cdb8f5981f418cae946a3c3fd60c5891ed3f323c</id>
<content type='text'>
If the children are higher than the layout height,
they should still be partially visible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the children are higher than the layout height,
they should still be partially visible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more getters and setters for scroll bars</title>
<updated>2020-02-21T06:37:57+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-21T06:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=5cab567e8b9ff95e2637459dc0d92f6696052100'/>
<id>5cab567e8b9ff95e2637459dc0d92f6696052100</id>
<content type='text'>
Closes #34.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #34.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verbump</title>
<updated>2020-02-17T17:43:16+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-17T17:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=f0778f0e5222a34090860236473f51d03d871b6d'/>
<id>f0778f0e5222a34090860236473f51d03d871b6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add horizontally centering positioner</title>
<updated>2020-02-17T17:34:31+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-17T17:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=4aadba3408fbfaf6816c6e917bfb6196bec16403'/>
<id>4aadba3408fbfaf6816c6e917bfb6196bec16403</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Simplify the HUD API"</title>
<updated>2020-02-17T17:21:55+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-17T17:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=f0cda5093d8d5d9024ea226fb043cf7da2283466'/>
<id>f0cda5093d8d5d9024ea226fb043cf7da2283466</id>
<content type='text'>
Positioners actually have another use case -- centering widgets.
Centering is not possible with just x/y as it also needs
the widget and the height.

This reverts commit 5b23e672.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Positioners actually have another use case -- centering widgets.
Centering is not possible with just x/y as it also needs
the widget and the height.

This reverts commit 5b23e672.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify the HUD API</title>
<updated>2020-02-17T17:16:30+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-17T17:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=5b23e672dc87c8643d6025cba9d5a29bce17eb2e'/>
<id>5b23e672dc87c8643d6025cba9d5a29bce17eb2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make EmptyInventory.canPlayerUseInv return true, give nicer names to EmptyInventory parameters</title>
<updated>2020-02-09T15:40:20+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2020-02-09T15:40:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=a799905e5e8a88bff003ebc5e9ed442af11c5598'/>
<id>a799905e5e8a88bff003ebc5e9ed442af11c5598</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed GuiTest</title>
<updated>2020-01-29T10:52:03+00:00</updated>
<author>
<name>ErnieBernie10</name>
<email>30663198+ErnieBernie10@users.noreply.github.com</email>
</author>
<published>2020-01-29T10:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=75a68c542956e168b66f4024f4c73eb0360fc455'/>
<id>75a68c542956e168b66f4024f4c73eb0360fc455</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
