aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde2017-01-211-1/+1
* Making bits of docs appear in different dialogues is made easier with EditorH...Juan Linietsky2017-01-161-0/+2
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1277-77/+77
* Added option to toggle bucket fill previewMarc Gilleron2017-01-121-2/+3
* Added bucket fill previewMarc Gilleron2017-01-122-8/+87
* TextureRegionEditor: Fix mouse wheel scroll speed.Andreas Haas2017-01-121-2/+2
* Fix snap mode selector sticking in texture region moduleDmitry Kram2017-01-121-1/+1
* Added snapping to 3D path handles to bring it in line with its 2D counterpartBen Hickling2016-11-151-0/+6
* Prevent to select children if selection lock or instanced scenevolzhs2016-11-151-7/+14
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-1/+1
* 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
* Improve drag and drop on 2D viewportvolzhs2016-10-312-5/+452
* Fix p_index out of size error when closing scriptvolzhs2016-10-311-1/+1
* 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-301-0/+2
* Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas2016-10-171-1/+1
* Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2016-10-172-0/+9
* Make text column numbers one-basedPedro J. Estébanez2016-10-171-1/+1
* Add shortcut to reset cursor position in 3D Editor ( #166 )Fabio Alessandrelli2016-10-092-0/+8
* Fix highlight current script when script temputure is disabledPaulb232016-09-181-15/+16
* Update current script color on changePaulb232016-09-181-0/+1
* Added customisable grid color, issue 3781Paulb232016-09-181-4/+6
* Added setting to change current script background color, issue 5450Paulb232016-09-181-2/+9
* Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-181-0/+2
* 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
* Implemented UndoRedo mergeable modesFranklin Sobrinho2016-09-014-12/+12
* 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
* Zoom texture region via mouse wheelDaniel J. Ramirez2016-09-011-0/+4
* TextureRegionEditor snap_mode fix.Saracen2016-08-081-1/+1
* Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
* Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez2016-07-252-2/+8
* Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU2016-07-221-2/+12
* Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-2/+2
* Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky2016-07-221-2/+9
* Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2016-07-211-0/+16
* Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde2016-07-211-10/+9
|\
| * Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2016-07-211-10/+9
* | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde2016-07-192-1/+27
|\ \
| * | Script Editor: adding close all docs menu optionSiyuan Gao2016-07-182-1/+27
* | | Always soft reload editor plugins. Closes #5273Juan Linietsky2016-07-181-1/+3
* | | Fix ScriptEditor don't saving the layout when opening a help pageFranklin Sobrinho2016-07-182-9/+19
* | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-182-0/+15
|\ \ \
| * | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712Paulb232016-07-152-0/+15
| | |/ | |/|
* | | Merge pull request #5657 from Paulb23/block_caretRémi Verschelde2016-07-182-0/+7
|\ \ \ | |_|/ |/| |
| * | Added block caret to TextEditPaulb232016-07-122-0/+7
| |/
* / CanvasItemEditor: Changed Frame Selection shortcutIgnacio Etcheverry2016-07-151-1/+1
|/
* Added completion font colorsPaulb232016-07-112-0/+2