summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2016-04-04Merge pull request #4191 from leezh/progressbar_minsizeRémi Verschelde
2016-04-03Fixed insert mode interaction with auto completePaulb23
2016-04-03Fixed insert mode removing first unselected characterPaulb23
2016-04-02Function syntax highlightingPaul Batty
2016-04-02Merge pull request #4193 from Paulb23/text_edit_insert_modeRémi Verschelde
2016-04-01Added insert mode to text editorPaulb23
2016-03-31Now the timer could be pausedHearto Lazor
2016-03-31Progress bar minsize now checks percent_visibleZher Huei Lee
2016-03-26Fixed numbers not highlighting after spacePaulb23
2016-03-23Merge pull request #4102 from SaracenOne/dynamic_margin_propertiesRémi Verschelde
2016-03-22Merge pull request #4115 from Paulb23/number_syntax_highlightingRémi Verschelde
2016-03-22Fix GDScript crash when call show/hide in func _exit_treesanikoyes
2016-03-21Syntax highlighting for numbersPaulb23
2016-03-20Dynamic property list for control margins allowing floating point properties ...Saracen
2016-03-19Merge pull request #4095 from neikeq/pr-bind-add_spacerRémi Verschelde
2016-03-19Merge pull request #4094 from neikeq/pr-fix-4062Rémi Verschelde
2016-03-19BoxContainer: Bind method add_spacer(bool)Ignacio Etcheverry
2016-03-19TextEdit: Fix Shift+Delete shortcut not calling cut()Ignacio Etcheverry
2016-03-18Fix issues with tilemap covering child nodes and old quadrantsBojidar Marinov
2016-03-17Fix cursor getting locked on tree control if tree is cleared while modifying ...Saracen
2016-03-17Fixed highlighting when word occurs as substring firstPaulb23
2016-03-17Fixed highliting with shift and mousePaulb23
2016-03-16Highlight all occurrences of selected wordPaulb23
2016-03-15LineEdit/TextEdit: Add Shift+Delete shortcut for cutIgnacio Etcheverry
2016-03-15TextEdit: Fix inconsistent copy, cut and paste behaviourIgnacio Etcheverry
2016-03-15Merge pull request #3528 from SaracenOne/baked_light_realtime_colourizeRémi Verschelde
2016-03-15Merge pull request #4051 from AlexHolly/fileeditor-open-anyRémi Verschelde
2016-03-14Merge pull request #4056 from TheHX/issue-1423Rémi Verschelde
2016-03-14Automatically create input node when creating a ShaderGraphFranklin Sobrinho
2016-03-14Merge pull request #4017 from Paulb23/set_tab_sizeRémi Verschelde
2016-03-14Added configuable tab sizePaulb23
2016-03-14(editor)filedialog mode open anyAlexander Holland
2016-03-13Merge pull request #4035 from TheHX/item-listRémi Verschelde
2016-03-13Undo and redo commands on text editor now affect internal version which fixes...Saracen
2016-03-13Add icon region support for ItemListFranklin Sobrinho
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
2016-03-11Merge pull request #4012 from sanikoyes/Pr-linke-fail-disable-3dRémi Verschelde
2016-03-11Fix link error when disable_3d=yessanikoyes
2016-03-10Fix a crash when running a game with Controls with a tools buildBojidar Marinov
2016-03-10Merge pull request #3865 from Marqin/coverityRémi Verschelde
2016-03-09Merge pull request #3980 from JoshuaGrams/timescale-remainderRémi Verschelde
2016-03-09Add option to keep margins when changing anchors, closes #3979Bojidar Marinov
2016-03-09TimeScale node: return +inf remaining for 0 scale.Josh Grams
2016-03-09fix six possible "divide by zero"Hubert Jarosz
2016-03-09fix two reading uninitialized pointersHubert Jarosz
2016-03-09remove trailing whitespaceHubert Jarosz
2016-03-08Merge pull request #3991 from JoshuaGrams/issue-3711Rémi Verschelde
2016-03-08AnimationTreePlayer: distinguish value tracks.Josh Grams
2016-03-08Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky
2016-03-07Added extra controls to GeometryInstances to control how they should cast sha...Saracen