aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4077 from sanikoyes/Pr-resourcepreloader-multiple-selectRémi Verschelde2016-03-182-28/+32
|\
| * Rename path to pathssanikoyes2016-03-182-4/+4
| * Allow select multiple files in ResourcePreloaderEditorsanikoyes2016-03-172-28/+32
* | Option to toggle tab drawingPaulb232016-03-181-1/+2
* | Merge pull request #4076 from Paulb23/word_highlightingRémi Verschelde2016-03-171-0/+3
|\ \ | |/ |/|
| * Highlight all occurrences of selected wordPaulb232016-03-161-0/+3
* | Merge pull request #4065 from TheHX/issue-4058Rémi Verschelde2016-03-163-3/+7
|\ \ | |/ |/|
| * Fix editors panels, of the bottom panel, not resizing in some casesFranklin Sobrinho2016-03-153-3/+7
* | Merge pull request #4006 from TheHX/tilemap-editorRémi Verschelde2016-03-152-455/+883
|\ \
| * | Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho2016-03-151-2/+3
| * | Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho2016-03-141-9/+3
| * | Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho2016-03-142-66/+38
| * | Tilemap Editor: Bucket fillFranklin Sobrinho2016-03-142-18/+136
| * | Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho2016-03-142-104/+115
| * | Tilemap Editor: Line drawing and erasingFranklin Sobrinho2016-03-142-9/+133
| * | Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho2016-03-142-412/+620
| |/
* | Merge pull request #4057 from TheHX/particles-pluginRémi Verschelde2016-03-142-17/+17
|\ \
| * | Fix file dialog, of Particles2D plugin, showing "Error" iconsFranklin Sobrinho2016-03-142-17/+17
| |/
* / Added configuable tab sizePaulb232016-03-141-0/+2
|/
* fix six possible "divide by zero"Hubert Jarosz2016-03-093-7/+10
* remove trailing whitespaceHubert Jarosz2016-03-0919-105/+105
* Merge pull request #3969 from Paulb23/scroll_past_end_of_fileJuan Linietsky2016-03-081-0/+2
|\
| * Enabled scrolling past end of filePaulb232016-03-071-0/+2
* | Added extra controls to GeometryInstances to control how they should cast sha...Saracen2016-03-071-7/+7
|/
* Added search box in Class List dialog (Script Editor)Franklin Sobrinho2016-03-051-1/+1
* Add editor settings for call hint placementMartin Chuckeles2016-03-041-0/+3
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-274-30/+21
* First attempt at making a more useful EditorPlugin API. Still undocumented, b...Juan Linietsky2016-02-273-5/+5
* 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