<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/LibGui.git/src/main, branch 4.0.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>Update versions</title>
<updated>2021-06-09T08:57:34+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-09T08:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=2e037343d27a2c8ae8aee022249d1023c1c91479'/>
<id>2e037343d27a2c8ae8aee022249d1023c1c91479</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent adding widgets to themselves recursively</title>
<updated>2021-06-09T08:43:05+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-09T08:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=802551195ba60f21c634081e9e694f93feed26a3'/>
<id>802551195ba60f21c634081e9e694f93feed26a3</id>
<content type='text'>
Also includes any parents.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also includes any parents.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove WWidget.createPeers</title>
<updated>2021-06-09T08:24:30+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-09T08:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=48bdcca98a8d28208b452b030e08cc8e23fa8aed'/>
<id>48bdcca98a8d28208b452b030e08cc8e23fa8aed</id>
<content type='text'>
Closes #117.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #117.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make insets properly swappable, add WPanelWithInsets</title>
<updated>2021-06-04T21:43:59+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T21:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=f15d6c10ff057d906e138a4e3c199a9a90c3a92a'/>
<id>f15d6c10ff057d906e138a4e3c199a9a90c3a92a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Mod Menu support</title>
<updated>2021-06-04T21:22:57+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T21:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=1a92028f3b019eca1cf2d460f598bb131dae8457'/>
<id>1a92028f3b019eca1cf2d460f598bb131dae8457</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch from accessor to AW, fixes #113</title>
<updated>2021-06-04T21:14:22+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T21:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=a1bb6316f2d6ecc0019e00438b4cf724dde68f73'/>
<id>a1bb6316f2d6ecc0019e00438b4cf724dde68f73</id>
<content type='text'>
Accessors would be preferred but there is a mixin bug/regression
that prevents me from modifying final fields with accessors unless I do
some concerning hacky code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accessors would be preferred but there is a mixin bug/regression
that prevents me from modifying final fields with accessors unless I do
some concerning hacky code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate root panels automatically</title>
<updated>2021-06-04T13:16:42+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T13:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=1aba27451ce4b95dc7a832938998c9d1581eee97'/>
<id>1aba27451ce4b95dc7a832938998c9d1581eee97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make WBar.validate safe to call multiple times</title>
<updated>2021-06-04T13:08:18+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T13:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=9ab901717e430a48db6e30d5117dd28f15ff8f72'/>
<id>9ab901717e430a48db6e30d5117dd28f15ff8f72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix dupe with guis without block inventory (#104)</title>
<updated>2021-05-29T12:59:06+00:00</updated>
<author>
<name>Gabriel Henrique de Oliveira</name>
<email>17054373+GabrielOlvH@users.noreply.github.com</email>
</author>
<published>2021-04-18T10:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=dc65fedc8341928ff6111fe22b5c11d1884bc4e7'/>
<id>dc65fedc8341928ff6111fe22b5c11d1884bc4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add (back) NinePatchBackgroundPainter with padding support</title>
<updated>2021-05-29T12:31:11+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-05-29T12:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=05376de0ceafc08c36602ea3922a96318db6d191'/>
<id>05376de0ceafc08c36602ea3922a96318db6d191</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
