summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2021-05-28Bind CanvasItemEditor::_zoom_on_position and CanvasItemEditor::get_state to C...nobuyuki_nyuu
2021-05-26Fixed console error spam (about invalid edited scene index)Yuri Roubinsky
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-07Merge pull request #48535 from groud/tiles_squashedRémi Verschelde
2021-05-07Rework the TileSet resource and TileMap nodes:Gilles Roudière
2021-05-06Merge pull request #45607 from Calinou/improve-editor-themeRémi Verschelde
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-04-28Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde
2021-04-27Improve the editor themeHugo Locurcio
2021-04-16Merge pull request #47629 from Calinou/editor-allow-center-selection-without-...Rémi Verschelde
2021-04-13Fix multi-selection doesn't correctly show in the inspectorray90514
2021-04-05Fix crashes in *_input functionsRafał Mikrut
2021-04-04Allow Center Selection to work without any selection in 2D/3D editorsHugo Locurcio
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-15Reset ruler tool when switching tools with shortcutsDominik 'dreamsComeTrue' Jasiński
2021-03-07Fix crashes when manipulating nodes in editorRafał Mikrut
2021-03-01Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde
2021-02-26Allow to create a node at specific positionTomasz Chabora
2021-02-26Add outline to dragged guide textVedat Günel
2021-02-21Prevent selecting hidden nodes in 3D and Canvas Item editorshilfazer
2021-02-01Merge pull request #37547 from aaronfranke/tauRémi Verschelde
2021-01-24Change themes *_color_* to *_*_colorMarcel Admiraal
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-05Commit CanvasItem state only if it changedkobewi
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-28Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde
2020-12-28Rename Math::stepify to snappedMarcel Admiraal
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-27Fix Layout menu not workingkobewi
2020-12-23Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-21Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg
2020-12-14Add outline to ruler toolTomasz Chabora
2020-12-09Fix scene being modified when arrows are pressed with no node selectedNick Swoboda
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal
2020-11-30Merge pull request #42825 from Chaosus/fix_grid_hotkeyRémi Verschelde
2020-11-28Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-23Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M
2020-11-23Implement new shortcuts system.Eric M
2020-11-18Fixes rotation in select mode on macOSHaoyu Qiu
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-26Merge pull request #42995 from Ev1lbl0w/bugfix-zoom-visibilityRémi Verschelde
2020-10-26Fix visibility issue with zoom labelEv1lbl0w
2020-10-19Improve undo log messages in the 2D editor for additional contextHugo Locurcio
2020-10-15Changes 'always show grid' hotkey to prevent conflict with 'pan mode'Yuri Roubinsky