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
2023-05-18
Fix crash when trying to create bones from Control
kobewi
2023-04-26
Remove wrong Ctrl from 2D editor tooltip
kobewi
2023-04-24
Change cursor consistently when panning in the 2D Editor
Hakim
2023-04-10
Initialize editor values on first launch
kobewi
2023-04-07
Improve editor state initialization
kobewi
2023-04-07
Properly remember snapping options per-project
kobewi
2023-03-30
Don't allow selecting nodes without owner
kobewi
2023-03-14
Redraw 2d viewport when guides are cleared
the-sink
2023-02-24
Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...
bruvzg
2023-01-30
Remove viewport_set_disable_environment in favor of viewport_set_environment_...
clayjohn
2023-01-23
Add gesture to ViewPanner and simplify a bit its API
Gilles Roudière
2023-01-23
Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditor
Rémi Verschelde
2023-01-23
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
Fix handling of nulls in some editors
kobewi
2023-01-19
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-16
Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap
Rémi Verschelde
2023-01-16
replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...
ajreckof
2023-01-16
Add EditorUndoRedoManager singleton
kobewi
2023-01-12
Merge pull request #71272 from MewPurPur/fix-frame-selection
Rémi Verschelde
2023-01-12
Fix the Frame Selection functionality
VolTer
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-07
Merge pull request #70902 from Cretezy/2d-polygon-indices-visibility
Rémi Verschelde
2023-01-06
Fix "2D Polygon indices are barely visible on bright background" (#38009)
Charles Crete
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2023-01-03
Merge pull request #70428 from MrPhnix/issue-70186
Rémi Verschelde
2022-12-30
Fix camera override button not updating in 2D scenes
SeleckyErik
2022-12-24
CanvasItemEditor Fix snapping grid misalignment
MrPhnix
2022-12-12
Merge pull request #69291 from nongvantinh/fix-suggest-message
Rémi Verschelde
2022-11-30
Adjust position and size for dropping texture.
Zae
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-28
Fix incorrect hint when drag-and-drop asset into scene
Nong Van Tinh
2022-11-16
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-07
Code simplifications
Markus Sauermann
2022-11-04
Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20
Rémi Verschelde
2022-11-03
Use get_cursor_shape for identifying the cursor shape in CanvasItemEditor
Markus Sauermann
2022-11-02
Unify usage of undo_redo in editor
kobewi
2022-11-01
Cast dragged file extension name to lowercase, closes #68104
Alfred Reinold Baudisch
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
Merge pull request #67489 from timothyqiu/auto-select-all
Rémi Verschelde
2022-10-29
Allow selecting SpinBox & LineEdit text when focus enters
Haoyu Qiu
2022-10-24
Rename queue_delete => queue_free
Marc Gilleron
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-14
Redraw 2D viewport when scene changes
kobewi
2022-10-13
Merge pull request #59468 from EricEzaM/fix-zoom-shortcuts
Rémi Verschelde
2022-10-10
Remove default shortcut for Preview Canvas Scale
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-28
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-24
Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...
Eric M
[next]