<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/LibGui.git/src/main/java/io, 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 #137, bump version to 4.2.1</title>
<updated>2021-09-12T12:23:48+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-09-12T12:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=8eb2a20924b4aacd9d3f470d52191ff9165c6042'/>
<id>8eb2a20924b4aacd9d3f470d52191ff9165c6042</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Javadoc hotfix</title>
<updated>2021-09-11T11:54:47+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-09-11T11:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f'/>
<id>f7e0f5afa4b17a4165bb8b6a6b4851d431a9bc7f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make hovering take WWidget.isWithinBounds into account</title>
<updated>2021-09-11T11:39:50+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-09-11T11:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=e1e6697da8b9ada8f36607f5837f915d0d328a66'/>
<id>e1e6697da8b9ada8f36607f5837f915d0d328a66</id>
<content type='text'>
Also improved docs and added WWidget.canHover.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also improved docs and added WWidget.canHover.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor observable properties</title>
<updated>2021-09-11T11:30:38+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-09-11T11:30:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=d493eb273dd98bf7063146af1a8b4a71f4e93381'/>
<id>d493eb273dd98bf7063146af1a8b4a71f4e93381</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use vanilla translation key for "hotbar"</title>
<updated>2021-09-10T22:30:08+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-09-10T22:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=d4d5cbfabc5a3d36e9b2097792e13dab685658f7'/>
<id>d4d5cbfabc5a3d36e9b2097792e13dab685658f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add observable properties and narration support (#136)</title>
<updated>2021-09-10T22:24:34+00:00</updated>
<author>
<name>Juuxel</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-09-10T22:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=60283b69816b6792ab517089707cfe4d4a099e9a'/>
<id>60283b69816b6792ab517089707cfe4d4a099e9a</id>
<content type='text'>
* Add focused narration support

* yes!

* More work on hovering and observables

* Fix WWidget.setHovered javadoc

* Document ObservableProperty.add/removeListener

* Add observable views

* Fix ObservableView.ChangeListener javadoc

* More JD!

* Add taglet for listing observable properties

Overkill? Yep. Still fancy? Absolutely!

* Fix narration element indices and more JD tricks

* Add slot hovering narration

* WItemSlot.getExtraNarrationMessage -&gt; getNarrationName, make public API

* Remove the binding functionality of observable properties

This is required for having proper change listeners.

* Add ObservableView.hasValue

* Add some utility methods to ObservableView

* Clarify ObservableView.ChangeListener parameters

* Remove properties tag from WButton javadoc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add focused narration support

* yes!

* More work on hovering and observables

* Fix WWidget.setHovered javadoc

* Document ObservableProperty.add/removeListener

* Add observable views

* Fix ObservableView.ChangeListener javadoc

* More JD!

* Add taglet for listing observable properties

Overkill? Yep. Still fancy? Absolutely!

* Fix narration element indices and more JD tricks

* Add slot hovering narration

* WItemSlot.getExtraNarrationMessage -&gt; getNarrationName, make public API

* Remove the binding functionality of observable properties

This is required for having proper change listeners.

* Add ObservableView.hasValue

* Add some utility methods to ObservableView

* Clarify ObservableView.ChangeListener parameters

* Remove properties tag from WButton javadoc</pre>
</div>
</content>
</entry>
<entry>
<title>WWidget.onShown and onHidden are no longer beta</title>
<updated>2021-08-18T15:19:08+00:00</updated>
<author>
<name>Juuz</name>
<email>6596629+Juuxel@users.noreply.github.com</email>
</author>
<published>2021-08-18T15:19:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=66047fa05438c95e3fa5f52940e3400e18481dd8'/>
<id>66047fa05438c95e3fa5f52940e3400e18481dd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the bottom coordinate of scissor rectangles being incorrect on high DPI displays (#134)</title>
<updated>2021-08-18T15:13:00+00:00</updated>
<author>
<name>haykam821</name>
<email>24855774+haykam821@users.noreply.github.com</email>
</author>
<published>2021-08-18T15:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=dbdbb9d1cf5c7484abd7aabb41695f6607c954b3'/>
<id>dbdbb9d1cf5c7484abd7aabb41695f6607c954b3</id>
<content type='text'>
Fixes #114</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #114</pre>
</div>
</content>
</entry>
<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>fix texturedRect() not blending transparent textures (#125)</title>
<updated>2021-07-16T19:48:50+00:00</updated>
<author>
<name>Fourmisain</name>
<email>8464472+Fourmisain@users.noreply.github.com</email>
</author>
<published>2021-07-16T19:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/LibGui.git/commit/?id=c95d786fba6f378d793e4969931c1a735a78f442'/>
<id>c95d786fba6f378d793e4969931c1a735a78f442</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
