aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
* Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde2016-05-132-2/+2
| | | | | This reverts commit f909634832a72cfc669fd1b6281c8a960ea3d40f. It caused various regressions (#4556 and #4607).
* Added caret blink in text editorPaulb232016-05-123-0/+14
| | | | (cherry picked from commit e03e7deb1bbc25d1d7e3506058e090a14eabde97)
* Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-122-7/+29
| | | | (cherry picked from commit 488495852bcee4e92038657abd166b83f78f2a2a)
* -make sure single select after multi select works betterJuan Linietsky2016-05-062-2/+2
| | | | | | -fixed some warnings for OSX (cherry picked from commit f909634832a72cfc669fd1b6281c8a960ea3d40f)
* Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2016-05-062-3/+4
| | | | (cherry picked from commit 723c0d730c0bb3df888934dd94ed1e45f24b7acd)
* Fix checking unsaved changes only in current sceneIgnacio Etcheverry2016-05-061-1/+5
| | | | (cherry picked from commit 107e62be7045ae69415f8069a6f49ec912ec3799)
* Debugger: Fix breaked signal binding (#4508)Rémi Verschelde2016-05-061-1/+1
| | | | | Closes #4270. (cherry picked from commit 8ceab5ddaf141434cda982a04bdf4a8f4b0b5155)
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-012-1/+2
| | | | | Closes #1686. (cherry picked from commit ab7886ffc41326db9c1b578ff008e90a42cad446)
* AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde2016-05-011-0/+3
| | | | | Fixes #1019 (cherry picked from commit 0b4f27718420c0b27218ecb79616b4f11f59773d)
* Project manager: unescape project names (#4494)Rémi Verschelde2016-05-011-1/+1
| | | | | Fixes #3609 (cherry picked from commit 78adbf4790a080fc02778a1a67d06dfcdf28290c)
* Allow any directory for custom character set and gradient image file when ↵volzhs2016-05-011-2/+2
| | | | | | | | import font fix #4486 (cherry picked from commit b172cb524d494867601fbb0335e55bf558429cdc)
* Allow dragging on only one (global) axis when holding down shiftBojidar Marinov2016-04-291-3/+14
| | | | | | Closes #1723 (cherry picked from commit d82ff4ed0987642087a8148a28c1da7da38606f4)
* Shader editor now uses text editor settingsPaulb232016-04-292-3/+31
| | | | (cherry picked from commit 64751e0a75eae68eb90ce810a7b79b51b36f3c1f)
* Fixed shader editor syntax coloringPaulb232016-04-291-0/+6
| | | | (cherry picked from commit bda5ea087151f88d90a71f7a2758c4d7e8a6a568)
* Move export GUI debug toggle to export settings windoweska2016-04-296-17/+61
| | | | (cherry picked from commit ab4caa79538750d7557308dd4f83d6b17d9bdd22)
* More precise InputMap Axis descriptions in project settings.Hinsbart2016-04-291-24/+18
| | | | | | Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x. (cherry picked from commit 418049b741bc6aa1445e64b78c681e5291f5a4d4)
* Trim trailing white space on save, issue 4383Paulb232016-04-273-3/+54
| | | | (cherry picked from commit f3e6569e00b6fcebe5f932d91cf0df24411ce062)
* Fix 'Quit to Project Manager' not stopping the running applicationIgnacio Etcheverry2016-04-271-0/+1
| | | | (cherry picked from commit e48c07750f0f0f5a4570546152360275b9af1866)
* correct typo "overwrite"volzhs2016-04-271-2/+2
| | | | (cherry picked from commit 86c632605771ba4d2caca0faf610c1345eea5a53)
* Keep editable instances data when replacing tree root nodeIgnacio Etcheverry2016-04-271-0/+1
| | | | (cherry picked from commit 3029f5ee02483021aadd5d5bc48becb2490791f1)
* Made trackpad behaviour optional in 3D mode (issue #4265)Marc Gilleron2016-04-272-1/+3
| | | | (cherry picked from commit 84d706cb356f4f00bedfa0bff265968b439385c8)
* Fixed undo redo interaction with find replacePaulb232016-04-271-1/+2
| | | | (cherry picked from commit 189b3067221831bf116058f06322a5b4f2c49e43)
* Setting to change line number colorPaulb232016-04-272-0/+2
| | | | (cherry picked from commit 8c328474f2b2397fb4bcc3fc84402a0305383da6)
* CanvasItemEditorPlugin: Avoid selecting items from instanced scenesIgnacio Etcheverry2016-04-272-2/+11
| | | | | | - This behaviour is only applied to click selection. Rect selection and List selection can still select these items (cherry picked from commit fab57f2fbc3d6ccd497bbde0174b05e5f52e260c)
* Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"Bojidar Marinov2016-04-271-1/+1
| | | | | | Close #4044 (cherry picked from commit 4af1839073261d913ef53bb6f81d2a0cb486d39b)
* Ability to change the caret colorPaulb232016-04-272-0/+2
| | | | (cherry picked from commit c7519f091d6c4bd3f7edc1b8213fb4aa418fad3a)
* Option to toggle syntax highlightingPaulb232016-04-062-1/+4
| | | | (cherry picked from commit d78e98e2a49bf952dd3e38e4a8359903d03bf42c)
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
| | | | (cherry picked from commit 93700676b5491ff41d0a14954e71327b99440f7e)
* Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
| | | | | | Fixed #4124 (cherry picked from commit 8ee8802cbe753c9cb6472da9f906a71954ecae5e)
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
| | | | (cherry picked from commit 646e0897829d7baf4b982c59d4bddade85199665)
* Fixes errors occurring when switching to a new scene with a spatial editor ↵SaracenOne2016-04-061-24/+30
| | | | | | from a canvas editor. (cherry picked from commit f303e3483d2a160a9841a3b50f21b86a62a7b4ec)
* Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
| | | | (cherry picked from commit 3ebde34d8fbcce5796b7bac6f26c9cf7881b55ad)
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
| | | | | Fixes #4199 (cherry picked from commit 9c89d3e042fd7a6472ac2261afedaa235d2b4ebb)
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
| | | | (cherry picked from commit 1b6f14d81047b563283fb66022701f03d5bd9ca1)
* Fix building against 2.0 APIRémi Verschelde2016-04-021-1/+1
| | | | | 812de22 used a method from the new plugin API in master, so it failed building.
* Function syntax highlightingPaul Batty2016-04-022-0/+2
| | | | (cherry picked from commit 50aa78210c0e31ea8a348bdd8a2432159dc61879)
* Remove trailing spacesRémi Verschelde2016-04-021-7/+7
| | | | (cherry picked from commit 0a5472e697dee57956c2583a50bc5cf5faada5d8)
* Option to toggle line numbersPaulb232016-04-022-0/+4
| | | | (cherry picked from commit 474911c5338e3dfece0c7195c50e11b9027adb05)
* Stopped save scene flicker, issue 4118Paulb232016-04-021-2/+6
| | | | (cherry picked from commit 9d74b76a69b1fda38d8e0fc5a7460c79ad276420)
* Syntax highlighting for numbersPaulb232016-04-022-0/+2
| | | | (cherry picked from commit c844c2d604ab7e8824659e1f6b6011039a552cbe)
* Fixes #3942 - Throws an error when exporting for X11 with no filenamedemolitions2016-04-021-1/+8
| | | | (cherry picked from commit fb58bafc540de18c94ebd4939547e3b564982a1b)
* Fix for #4014, changed to 2 instead of 3 chars to trigger searchdemolitions2016-04-021-1/+1
| | | | (cherry picked from commit 4e59d1c51fc504acf03e4287c13b4d4a6971207d)
* Option to toggle tab drawingPaulb232016-04-022-1/+3
| | | | (cherry picked from commit 0fc7be89d3d85e35a42e4b33f619f53c92694a76)
* Highlight all occurrences of selected wordPaulb232016-04-022-0/+5
| | | | (cherry picked from commit b0488cacf27cb98c4a0dd58661c83262236e18a0)
* Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-04-023-3/+7
| | | | (cherry picked from commit 4a0f835ece40db45f1705761cd492bd34e8c4630)
* Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-04-022-17/+17
| | | | (cherry picked from commit 8d2a957e360bd66e02522a18161df8b35c0db0df)
* Fix crash when importing sub-scenesFranklin Sobrinho2016-04-021-1/+1
| | | | (cherry picked from commit cb7db2d4302654312cb1de75597e498353bf8ae2)
* Added configuable tab sizePaulb232016-04-022-0/+5
| | | | (cherry picked from commit 9234bd3ff9a3ff025368a1882ccfb91ca1b96ff1)
* Remove redundant buttonsRémi Verschelde2016-04-022-79/+3
| | | | | | | Now the Load button is alone on its line, we probably need to find it a better place. (cherry picked from commit d36333b6483b4a8f4ef6d1b38b0688f0f7e99caf)
* Add stop and delete buttons to sample libraryRémi Verschelde2016-04-022-32/+57
| | | | | | | | Based on the work by @rdcklinux in #3339. The play button becomes a stop button while playing. A delete button is added in the last column. (cherry picked from commit 533b9b734272d60ba60427e3d7092a84fe47f9e0)