<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/gui, branch 2.1.1-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/scene/gui?h=2.1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/gui?h=2.1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-11-15T07:37:53Z</updated>
<entry>
<title>Clarify a NULL comparison</title>
<updated>2016-11-15T07:37:53Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-11-11T02:48:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=28944e95e7ec129408128e0db33a4ad9eaa4c620'/>
<id>urn:sha1:28944e95e7ec129408128e0db33a4ad9eaa4c620</id>
<content type='text'>
'TreeItem::get_children()' does not return the child count, but rather
a pointer to the children.

This comparison caused an error during WebAssembly builds using the
LLVM backend path.

(cherry picked from commit 31f929caa2bc8422c0a6bb50f81500e1f4db101b)
</content>
</entry>
<entry>
<title>Make the step property useful for sliders as described in #5773</title>
<updated>2016-11-15T07:36:18Z</updated>
<author>
<name>Elia Argentieri</name>
</author>
<published>2016-10-15T16:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e3dc319f78c16b6f24081ae28c868242fcaed4ed'/>
<id>urn:sha1:e3dc319f78c16b6f24081ae28c868242fcaed4ed</id>
<content type='text'>
(cherry picked from commit 0955371447181a0fc20eb68dc6bc5aae67b73d0d)
</content>
</entry>
<entry>
<title>Fix Label valign position</title>
<updated>2016-11-15T07:34:26Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-11-07T11:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=36a4c54593afa670fdc823e6c42dcd3c06c9cb33'/>
<id>urn:sha1:36a4c54593afa670fdc823e6c42dcd3c06c9cb33</id>
<content type='text'>
Fix #7055

(cherry picked from commit c0e87f2a248af48b22f414ecc00df2631a715eac)
</content>
</entry>
<entry>
<title>Caret blink will no longer cause redraw without focus, issue 6167</title>
<updated>2016-11-15T07:34:01Z</updated>
<author>
<name>Paulb23</name>
</author>
<published>2016-11-06T14:15:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9e1e5daddf41d00330a61b0a485237ff511b255f'/>
<id>urn:sha1:9e1e5daddf41d00330a61b0a485237ff511b255f</id>
<content type='text'>
(cherry picked from commit 7b036a94bf9af558dab35a56a9c0b6dd8bae105b)
</content>
</entry>
<entry>
<title>Fix updating value of SpinBox with prefix</title>
<updated>2016-11-15T07:30:02Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-11-04T17:34:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=82b458f160e4627f25c34cb16370bb26f18f6c74'/>
<id>urn:sha1:82b458f160e4627f25c34cb16370bb26f18f6c74</id>
<content type='text'>
(cherry picked from commit 80b6507071ffd65f4ed397b7994482229fb303e0)
</content>
</entry>
<entry>
<title>fix a tiny typo</title>
<updated>2016-11-15T07:29:30Z</updated>
<author>
<name>ScotFlux</name>
</author>
<published>2016-11-03T11:29:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c282ac8ec793715dbccf444a8e722d16a4854a20'/>
<id>urn:sha1:c282ac8ec793715dbccf444a8e722d16a4854a20</id>
<content type='text'>
(cherry picked from commit 8639d6e806379bc5c0517851f5c6ff5ecbad51d4)
</content>
</entry>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-11-02T21:28:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e259bf8bbb00c5555675892295ce50aa32695737'/>
<id>urn:sha1:e259bf8bbb00c5555675892295ce50aa32695737</id>
<content type='text'>
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
</content>
</entry>
<entry>
<title>Fix to fit stylebox with ItemList</title>
<updated>2016-11-02T21:18:34Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-10-31T22:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7c92b401f1d51f1a474e4fb37480c8b626c9dd47'/>
<id>urn:sha1:7c92b401f1d51f1a474e4fb37480c8b626c9dd47</id>
<content type='text'>
(cherry picked from commit 4c9b00b5085c0ab9195842f9a0cf2287d9242bbe)
</content>
</entry>
<entry>
<title>Fix Accept/ConfirmationDialog UI broken</title>
<updated>2016-10-30T23:07:47Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-10-30T18:42:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=647b287a1e95a3c17467c56e525616aa94c60e3e'/>
<id>urn:sha1:647b287a1e95a3c17467c56e525616aa94c60e3e</id>
<content type='text'>
(cherry picked from commit 8d5644c4b217636994440f698b09ef395e5dfa55)
</content>
</entry>
<entry>
<title>Revert "Place child control under label in AcceptDialog."</title>
<updated>2016-10-30T23:07:40Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2016-10-30T18:40:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=91df1ebff657a0c8d86ca5b31174b2a981bd2cb9'/>
<id>urn:sha1:91df1ebff657a0c8d86ca5b31174b2a981bd2cb9</id>
<content type='text'>
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e.

(cherry picked from commit 3f15a65307c0a3c2c4769af964356996ed367c35)
</content>
</entry>
</feed>
