summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2018-02-14Added "allow_reselect" property to ItemList and enabled it for the method/hel...Michael Alexsander Silva Dias
2018-02-13Merge pull request #16422 from synasius/fixed-line-edit-text-changed-signalRémi Verschelde
2018-02-13Merge pull request #16432 from Ovnuniarchos/masterRémi Verschelde
2018-02-13Merge pull request #16424 from AndreaCatania/phyjRémi Verschelde
2018-02-07Update an outdated method name in error messageronroniv
2018-02-05SpinBoxes calculate correctly their width before first redraw.Ovnuniarchos
2018-02-05Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania
2018-02-05Fixed #15082: line edit emits two "text_changed" signals when pasting while t...Federico Frenguelli
2018-02-03Fix texture import spellingPhil Jones
2018-02-03Gradient: fix wrong property typePoommetee Ketson
2018-02-03Fix wrong property type for fixed icon size in ItemListbinbitten
2018-02-01Merge pull request #16276 from bcr3ative/issue_15668Rémi Verschelde
2018-02-01Merge pull request #15910 from robfram/fix-audio-signal-issue-15895Rémi Verschelde
2018-02-01Merge pull request #15946 from MarianoGnu/issue_15870Rémi Verschelde
2018-02-01Fix inconsistencies and typos in argument namesPaolo Perkovic
2018-02-01Merge pull request #16249 from binbitten/fix-highlight-ofsRémi Verschelde
2018-02-01Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde
2018-01-31Fix TextEdit current line highlight horizontal offsetbinbitten
2018-01-30Expose a few GraphEdit methods to script languagesGeorge Marques
2018-01-30Ability to import .escn files, which is just a .tscn but with forced import.Juan Linietsky
2018-01-30Merge pull request #16152 from hpvb/fix-16131Rémi Verschelde
2018-01-30Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde
2018-01-28Allow focus on disabled buttonsHein-Pieter van Braam
2018-01-27Fix inverted RIGHT/LEFT TOP/BOTTOM Camera2D drag margin in runtime (editor wo...robfram
2018-01-25Remove duplicate "autoplay" propertyBojidar Marinov
2018-01-23update signals' MethodInfo in TweenPaul Joannon
2018-01-22defend Path2D against a null curveTodd Ross
2018-01-22Expose audio streams get_length()MrCdK
2018-01-22Merge pull request #15938 from poke1024/fix15904Rémi Verschelde
2018-01-21Fix typo in CollisionObject warningRémi Verschelde
2018-01-21I have no idea why this commit fixes #15392Juan Linietsky
2018-01-21attemp to fix #15870Mariano Suligoy
2018-01-21Fix crash on deleted rigidbodies without contact monitor (issue 15904)Bernhard Liebl
2018-01-20Fix issue 15895, audio streams don't signalling finished after the first onerobfram
2018-01-20Fix minor typo: it's -> itsYuri Chornoivan
2018-01-18Remove obsolete Viewport _update_rect() codeRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-18Before I forget, add warnings on areas without children (should not break any...Juan Linietsky
2018-01-18TextEdit fix get_mouse after many foldsIan
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-16BMFont loading direct support from .fnt files.Juan Linietsky
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere
2018-01-15Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde
2018-01-15ViewportContainer passes input down to children viewportsFabio Alessandrelli
2018-01-14Merge pull request #15708 from Paulb23/current_line_clipping_issue_15427Rémi Verschelde
2018-01-14Fixed current line highligting with horizontal clipping, issue 15427Paulb23
2018-01-14Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov
2018-01-13Merge pull request #15670 from poke1024/fix15588Rémi Verschelde
2018-01-13Fixes hangs with Tree in multi selection mode (issue 15588)Bernhard Liebl
2018-01-13Merge pull request #15657 from paulloz/fix-textedit-undo-redo-selectionRémi Verschelde