<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/LibGui.git/GuiTest/src/main, branch master</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 #130, bump version to 4.1.6</title>
<updated>2021-08-10T08:06:12+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-08-10T08:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=baf993e6d3f9fe560eafa27718c33d8c2bedce10'/>
<id>baf993e6d3f9fe560eafa27718c33d8c2bedce10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Yarn</title>
<updated>2021-07-11T10:21:39+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-07-11T10:21:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=84a07a241ddc03be92680a077c9308695b66a179'/>
<id>84a07a241ddc03be92680a077c9308695b66a179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the test visual logger warnings controllable</title>
<updated>2021-07-09T20:00:00+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-07-09T20:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=9dfd9f06b2154b01bfc1acf01b6bf3eec27fccdd'/>
<id>9dfd9f06b2154b01bfc1acf01b6bf3eec27fccdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a "visual logger" for showing error messages in a dev env</title>
<updated>2021-06-27T11:10:13+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-27T11:10:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=0b62c15c6cbc3a3440002bd705e2e499fb29df66'/>
<id>0b62c15c6cbc3a3440002bd705e2e499fb29df66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Icon API to WItemSlot (#119)</title>
<updated>2021-06-22T16:19:07+00:00</updated>
<author>
<name>frqnny</name>
<email>45723631+frqnny@users.noreply.github.com</email>
</author>
<published>2021-06-22T16:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=a8a2d36a9bb32fe15a391a65666717ed26e0eb70'/>
<id>a8a2d36a9bb32fe15a391a65666717ed26e0eb70</id>
<content type='text'>
* Add Icon API to WItemSlot

* Fix checkstyle

* Clean up test description</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Icon API to WItemSlot

* Fix checkstyle

* Clean up test description</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>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>Add test title to ScrollingTestGui</title>
<updated>2021-06-04T12:55:57+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T12:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=fdaa5276124335b02ce5631197661f2aa90d165f'/>
<id>fdaa5276124335b02ce5631197661f2aa90d165f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move scrolling test gui to a test command</title>
<updated>2021-06-04T12:52:32+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-06-04T12:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=01537f7c5e29b7df4e3b6d8cef5880c8ac97a900'/>
<id>01537f7c5e29b7df4e3b6d8cef5880c8ac97a900</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CottonHud: migrate to static methods</title>
<updated>2021-05-27T19:21:44+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-05-27T19:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=7aabd65ef6a56e377554c6d765e866d5bd1350ff'/>
<id>7aabd65ef6a56e377554c6d765e866d5bd1350ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
