summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2018-09-15Few unifications between canvas_item and spatial editorsChaosus
2018-09-14Set default CanvasItemEditor zoom shortcut to KEY_EQUALRémi Verschelde
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
2018-09-12Merge pull request #21934 from groud/add_scale_modeRémi Verschelde
2018-09-12Merge pull request #21984 from groud/fix_2D_selectionRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-11Fix 2D selectiongroud
2018-09-11Add a scale mode to the 2D editorgroud
2018-09-09Fixes 2D nodes lock not workinggroud
2018-08-19Added possibility to change color of 2d editor gridChaosus
2018-08-13Merge pull request #20587 from groud/fix_2deditor_scrollable_zoneRémi Verschelde
2018-08-05Use a standard "OK" text for confirmation buttons in error dialogsHugo Locurcio
2018-07-30Fixes bugs on the 2D editor scrollable areagroud
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
2018-06-30Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias
2018-06-18Remove shortcut conflictGuilherme Felipe
2018-06-12Fixes a crash on draw_hovergroud
2018-06-07Fixes the bad calculation of margin & anchors when child of Node2Dgroud
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-05-29Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias
2018-05-25Don't draw bones if it's not visiblevolzhs
2018-05-15Bring back 2D bone selectionGilles Roudiere