summaryrefslogtreecommitdiffstats
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename `CanvasItem.update()` to `queue_redraw()`Micky2022-08-291-69/+69
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-9/+14
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-24/+24
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-24/+24
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-14/+9
|/
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-6/+6
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-6/+6
* | Merge pull request #64570 from KoBeWi/node🧳ingRémi Verschelde2022-08-261-13/+1
|\ \ | |/ |/|
| * Unify node casing adjustmentkobewi2022-08-181-13/+1
* | Fix ruler lines rendering on top of textAlexHCC2022-08-241-36/+39
* | Add per-scene UndoRedokobewi2022-08-221-25/+30
|/
* Allow using numpad for zoom shortcuts in the 2D/code editorsHugo Locurcio2022-08-101-11/+30
* Remove rect_ prefix from control properties when keyframingHakim2022-08-051-3/+3
* Merge pull request #50614 from foxydevloper/clarify-group-tooltipRémi Verschelde2022-08-021-2/+2
|\
| * Improve tooltips for grouping/ungrouping nodesfoxydevloper2022-07-311-2/+2
* | Remove excessive `editor/property_editor.h` includesYuri Sizov2022-08-011-0/+1
|/
* Remove Signal connect bindsJuan Linietsky2022-07-291-20/+20
* Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...Rémi Verschelde2022-07-281-2/+2
|\
| * rename translate(d) to translate(d)_local in Transform 2D/3DFabian Keller2022-07-161-2/+2
* | Fix selection list in 2D editorkobewi2022-07-211-2/+2
* | Use FlowContainer to handle toolbar overflow more gracefullyYuri Sizov2022-07-201-38/+45
* | Rename Control PRESET_WIDE to PRESET_FULL_RECTFireForge2022-07-181-4/+4
|/
* Clear drag_selection when drag endskobewi2022-07-141-19/+24
* Fix drag_selection crash on scene closekobewi2022-07-141-1/+1
* Fix regressions from Font refactorbruvzg2022-07-071-1/+1
* Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-17/+29
* Show the transform operation numbers in 2Dkobewi2022-07-051-0/+70
* Remake resource thread safety and APIreduz2022-06-221-1/+1
* [macOS] Fix high-precision scrolling direction in the canvas editor zoom.bruvzg2022-06-141-1/+1
* Fixed missing call to AnimationTrackEditor::make_insert_queueAndreas Raddau2022-06-121-9/+12
* Merge pull request #59776 from fire-forge/more-roundRémi Verschelde2022-06-101-17/+1
|\
| * Add rounded corners to the contextual toolbarFireForge2022-05-251-17/+1
* | i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-2/+3
* | Define zoom shortcut before using itRechieKho2022-06-071-13/+13
* | Fix inverted mouse wheel zoom in CanvasItemEditor #61716Andy Gainey2022-06-051-1/+3
* | Fix zoom in callback for CanvasItemEditor to use correct numeric signAndy Gainey2022-06-041-2/+2
* | Remove zoom_reset shortcut in 2D editorkobewi2022-05-221-3/+1
|/
* Merge pull request #59242 from Sauermann/fix-editor-select-toplevelRémi Verschelde2022-05-171-3/+15
|\
| * Fix that Top Level CanvasItems are unselectable in editorMarkus Sauermann2022-05-171-3/+15
* | Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* | Cleanup metadata usagekobewi2022-05-061-31/+15
* | Merge pull request #60627 from aaronfranke/rename-elementsRémi Verschelde2022-05-031-1/+1
|\ \
| * | Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-1/+1
* | | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-3/+3
* | | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-8/+0
|/ /
* | Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* | Fix 2D editor menu positionkobewi2022-04-081-1/+1
* | Fix some issues found by cppcheck.bruvzg2022-04-061-13/+10
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-2/+2
* | Fix errors when locking nodesMichael Alexsander2022-03-271-8/+8
|/