aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Uncomment debug properties of HTTP Requestkhairul1692016-11-151-12/+12
* Clarify a NULL comparisoneska2016-11-151-1/+1
* Make the step property useful for sliders as described in #5773Elia Argentieri2016-11-151-4/+13
* Fix Label valign positionvolzhs2016-11-151-3/+3
* Caret blink will no longer cause redraw without focus, issue 6167Paulb232016-11-152-2/+2
* Fix updating value of SpinBox with prefixvolzhs2016-11-151-1/+4
* fix a tiny typoScotFlux2016-11-151-2/+2
* Keep groups when replacing nodesIgnacio Etcheverry2016-11-151-0/+6
* adding get_stored_values methodAriel Manzur2016-11-082-1/+20
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-023-34/+34
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-021-1/+0
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-0211-35/+35
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-29/+29
* Fix to fit stylebox with ItemListvolzhs2016-11-021-1/+4
* Fixed Mix nodes in Animation Tree Playerm4nu3lf2016-11-022-17/+4
* Fix Accept/ConfirmationDialog UI brokenvolzhs2016-10-311-5/+8
* Revert "Place child control under label in AcceptDialog."volzhs2016-10-311-25/+10
* Add "Never" underline mode to LinkButtonrdb2016-10-312-4/+6
* Added force_raycast_update GDScript method for RayCast[2D]Karol Walasek2016-10-314-42/+59
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-3010-0/+20
* Added support for tooltips in ButtonArray. Fixes #6597Zher Huei Lee2016-10-302-7/+47
* Revert "Tween reset/stop/resume/remove for all object properties at once"Rémi Verschelde2016-10-181-13/+10
* Add "button_selected" signal to ButtonGroupvolzhs2016-10-171-0/+4
* Fixes for ButtonArrayZher Huei Lee2016-10-171-2/+12
* Sprite: Fix inspector not showing changes on "frame" property.Andreas Haas2016-10-171-0/+1
* Fix #5959, contrasting texture for toggled buttonPawel Kowal2016-10-171-0/+0
* Button focus hoveringAnthony Fieroni2016-10-171-0/+10
* Place child control under label in AcceptDialog.Mateusz Adamczyk2016-10-171-10/+25
* Added simple check to viewport, if matrix32 is invesile (https://github.com/g...Mateusz Adamczyk2016-10-091-0/+3
* Fix code completion drawing under other gui elements.Andreas Haas2016-10-091-1/+5
* Prevent crash on focus change when no valid next control has been found.Andreas Haas2016-10-091-5/+5
* fix #6012 exposed setters and getters of Camera H/V offset to GDScriptAdham Zahran2016-10-091-4/+8
* Add editor_only param to Light2DPedro J. Estébanez2016-10-092-1/+37
* light: respect editor_only setting in release build and dont show the lightJ08nY2016-10-091-2/+4
* Expose more 2D/3D physics options in project settingsFabio Alessandrelli2016-10-093-6/+5
* PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...J08nY2016-10-092-13/+27
* Respect texture .flags files on exportPedro J. Estébanez2016-10-092-56/+64
* Fix #6480, area duplicated paramPawel Kowal2016-10-092-4/+4
* LineEdit long indicator, fix #6624Pawel Kowal2016-10-091-3/+4
* Don't crash when video is stopped and played againBłażej Szczygieł2016-10-091-1/+2
* Tween reset/stop/resume/remove for all object properties at oncePawel Kowal2016-10-091-10/+13
* expose GeometryInstance.get_aabb() etc fixes #6587yg2f2016-10-092-0/+5
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-10-095-12/+10
* Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas2016-10-092-12/+24
* Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-10-093-0/+36
* Fix for issue #6496Brickcaster2016-10-091-19/+16
* fix ScrollContainer cannot scroll when scroll bar is hiddensanikoyes2016-09-181-2/+2
* Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky2016-09-182-17/+16
* ScrollContainer expand children bug fixPawel Kowal2016-09-181-2/+2
* Tween: fix non-repeat interpolate_callback does not delete after call triggeredsanikoyes2016-09-181-0/+2