summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2018-05-04Fix bone refresh logic, closes #18564Juan Linietsky
2018-05-04Made bone handling for actual Bone2D a special case. Make custom bones appear...Juan Linietsky
2018-05-04Make bones have more contrast with outlineJuan Linietsky
2018-05-02Fixes locks and groups on 2d editorgroud
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde
2018-05-01Merge pull request #18380 from groud/fix_spacebar_panningRémi Verschelde
2018-04-30Merge pull request #18381 from groud/fix_hard_to_select_node2dMax Hilbrunner
2018-04-26Adds shortcuts for zooming in the 2D editorGilles Roudiere
2018-04-23Fixes hard to select Node2Dgroud
2018-04-23Fixes 2d editor panning not workinggroud
2018-04-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-13Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky
2018-04-07Merge pull request #17809 from RandomShaper/menu-item-on-releaseJuan Linietsky
2018-04-07Improve popup menus usabilityPedro J. Estébanez
2018-04-03Displays node icon on hoverGilles Roudiere
2018-04-03Display nodes without rect's positionGilles Roudiere
2018-04-03Remove the selection rect for nodes that do not require itGilles Roudiere
2018-04-03Fixes issues with selectable children and locksGilles Roudiere
2018-03-28Merge pull request #17785 from Rubonnek/simplify-canvas-item-logicGilles Roudiere
2018-03-28Enable snapping in 2D when control key pressedChaosus
2018-03-26Simplify CanvasItemEditor anchor drag logicWilson E. Alvarez
2018-03-17Fixes scrollbars in Canvas Item EditorGilles Roudiere
2018-03-13Merge pull request #17172 from StateOff/add_show_axis_optionsRémi Verschelde
2018-03-07FIX to broken item select list (zoom and RMB)Ranoller
2018-03-05In CanvasItemEditor, prioritize selected itemsBernhard Liebl
2018-03-02Add "Show Origin" and "Show Viewport" options to 2D Editor ViewportBlazej Floch
2018-02-21Fix typos with codespellluz.paz
2018-02-19Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde
2018-02-162D editor GUI input rework. Changes are:Gilles Roudiere
2018-02-13Add a function to remove controls from containersGeorge Marques
2018-02-02Capitalized "View" menu options.Michael Alexsander Silva Dias
2018-01-24Rotate Control node with respecting pivot offsetvolzhs
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-15Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere
2018-01-09- Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch
2018-01-07Fix crash due to stale refs to node selection listsBernhard Liebl
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-05Fix get_edited_scene_root error at starting editorvolzhs
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-03Merge pull request #15225 from volzhs/lock-group-invisible-nodeRémi Verschelde
2018-01-03Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Fix lock or group with invisible nodevolzhs
2017-12-27More exact picking for canvas editorBernhard Liebl
2017-12-26Fix 2D editor checkboxes with a new projectGilles Roudiere
2017-12-21Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde
2017-12-21Consistent display of shortcut names in tooltipspoke1024
2017-12-21Fix blurry after zoomingvolzhs
2017-12-11Fixed #14503Dmitry Koteroff