summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
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
2020-04-13Relative scale snapping 2DMarcus Elg
2020-04-03Merge pull request #37505 from YeldhamDev/viewcont_renameRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01Rename ViewportContainer to SubViewportContainerMichael Alexsander
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Request immediate refresh of cursor in 2D editor while using shortcutsDominik 'dreamsComeTrue' Jasiński
2020-03-26Open sub-windows as embedded if the OS does not support themJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-18Editor 2D: Change pixel alignment strategy, fix jittering in high zoomjohan
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-10Merge pull request #36887 from MCrafterzz/relativeSnapRémi Verschelde
2020-03-09Made snap relative work on rotation as wellMarcus Elg
2020-03-08Threaded networking for editor debugger.Fabio Alessandrelli
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-29Merge pull request #36406 from nathanwfranke/revert-fix-signal-errorsRémi Verschelde
2020-02-28Signals: Manually port most of remaining connect_compat usesRémi Verschelde