summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias2018-02-142-2/+23
* Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde2018-02-132-2/+17
|\
| * Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli2018-02-052-2/+17
* | Merge pull request #16432 from Ovnuniarchos/masterRémi Verschelde2018-02-132-5/+13
|\ \
| * | SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos2018-02-052-5/+13
| |/
* | Merge pull request #16424 from AndreaCatania/phyjRémi Verschelde2018-02-132-4/+2
|\ \
| * | Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania2018-02-052-4/+2
| |/
* / Update an outdated method name in error messageronroniv2018-02-071-1/+1
|/
* Fix texture import spellingPhil Jones2018-02-031-1/+1
* Gradient: fix wrong property typePoommetee Ketson2018-02-031-2/+2
* Fix wrong property type for fixed icon size in ItemListbinbitten2018-02-031-1/+1
* Merge pull request #16276 from bcr3ative/issue_15668Rémi Verschelde2018-02-012-12/+12
|\
| * Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-012-12/+12
* | Merge pull request #15910 from robfram/fix-audio-signal-issue-15895Rémi Verschelde2018-02-011-1/+1
|\ \
| * | Fix issue 15895, audio streams don't signalling finished after the first onerobfram2018-01-201-1/+1
* | | Merge pull request #15946 from MarianoGnu/issue_15870Rémi Verschelde2018-02-011-2/+2
|\ \ \ | |_|/ |/| |
| * | attemp to fix #15870Mariano Suligoy2018-01-211-2/+2
| |/
* | Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde2018-02-011-7/+7
|\ \
| * | Fix TextEdit current line highlight horizontal offsetbinbitten2018-01-311-7/+7
* | | Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde2018-02-016-7/+55
|\ \ \
| * | | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and Audi...MrCdK2018-01-016-7/+55
* | | | Expose a few GraphEdit methods to script languagesGeorge Marques2018-01-301-0/+9
| |/ / |/| |
* | | Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky2018-01-302-0/+6
* | | Merge pull request #16152 from hpvb/fix-16131Rémi Verschelde2018-01-301-4/+0
|\ \ \
| * | | Allow focus on disabled buttonsHein-Pieter van Braam2018-01-281-4/+0
* | | | Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde2018-01-302-19/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Expose audio streams get_length()MrCdK2018-01-222-19/+19
* | | | Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram2018-01-271-4/+4
* | | | Remove duplicate "autoplay" propertyBojidar Marinov2018-01-251-7/+0
* | | | update signals' MethodInfo in TweenPaul Joannon2018-01-231-3/+3
* | | | defend Path2D against a null curveTodd Ross2018-01-221-1/+1
|/ / /
* | | Merge pull request #15938 from poke1024/fix15904Rémi Verschelde2018-01-222-0/+22
|\ \ \
| * | | Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl2018-01-212-0/+22
* | | | Fix typo in CollisionObject warningRémi Verschelde2018-01-211-1/+1
* | | | I have no idea why this commit fixes #15392Juan Linietsky2018-01-212-15/+12
|/ / /
* | / Fix minor typo: it's -> itsYuri Chornoivan2018-01-201-1/+1
| |/ |/|
* | Remove obsolete Viewport _update_rect() codeRémi Verschelde2018-01-182-133/+1
* | Fix typos in code and docs with codespellRémi Verschelde2018-01-1820-82/+82
* | Before I forget, add warnings on areas without children (should not break any...Juan Linietsky2018-01-184-0/+32
* | TextEdit fix get_mouse after many foldsIan2018-01-181-5/+6
* | doc: Replace some more "val" with "value" + syncRémi Verschelde2018-01-171-2/+2
* | BMFont loading direct support from .fnt files.Juan Linietsky2018-01-163-0/+55
* | Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-2/+2
* | Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde2018-01-152-7/+23
|\ \
| * | Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov2018-01-142-7/+23
* | | ViewportContainer passes input down to children viewportsFabio Alessandrelli2018-01-152-0/+29
* | | Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde2018-01-141-0/+13
|\ \ \ | |/ / |/| |
| * | Fixed current line highligting with horizontal clipping, issue 15427Paulb232018-01-141-0/+13
* | | Merge pull request #15670 from poke1024/fix15588Rémi Verschelde2018-01-131-0/+3
|\ \ \ | |/ / |/| |
| * | Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl2018-01-131-0/+3