aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/canvas_item_editor_plugin.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Added ViewportContainer, this is the only way to make viewports show up in G...Juan Linietsky2016-10-051-1/+2
* Made it possible to properly draw over the 2D canvas for 2D objects. Arranged...Juan Linietsky2016-09-101-1/+13
* Add show bones checkable menu itemPedro J. Estébanez2016-09-071-57/+84
* Merge pull request #6188 from TheHX/undo-redoRémi Verschelde2016-08-291-1/+1
|\
| * Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-171-1/+1
* | Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez2016-08-271-51/+63
|/
* 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
* | CanvasItemEditor: Changed Frame Selection shortcutIgnacio Etcheverry2016-07-151-1/+1
|/
* Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-11/+0
* Canvas item editor shortcutsDaniel J. Ramirez2016-06-291-23/+24
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-06-271-8/+30
* Added 3 more translatable stringsDimOkGamer2016-06-011-1/+1
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-2/+2
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-12/+12
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-0/+2
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-8/+8
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-63/+63
* Allow dragging on only one (global) axis when holding down shiftBojidar Marinov2016-04-291-3/+14
* Merge pull request #4258 from neikeq/pr-imp-canvas-selectRémi Verschelde2016-04-071-2/+10
|\
| * CanvasItemEditorPlugin: Avoid selecting items from instanced scenesIgnacio Etcheverry2016-04-071-2/+10
* | Merge pull request #4248 from bojidar-bg/fix-launchmedia-for-bonesRémi Verschelde2016-04-061-1/+1
|\ \
| * | Fix Ctrl+LaunchMedia showing up as a shortcut for "Make Bones"Bojidar Marinov2016-04-061-1/+1
| |/
* / Enables the possibility of editing on multiple plugins at same time on same o...hodes2016-04-021-3/+3
|/
* remove trailing whitespaceHubert Jarosz2016-03-091-9/+9
* keep previous rotation when using rotate tool. fixes #3788.volzhs2016-02-221-1/+1
* 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-081-0/+1
* -avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz2016-01-241-0/+59
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-11/+13
* -Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky2016-01-161-1/+1
* Spatial/Canvas Editor: Ignore unhandled input if there is a dialogIgnacio Etcheverry2016-01-151-1/+1
* Fix some error messagesFranklin Sobrinho2016-01-091-2/+2
* Fix uniform scaling of non-square CanvasItem nodesRémi Verschelde2016-01-061-34/+24
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -property change object's rotation pivot on children of scaled CanvasLayer, f...reduz2015-12-291-2/+4
* -added a visual tool to change the pivot of a sprite/asprite/polygon/etc. Clo...reduz2015-12-281-34/+66
* fixed and improved selection and list selection, closes #2852Juan Linietsky2015-12-131-53/+88
* Allow selecting CanvasLayer children in canvas editorneikeq2015-11-231-9/+3
* Merge pull request #2831 from neikeq/select_menu_patchJuan Linietsky2015-11-191-1/+1
|\
| * Show select menu on button pressed (instead of released)neikeq2015-11-191-1/+1
* | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260Juan Linietsky2015-11-191-1/+1
* | Merge pull request #2786 from neikeq/node_select_menuJuan Linietsky2015-11-181-75/+214
|\|
| * Added selection menu to spatial and canvas editorsneikeq2015-11-191-75/+214
* | Small fixes in some editor dialogsFranklin Sobrinho2015-10-181-24/+36
|/
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2015-10-171-0/+3
|\
| * Merge pull request #2357 from volzhs/prevent-to-change-tool-modeJuan Linietsky2015-10-171-0/+3
| |\
| | * remove shift key check because shift + v in use with tool modevolzhs2015-08-111-2/+2
| | * prevent to change tool mode when control or shift key is pressedvolzhs2015-08-111-0/+3