index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
canvas_item_editor_plugin.cpp
Age
Commit message (
Expand
)
Author
2021-05-28
Bind CanvasItemEditor::_zoom_on_position and CanvasItemEditor::get_state to C...
nobuyuki_nyuu
2021-05-26
Fixed console error spam (about invalid edited scene index)
Yuri Roubinsky
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
Merge pull request #48535 from groud/tiles_squashed
Rémi Verschelde
2021-05-07
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-05-06
Merge pull request #45607 from Calinou/improve-editor-theme
Rémi Verschelde
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-04-28
Remove obsolete LargeTexture, it's no longer useful since 3.x
Rémi Verschelde
2021-04-27
Improve the editor theme
Hugo Locurcio
2021-04-16
Merge pull request #47629 from Calinou/editor-allow-center-selection-without-...
Rémi Verschelde
2021-04-13
Fix multi-selection doesn't correctly show in the inspector
ray90514
2021-04-05
Fix crashes in *_input functions
Rafał Mikrut
2021-04-04
Allow Center Selection to work without any selection in 2D/3D editors
Hugo Locurcio
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-15
Reset ruler tool when switching tools with shortcuts
Dominik 'dreamsComeTrue' Jasiński
2021-03-07
Fix crashes when manipulating nodes in editor
Rafał Mikrut
2021-03-01
Merge pull request #41437 from KoBeWi/put_it_here
Rémi Verschelde
2021-02-26
Allow to create a node at specific position
Tomasz Chabora
2021-02-26
Add outline to dragged guide text
Vedat Günel
2021-02-21
Prevent selecting hidden nodes in 3D and Canvas Item editors
hilfazer
2021-02-01
Merge pull request #37547 from aaronfranke/tau
Rémi Verschelde
2021-01-24
Change themes *_color_* to *_*_color
Marcel Admiraal
2021-01-12
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-09
Use Math_TAU and deg2rad/rad2deg in more places and optimize code
Aaron Franke
2021-01-05
Commit CanvasItem state only if it changed
kobewi
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44586 from madmiraal/rename-stepify
Rémi Verschelde
2020-12-28
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...
Rémi Verschelde
2020-12-28
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
Rename Math::stepify to snapped
Marcel Admiraal
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-27
Fix Layout menu not working
kobewi
2020-12-23
Merge pull request #44605 from madmiraal/rename-control-margin
Rémi Verschelde
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-21
Use integer text position in scroll container, TextEdit and canvas editor, to...
bruvzg
2020-12-14
Add outline to ruler tool
Tomasz Chabora
2020-12-09
Fix scene being modified when arrows are pressed with no node selected
Nick Swoboda
2020-12-06
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-11-30
Merge pull request #42825 from Chaosus/fix_grid_hotkey
Rémi Verschelde
2020-11-28
Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-rework
Rémi Verschelde
2020-11-26
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-23
Add is_valid() check for InputEventKey in CanvasItemEditor.
Eric M
2020-11-23
Implement new shortcuts system.
Eric M
2020-11-18
Fixes rotation in select mode on macOS
Haoyu Qiu
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-26
Merge pull request #42995 from Ev1lbl0w/bugfix-zoom-visibility
Rémi Verschelde
2020-10-26
Fix visibility issue with zoom label
Ev1lbl0w
2020-10-19
Improve undo log messages in the 2D editor for additional context
Hugo Locurcio
2020-10-15
Changes 'always show grid' hotkey to prevent conflict with 'pan mode'
Yuri Roubinsky
[next]