summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2019-04-20Small ux improvementGuilherme Felipe
2019-04-15Implement autokeying in Animation editor.Juan Linietsky
2019-04-07Allow panning while moving a nodeTomasz Chabora
2019-04-05Merge pull request #27330 from qarmin/fix_bones_not_showing_after_createRémi Verschelde
2019-04-05Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde
2019-04-05Ability to make CanvasLayers have pseudo 3D depth.Juan Linietsky
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-04-04Merge pull request #27567 from Calinou/selection-boxes-use-accent-colorRémi Verschelde
2019-03-31Use the editor theme's accent color for 2D/3D selections and rotationsHugo Locurcio
2019-03-22Show bones after creatingqarmin
2019-03-06Do not lose focus when moving through scene treeqarmin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14Fix 2 more UBSAN issues (#25217).marxin
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-02-10i18n: Sync translation template with current sourceRémi Verschelde
2019-01-27Merge pull request #25380 from godotengine/fix_pivotRémi Verschelde
2019-01-27Disables the Layout menu when a Control node is child of a containerGilles Roudiere
2019-01-27Fixes the pivot setting with control nodesGilles Roudiere
2019-01-24Fixes Node2D selection not adapting to editor zoom levelgroud
2019-01-18Displays the pivot all the time and rotate the icongroud
2019-01-16Fix order of a nullptr test in canvas item editorjlahman
2019-01-09Fixes 2D bones selectiongroud
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-13i18n: Sync translation template with current sourceRémi Verschelde
2018-12-07Fixed an issue with the Path2D plugin editor not supporting the capability to...Robert Morse
2018-12-06General enhancements to the Polygon2D, TextureRegion, and TileSet editorsMichael Alexsander Silva Dias
2018-11-16Fixes drag and drog of image files on scaled nodesgroud
2018-11-11Fixed various uninitialised member variables in editor plugins.Ibrahn Sahir
2018-11-09Merge pull request #23059 from groud/change_ci_selectionRémi Verschelde
2018-11-06Fixes uniform scaling issues (for real this time)groud
2018-11-05Fixes uniform scaling weird behaviorgroud
2018-10-30Add an overlay on editor to display error messagesgroud
2018-10-30Allow the Container children selection but don't allow them to movegroud
2018-10-19Merge pull request #23112 from groud/fix_viewport_not_updatingRémi Verschelde
2018-10-18Fixes viewport scrollbars not updating with pluginsgroud
2018-10-17Add tooltip to skeleton menu button.Zaven Muradyan
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-02Merge pull request #22329 from DualMatrix/no_selectRémi Verschelde
2018-09-27Place the ruler text verticallygroud
2018-09-25Merge pull request #22290 from groud/add_2dimensional_scaleRémi Verschelde
2018-09-25Add both X and Y scale in the scale editorgroud
2018-09-24Added viewport border color setting for canvas item editorChaosus
2018-09-23Made children of Containers not selectable.DualMatrix
2018-09-20Merge pull request #22295 from groud/fix_2D_IKJuan Linietsky
2018-09-20Fixes 2D IKgroud
2018-09-20Merge pull request #22225 from groud/fix_draw_on_viewportRémi Verschelde
2018-09-20Added ability to hide edit lock and groups in editor viewDualMatrix
2018-09-19Fixes selection of toplevel CanvasItems in the editorgroud
2018-09-18Fixes drawing of the 2D plugins on the 3D viewgroud
2018-09-15Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias