summaryrefslogtreecommitdiff
path: root/editor/plugins/canvas_item_editor_plugin.cpp
AgeCommit message (Expand)Author
2022-08-10Allow using numpad for zoom shortcuts in the 2D/code editorsHugo Locurcio
2022-08-05Remove rect_ prefix from control properties when keyframingHakim
2022-08-02Merge pull request #50614 from foxydevloper/clarify-group-tooltipRémi Verschelde
2022-08-01Remove excessive `editor/property_editor.h` includesYuri Sizov
2022-07-31Improve tooltips for grouping/ungrouping nodesfoxydevloper
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-07-28Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde
2022-07-21Fix selection list in 2D editorkobewi
2022-07-20Use FlowContainer to handle toolbar overflow more gracefullyYuri Sizov
2022-07-18Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge
2022-07-16rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller
2022-07-14Clear drag_selection when drag endskobewi
2022-07-14Fix drag_selection crash on scene closekobewi
2022-07-07Fix regressions from Font refactorbruvzg
2022-07-06Refactor Font configuration and import UI, and Font resources.bruvzg
2022-07-05Show the transform operation numbers in 2Dkobewi
2022-06-22Remake resource thread safety and APIreduz
2022-06-14[macOS] Fix high-precision scrolling direction in the canvas editor zoom.bruvzg
2022-06-12Fixed missing call to AnimationTrackEditor::make_insert_queueAndreas Raddau
2022-06-10Merge pull request #59776 from fire-forge/more-roundRémi Verschelde
2022-06-08i18n: Misc fixes translation stringsRémi Verschelde
2022-06-07Define zoom shortcut before using itRechieKho
2022-06-05Fix inverted mouse wheel zoom in CanvasItemEditor #61716Andy Gainey
2022-06-04Fix zoom in callback for CanvasItemEditor to use correct numeric signAndy Gainey
2022-05-25Add rounded corners to the contextual toolbarFireForge
2022-05-22Remove zoom_reset shortcut in 2D editorkobewi
2022-05-17Merge pull request #59242 from Sauermann/fix-editor-select-toplevelRémi Verschelde
2022-05-17Fix that Top Level CanvasItems are unselectable in editorMarkus Sauermann
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-06Cleanup metadata usagekobewi
2022-05-03Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-05-02Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-08Fix 2D editor menu positionkobewi
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-05[Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg
2022-03-27Fix errors when locking nodesMichael Alexsander
2022-03-15Update to only use select tool on button presstaigi100
2022-03-15Merge pull request #45263 from KoBeWi/😕Rémi Verschelde
2022-03-15Separate 2D grid visibility and grid snapHaoyu Qiu
2022-03-12Hide smart snapping line when guideline dragging endsHaoyu Qiu
2022-03-09Change some math macros to constexprkobewi
2022-03-08Don't show Lock & Group buttons for nodes hidden by CanvasLayerHaoyu Qiu
2022-02-23Utilize mouse position when zooming with shortcuts in 2D editorHaoyu Qiu
2022-02-21Merge pull request #58315 from KoBeWi/fixibilityRémi Verschelde
2022-02-20Fix 2D instance drop positionkobewi
2022-02-19Fix CanvasItem visibility propagationkobewi
2022-02-16Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte