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-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
2022-09-18
Port remaining connections to callable_mp
Tomasz Chabora
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
Add set_default_margin_all/individual to StyleBox
FireForge
2022-09-07
Rename EditorInterface.get_editor_main_control to get_editor_main_screen
Yuri Sizov
2022-08-29
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-28
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-27
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-26
Merge pull request #64367 from Mickeon/rename-var-to-str
Rémi Verschelde
2022-08-26
Rename `str2var` to `str_to_var` and similar
Micky
[next]