aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes a crash on draw_hovergroud2018-06-121-36/+48
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-13/+12
* Minor changes to the Scene and Canvas editors' tooltips.Michael Alexsander Silva Dias2018-05-291-2/+2
* Don't draw bones if it's not visiblevolzhs2018-05-251-0/+3
* Bring back 2D bone selectionGilles Roudiere2018-05-151-38/+90
* Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere2018-05-151-1/+10
* Fixes some 2d bones display problemsgroud2018-05-051-27/+19
* Fixes several selection problems in the 2D editorgroud2018-05-051-32/+28
* Fix bone refresh logic, closes #18564Juan Linietsky2018-05-041-20/+63
* Made bone handling for actual Bone2D a special case. Make custom bones appear...Juan Linietsky2018-05-041-33/+89
* Make bones have more contrast with outlineJuan Linietsky2018-05-041-6/+30
* Fixes locks and groups on 2d editorgroud2018-05-021-48/+56
* Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-011-1/+1
|\
| * Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-1/+1
* | Merge pull request #18380 from groud/fix_spacebar_panningRémi Verschelde2018-05-011-39/+66
|\ \
| * | Fixes 2d editor panning not workinggroud2018-04-231-39/+66
| |/
* | Merge pull request #18381 from groud/fix_hard_to_select_node2dMax Hilbrunner2018-04-301-1/+1
|\ \
| * | Fixes hard to select Node2Dgroud2018-04-231-1/+1
| |/
* / Adds shortcuts for zooming in the 2D editorGilles Roudiere2018-04-261-2/+5
|/
* Merge pull request #17502 from groud/2Deditor_rectJuan Linietsky2018-04-131-215/+423
|\
| * Displays node icon on hoverGilles Roudiere2018-04-031-8/+79
| * Display nodes without rect's positionGilles Roudiere2018-04-031-3/+53
| * Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-188/+262
| * Fixes issues with selectable children and locksGilles Roudiere2018-04-031-26/+39
* | Merge pull request #17809 from RandomShaper/menu-item-on-releaseJuan Linietsky2018-04-071-2/+0
|\ \ | |/ |/|
| * Improve popup menus usabilityPedro J. Estébanez2018-04-071-2/+0
* | Merge pull request #17785 from Rubonnek/simplify-canvas-item-logicGilles Roudiere2018-03-281-12/+12
|\ \
| * | Simplify CanvasItemEditor anchor drag logicWilson E. Alvarez2018-03-261-12/+12
| |/
* / Enable snapping in 2D when control key pressedChaosus2018-03-281-9/+11
|/
* Fixes scrollbars in Canvas Item EditorGilles Roudiere2018-03-171-66/+78
* Merge pull request #17172 from StateOff/add_show_axis_optionsRémi Verschelde2018-03-131-15/+53
|\
| * Add "Show Origin" and "Show Viewport" options to 2D Editor ViewportBlazej Floch2018-03-021-15/+53
* | FIX to broken item select list (zoom and RMB)Ranoller2018-03-071-2/+2
* | In CanvasItemEditor, prioritize selected itemsBernhard Liebl2018-03-051-1/+16
|/
* Fix typos with codespellluz.paz2018-02-211-3/+3
* Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde2018-02-191-1767/+1471
|\
| * 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-1767/+1471
* | Add a function to remove controls from containersGeorge Marques2018-02-131-0/+5
* | Capitalized "View" menu options.Michael Alexsander Silva Dias2018-02-021-3/+3
|/
* Rotate Control node with respecting pivot offsetvolzhs2018-01-241-2/+2
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
* Changes the keep_margin parameter to true by default, so that people are not ...Gilles Roudiere2018-01-151-12/+12
* - Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch2018-01-091-39/+69
* Fix crash due to stale refs to node selection listsBernhard Liebl2018-01-071-18/+18
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fix get_edited_scene_root error at starting editorvolzhs2018-01-051-1/+2
* Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-1/+1
|\
| * #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-1/+1
* | Merge pull request #15225 from volzhs/lock-group-invisible-nodeRémi Verschelde2018-01-031-4/+4
|\ \
| * | Fix lock or group with invisible nodevolzhs2018-01-011-4/+4
| |/