aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Dynamic property list for control margins allowing floating point properties ...Saracen2016-03-201-8/+80
| | |/ | |/|
* | | Merge pull request #4115 from Paulb23/number_syntax_highlightingRémi Verschelde2016-03-222-2/+37
|\ \ \
| * | | Syntax highlighting for numbersPaulb232016-03-212-2/+37
| |/ /
* / / Fix GDScript crash when call show/hide in func _exit_treesanikoyes2016-03-221-2/+2
|/ /
* | Merge pull request #4095 from neikeq/pr-bind-add_spacerRémi Verschelde2016-03-191-0/+1
|\ \
| * | BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry2016-03-191-0/+1
| |/
* | Merge pull request #4094 from neikeq/pr-fix-4062Rémi Verschelde2016-03-191-0/+7
|\ \
| * | TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry2016-03-191-0/+7
| |/
* / Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov2016-03-181-0/+9
|/
* Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen2016-03-171-1/+9
* Fixed highlighting when word occurs as substring firstPaulb232016-03-171-8/+14
* Fixed highliting with shift and mousePaulb232016-03-171-5/+2
* Highlight all occurrences of selected wordPaulb232016-03-162-0/+60
* LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry2016-03-152-0/+11
* TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry2016-03-151-80/+46
* Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde2016-03-152-0/+55
|\
| * Ability to colourize baked lighting in real time.Saracen2016-02-062-0/+55
* | Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde2016-03-152-7/+10
|\ \
| * | (editor)filedialog mode open anyAlexander Holland2016-03-142-7/+10
* | | Merge pull request #4056 from TheHX/issue-1423Rémi Verschelde2016-03-141-5/+13
|\ \ \
| * | | Automatically create input node when creating a ShaderGraphFranklin Sobrinho2016-03-141-5/+13
* | | | Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde2016-03-142-1/+8
|\ \ \ \
| * | | | Added configuable tab sizePaulb232016-03-142-1/+8
* | | | | Merge pull request #4035 from TheHX/item-listRémi Verschelde2016-03-132-7/+56
|\ \ \ \ \
| * | | | | Add icon region support for ItemListFranklin Sobrinho2016-03-132-7/+56
| | |/ / / | |/| | |
* / | | | Undo and redo commands on text editor now affect internal version which fixes...Saracen2016-03-132-6/+19
|/ / / /
* / / / -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-127-78/+235
|/ / /
* | | Merge pull request #4012 from sanikoyes/Pr-linke-fail-disable-3dRémi Verschelde2016-03-111-1/+2
|\ \ \ | |/ / |/| |
| * | Fix link error when disable_3d=yessanikoyes2016-03-111-1/+2
* | | Fix a crash when running a game with Controls with a tools buildBojidar Marinov2016-03-101-1/+6
* | | Merge pull request #3865 from Marqin/coverityRémi Verschelde2016-03-103-6/+10
|\ \ \
| * | | fix six possible "divide by zero"Hubert Jarosz2016-03-092-5/+9
| * | | fix two reading uninitialized pointersHubert Jarosz2016-03-091-1/+1
* | | | Merge pull request #3980 from JoshuaGrams/timescale-remainderRémi Verschelde2016-03-091-2/+7
|\ \ \ \
| * | | | TimeScale node: return +inf remaining for 0 scale.Josh Grams2016-03-091-1/+4
| * | | | TimeScale node: scale return value (time remaining).Josh Grams2016-03-071-2/+4
| | |/ / | |/| |
* | | | Add option to keep margins when changing anchors, closes #3979Bojidar Marinov2016-03-092-12/+27
| |/ / |/| |
* | | remove trailing whitespaceHubert Jarosz2016-03-09115-2782/+2782
* | | Merge pull request #3991 from JoshuaGrams/issue-3711Rémi Verschelde2016-03-081-2/+3
|\ \ \
| * | | AnimationTreePlayer: distinguish value tracks.Josh Grams2016-03-081-2/+3
| |/ /
* | | Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky2016-03-082-1/+10
|\ \ \
| * | | Enabled scrolling past end of filePaulb232016-03-072-1/+10
* | | | Added extra controls to GeometryInstances to control how they should cast sha...Saracen2016-03-072-1/+53
| |/ / |/| |
* | | Merge pull request #3919 from chuckeles/open-lines-below-aboveRémi Verschelde2016-03-071-0/+21
|\ \ \ | |/ / |/| |
| * | Add special new line openingMartin Chuckeles2016-03-041-0/+21
* | | Fix Sprite doesn't updating region_rect value in certain conditionsFranklin Sobrinho2016-03-051-5/+7
|/ /
* | -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-048-2/+694
* | Add editor settings for call hint placementMartin Chuckeles2016-03-042-4/+36
* | Hide hint if completion is activeMartin Chuckeles2016-03-031-1/+1
* | Move the call hint under the current lineMartin Chuckeles2016-03-031-1/+1