summaryrefslogtreecommitdiffstats
path: root/editor/plugins/canvas_item_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #47629 from Calinou/editor-allow-center-selection-without-...Rémi Verschelde2021-04-161-3/+0
|\
| * Allow Center Selection to work without any selection in 2D/3D editorsHugo Locurcio2021-04-041-3/+0
* | Fix multi-selection doesn't correctly show in the inspectorray905142021-04-131-1/+8
* | Fix crashes in *_input functionsRafał Mikrut2021-04-051-0/+2
|/
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-37/+37
* Reset ruler tool when switching tools with shortcutsDominik 'dreamsComeTrue' Jasiński2021-03-151-0/+1
* Fix crashes when manipulating nodes in editorRafał Mikrut2021-03-071-32/+40
* Merge pull request #41437 from KoBeWi/put_it_hereRémi Verschelde2021-03-011-0/+44
|\
| * Allow to create a node at specific positionTomasz Chabora2021-02-261-0/+44
* | Add outline to dragged guide textVedat Günel2021-02-261-7/+8
* | Prevent selecting hidden nodes in 3D and Canvas Item editorshilfazer2021-02-211-5/+5
* | Merge pull request #37547 from aaronfranke/tauRémi Verschelde2021-02-011-5/+5
|\ \
| * | Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke2021-01-091-5/+5
| |/
* | Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-241-4/+4
* | CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-4/+4
|/
* Commit CanvasItem state only if it changedkobewi2021-01-051-1/+16
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44586 from madmiraal/rename-stepifyRémi Verschelde2020-12-281-9/+9
|\
| * Rename Math::stepify to snappedMarcel Admiraal2020-12-281-9/+9
* | Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* | Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde2020-12-281-3/+3
|\ \ | |/ |/|
| * Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal2020-12-061-3/+3
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-11/+11
* | Fix Layout menu not workingkobewi2020-12-271-2/+2
* | Merge pull request #44605 from madmiraal/rename-control-marginRémi Verschelde2020-12-231-137/+137
|\ \
| * | Rename Control margin to offsetMarcel Admiraal2020-12-231-137/+137
* | | Use integer text position in scroll container, TextEdit and canvas editor, to...bruvzg2020-12-211-2/+2
|/ /
* | Add outline to ruler toolTomasz Chabora2020-12-141-10/+13
* | Fix scene being modified when arrows are pressed with no node selectedNick Swoboda2020-12-091-2/+2
|/
* Merge pull request #42825 from Chaosus/fix_grid_hotkeyRémi Verschelde2020-11-301-1/+1
|\
| * Changes 'always show grid' hotkey to prevent conflict with 'pan mode'Yuri Roubinsky2020-10-151-1/+1
* | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-281-15/+38
|\ \
| * | Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M2020-11-231-14/+16
| * | Implement new shortcuts system.Eric M2020-11-231-1/+22
* | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-40/+68
|/ /
* | Fixes rotation in select mode on macOSHaoyu Qiu2020-11-181-1/+1
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* | Merge pull request #42995 from Ev1lbl0w/bugfix-zoom-visibilityRémi Verschelde2020-10-261-0/+6
|\ \
| * | Fix visibility issue with zoom labelEv1lbl0w2020-10-261-0/+6
| |/
* / Improve undo log messages in the 2D editor for additional contextHugo Locurcio2020-10-191-11/+96
|/
* Merge pull request #42451 from Duroxxigar/rename-toplevelRémi Verschelde2020-10-021-5/+5
|\
| * Renamed toplevel to be top_levelDuroxxigar2020-10-011-5/+5
* | Fix scale cursor rotation and handle diagonal onesGilles Roudière2020-10-011-25/+31
|/
* Make the pressed autokey icon red to emphasize its "recording" statusHugo Locurcio2020-09-291-0/+6
* Merge pull request #42373 from groud/draw_selection_lastRémi Verschelde2020-09-271-1/+1
|\
| * Draw selected item on top of everything elseGilles Roudière2020-09-271-1/+1
* | Fix error when dragging anchors with parent's size == 0Gilles Roudière2020-09-271-3/+4
|/
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-1/+1
* Fixed node scaling arrows being wrongSekoiaTree2020-08-251-4/+25