summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2020-12-14Add outline to ruler toolTomasz Chabora
2020-12-09Fix scene being modified when arrows are pressed with no node selectedNick Swoboda
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
2020-10-02Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde
2020-10-01Fix scale cursor rotation and handle diagonal onesGilles Roudière
2020-10-01Renamed toplevel to be top_levelDuroxxigar
2020-09-29Make the pressed autokey icon red to emphasize its "recording" statusHugo Locurcio
2020-09-27Merge pull request #42373 from groud/draw_selection_lastRémi Verschelde
2020-09-27Draw selected item on top of everything elseGilles Roudière
2020-09-27Fix error when dragging anchors with parent's size == 0Gilles Roudière
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-25Fixed node scaling arrows being wrongSekoiaTree
2020-07-23Merge pull request #37336 from dreamsComeTrue/canvas-editor-change-cursorRémi Verschelde
2020-07-20Prevent multiple Controls moving inside containerTomasz Chabora
2020-07-13Merge pull request #40297 from jiteshvm/texture-dialog-sizeRémi Verschelde
2020-07-11change minimum horizontal size from 200 to 240Jitesh
2020-07-11Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make t...Michael Alexsander
2020-06-26Merge pull request #39754 from akien-mga/canvasitemeditor-fix-dropped-scenes-...Rémi Verschelde
2020-06-25Merge pull request #39482 from asmaloney/fix-scrollwheel-zoom-macosRémi Verschelde
2020-06-22CanvasItemEditor: Fix losing position for drag'n'dropped scenesRémi Verschelde
2020-06-20Merge pull request #39687 from Calinou/2d-editor-shift-horizontal-scrollRémi Verschelde
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-06-19Scroll horizontally when holding Shift with Scroll to Pan enabledHugo Locurcio
2020-06-18[macOS] Control key + scroll wheel should zoom not panAndy Maloney
2020-06-042D Editor: modified zoom increment to the twelveth root of twojohan
2020-06-03Change OK text in snap dialog to OKAaron Franke
2020-05-29Merge pull request #39051 from Xrayez/geometry-splitRémi Verschelde
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-26Add shortcut for Pan Mode (G)Rémi Verschelde
2020-05-21Fix moving 2D node with mouse after using arrow keysDominik 'dreamsComeTrue' Jasiński
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-15Added selection outline to locked nodes.Eric M