aboutsummaryrefslogtreecommitdiff
path: root/tools/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve drag and drop on 2D viewportvolzhs2016-10-313-6/+453
* Fix p_index out of size error when closing scriptvolzhs2016-10-311-1/+1
* Remove dead code in FileSystemDockvolzhs2016-10-311-7/+0
* Prevent unwanted script editor input on game crashHenrique Lacreta Alves2016-10-311-0/+1
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-305-0/+10
* Add option for root node name on Import 3D scene windowvolzhs2016-10-171-2/+18
* Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas2016-10-171-1/+1
* Possibility to write node path by hand in exported NodePath variable (#3486)Mateusz Adamczyk2016-10-171-2/+14
* Replace a node with saved branch scene instancevolzhs2016-10-172-1/+30
* Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2016-10-172-0/+9
* New load icon, removed unused open iconPawel Kowal2016-10-175-0/+85
* Allow step for integer propertiesPedro J. Estébanez2016-10-171-6/+6
* Make text column numbers one-basedPedro J. Estébanez2016-10-172-2/+2
* editor_node: add an option to stop the update spinner from spinning, fixes #6653J08nY2016-10-092-4/+13
* Fix reparent undo not renaming backPedro J. Estébanez2016-10-091-0/+3
* Project manager: grab focus on ok button after path selection.Andreas Haas2016-10-091-1/+2
* fixes #6695 - MultiNodeEdit edit path in exported NodePathRăzvan Cosmin Rădulescu2016-10-091-1/+8
* Add shortcut to reset cursor position in 3D Editor ( #166 )Fabio Alessandrelli2016-10-092-0/+8
* ConnectionDialog: Don't allow connecting to a Node without a script if target...Andreas Haas2016-10-091-0/+8
* Improve debug focus behaviorPedro J. Estébanez2016-10-094-0/+9
* Respect texture .flags files on exportPedro J. Estébanez2016-10-092-19/+36
* Fix typo for word_wrapvolzhs2016-10-092-3/+3
* AnimationEditor: zoom using ctrl+wheelAndreas Haas2016-10-091-2/+10
* Fix crash when disabling main screen pluginGeorge Marques2016-10-091-0/+4
* Show True/False tooltip in property editor for bool valuesPawel Kowal2016-10-091-0/+2
* Make the choosable default editor layout the same as the actual default one.Andreas Haas2016-10-091-3/+3
* Add a function to plugin get the main screen parentGeorge Marques2016-10-093-1/+8
* Fix highlight current script when script temputure is disabledPaulb232016-09-181-15/+16
* Update current script color on changePaulb232016-09-181-0/+1
* Move hardcoded theme colors from editor_node into editor_themesRalf Hölzemer2016-09-182-5/+5
* Added customisable grid color, issue 3781Paulb232016-09-182-4/+9
* Added setting to change current script background color, issue 5450Paulb232016-09-181-2/+9
* Fix dialogs in ProjectManage don't with editor theme issueGeequlim2016-09-181-4/+3
* Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-181-0/+2
* Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky2016-09-181-1/+1
* Always show output panel when debuggingsupaiku2016-09-181-0/+3
* Select newly created folder on Directory dialogvolzhs2016-09-181-7/+7
* Tilemap editor: Bucket tool - allow deleting and replacing of tilesJoscha2016-09-182-11/+38
* editor: Add mouse position information in TileMapMark Nokalt2016-09-012-0/+13
* Show last added action on Input Map and implement InputEvent "=="volzhs2016-09-012-2/+30
* Prevent to add node to selection when node is not inside treevolzhs2016-09-011-1/+1
* Improve/fix GridMap editorPedro J. Estébanez2016-09-011-1/+1
* Implemented UndoRedo mergeable modesFranklin Sobrinho2016-09-016-19/+23
* Added add_property_info function to Globals and EditorSettings classesFranklin Sobrinho2016-09-012-0/+23
* Better editor settings for the FileSystem dockFranklin Sobrinho2016-09-014-18/+46
* Fix editor glitches when the mesh/material preview is shownFranklin Sobrinho2016-09-012-2/+2
* Small usability improvements on the TileMap editor tile palette.Franklin Sobrinho2016-09-011-10/+27
* Expose additional functions for the EditorPlugin classFranklin Sobrinho2016-09-012-3/+26
* 2d collision shape icons now uses the color for shape iconsDaniel J. Ramirez2016-09-0124-125/+575
* Zoom texture region via mouse wheelDaniel J. Ramirez2016-09-011-0/+4