aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
* Option to toggle syntax highlightingPaulb232016-04-061-1/+2
* Fixed block indent inconsistency, fixes issue 3803Paulb232016-04-061-26/+2
* Bind Z key (without modifiers) to toggle wireframe in 3D viewBojidar Marinov2016-04-061-0/+11
* Fixed text edit undo and redo operation interactionPaul Batty2016-04-061-2/+10
* Fixes errors occurring when switching to a new scene with a spatial editor fr...SaracenOne2016-04-061-24/+30
* Added rotation/panning support for trackpads in 3D mode #53sunnystormy2016-04-061-5/+22
* Separate help pages from scripts by defaultRémi Verschelde2016-04-061-1/+1
* Change toggle comment behaviour. Fixes #4198Luiz Paulo de Vasconcellos2016-04-061-0/+5
* Fix building against 2.0 APIRémi Verschelde2016-04-021-1/+1
* Function syntax highlightingPaul Batty2016-04-021-0/+1
* Option to toggle line numbersPaulb232016-04-021-0/+2
* Syntax highlighting for numbersPaulb232016-04-021-0/+1
* Option to toggle tab drawingPaulb232016-04-021-1/+2
* Highlight all occurrences of selected wordPaulb232016-04-021-0/+3
* Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-04-023-3/+7
* Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-04-022-17/+17
* Added configuable tab sizePaulb232016-04-021-0/+2
* Remove redundant buttonsRémi Verschelde2016-04-022-79/+3
* Add stop and delete buttons to sample libraryRémi Verschelde2016-04-022-32/+57
* remove trailing whitespaceHubert Jarosz2016-04-0219-105/+105
* Enabled scrolling past end of filePaulb232016-04-021-0/+2
* Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-061-1/+1
* Add editor settings for call hint placementMartin Chuckeles2016-03-051-0/+3
* keep previous rotation when using rotate tool. fixes #3788.volzhs2016-02-221-1/+1
* -fixed a crash when closing scene with animationplayer openJuan Linietsky2016-02-212-2/+6
* -Change link to new documentationJuan Linietsky2016-02-201-1/+1
* Merge pull request #3689 from nunodonato/numpademulationRémi Verschelde2016-02-161-4/+16
|\
| * * Added numpad emulation (fixes #3612)Nuno2016-02-121-4/+16
* | Merge pull request #3641 from JoshuaGrams/masterRémi Verschelde2016-02-161-0/+8
|\ \ | |/ |/|
| * AnimationPlayer frame SpinBox snaps to steps.Josh Grams2016-02-091-0/+8
* | Fixed a couple of tooltips on the editorTegu2016-02-101-2/+2
|/
* Insert new key helper is back to 2D editor, missed it?Juan Linietsky2016-02-091-2/+4
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-083-2/+5
* -only save scripts if changed, takes less time to run projects and does not c...Juan Linietsky2016-02-022-7/+12
* -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-021-1/+1
* Merge pull request #3490 from TheHX/issue-3453Rémi Verschelde2016-01-271-1/+1
|\
| * Fix input passing to script editor even if not visibleFranklin Sobrinho2016-01-271-1/+1
* | Fix animation toolbarFranklin Sobrinho2016-01-271-7/+0
|/
* avoid crash when scaling tilemap too much, fixes #266reduz2016-01-241-1/+18
* -avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz2016-01-241-0/+59
* -Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky2016-01-233-3/+3
* Fix wrong condition test for saving, fixes #3287Juan Linietsky2016-01-231-1/+3
* Wider initial size of the panel with scriptskubecz3k2016-01-201-1/+1
* thumbnail preview for AtlasTextureshondres2016-01-191-3/+16
* -fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky2016-01-181-0/+2
* New shader nodes are now created under (more or less) the cursor.Ovnuniarchos2016-01-182-3/+3
* -Massive editor dialog cleanupJuan Linietsky2016-01-1718-225/+256
* -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-162-2/+2
* Merge pull request #3204 from neikeq/fix_3153Rémi Verschelde2016-01-151-10/+31
|\
| * TileMap: Properly flip/rotate tiles with non-square regionIgnacio Etcheverry2016-01-041-15/+28