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
2022-11-30
Adjust position and size for dropping texture.
Zae
2022-11-29
Use forward-declarations in big editor classes
trollodel
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-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
2022-08-26
Merge pull request #64570 from KoBeWi/node🧳ing
Rémi Verschelde
2022-08-24
Fix ruler lines rendering on top of text
AlexHCC
2022-08-22
Add per-scene UndoRedo
kobewi
2022-08-18
Unify node casing adjustment
kobewi
2022-08-10
Allow using numpad for zoom shortcuts in the 2D/code editors
Hugo Locurcio
2022-08-05
Remove rect_ prefix from control properties when keyframing
Hakim
2022-08-02
Merge pull request #50614 from foxydevloper/clarify-group-tooltip
Rémi Verschelde
2022-08-01
Remove excessive `editor/property_editor.h` includes
Yuri Sizov
2022-07-31
Improve tooltips for grouping/ungrouping nodes
foxydevloper
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-28
Merge pull request #57698 from bluenote10/feature/rename_translated_to_transl...
Rémi Verschelde
2022-07-21
Fix selection list in 2D editor
kobewi
2022-07-20
Use FlowContainer to handle toolbar overflow more gracefully
Yuri Sizov
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-16
rename translate(d) to translate(d)_local in Transform 2D/3D
Fabian Keller
2022-07-14
Clear drag_selection when drag ends
kobewi
2022-07-14
Fix drag_selection crash on scene close
kobewi
2022-07-07
Fix regressions from Font refactor
bruvzg
2022-07-06
Refactor Font configuration and import UI, and Font resources.
bruvzg
[next]