aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Expand)AuthorAgeFilesLines
* Added snapping to 3D path handles to bring it in line with its 2D counterpartBen Hickling2016-11-151-0/+6
* Check entered and trimmed path when create, import, install projectvolzhs2016-11-151-30/+22
* Fix crash when select target path on import 3d scene windowvolzhs2016-11-152-2/+2
* Prevent to select children if selection lock or instanced scenevolzhs2016-11-151-7/+14
* Fix resetting to default value in EditorSettingsvolzhs2016-11-151-1/+0
* Export immediately if only one device presentPawel Kowal2016-11-151-6/+17
* Set project name as directory name instead of '.'volzhs2016-11-151-2/+2
* Select newly created or imported project automaticallyvolzhs2016-11-152-2/+45
* Prevent to make UndoRedo for duplicate if no selected nodevolzhs2016-11-151-0/+2
* Fix scene tree drag & drop places node as child (#6912)Keetz2016-11-151-31/+4
* Fixed flag for importing animation and skipping value tracks.Saracen2016-11-153-44/+51
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-022-22/+22
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-022-11/+1
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-025-57/+57
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-022-116/+116
* Fix usage of 3.0 naming API in 1038c1f8Rémi Verschelde2016-10-311-2/+2
* Fix memory leak with drag & drop on 2D viewportvolzhs2016-10-311-0/+1
* Ability to drag script files from Filesystem dock to SceneTree dock.Andreas Haas2016-10-314-2/+38
* 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