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
/
editor_path.cpp
Age
Commit message (
Expand
)
Author
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-05
Improvements to multi-node editing
FireForge
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-23
Hide MenuButton / OptionButton popup on click if it's already visible.
bruvzg
2022-08-18
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...
bruvzg
2022-07-18
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-06-15
Expose PopupMenu set/get_item_horizontal_offset()
FireForge
2022-03-30
Cleanup EditorNode and EditorData
Hendrik Brucker
2022-02-15
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-08
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-06
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-06-04
Make several actions in the Inspector dock more obvious
Yuri Sizov
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-21
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-20
Clip text in EditorPath button to avoid dock size changes
Michael Alexsander
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-15
Fix the editor path icon when switching from dark to light theme
Hugo Locurcio
2019-09-24
Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvements
Rémi Verschelde
2019-09-05
Revert "Fix Clearing Inspector for Remote Node"
Emmanuel Barroga
2019-09-04
Small improvements to the inspector dock
Michael Alexsander Silva Dias
2019-07-25
Fix Clearing Inspector for Remote Node
Emmanuel Barroga
2019-04-25
Make 'EditorPath' into a proper 'MenuButton'
Michael Alexsander Silva Dias
2019-01-13
Fixed null editor icon crash
Wilson E. Alvarez
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-14
Refactor editor icon retrieval
willnationsdev
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-11-17
Better supported for remote object editing with the inspector with a simple d...
geequlim
2017-08-30
White Theme
toger5
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-07
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-05-20
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-04-10
Rename [gs]et_pos to [gs]et_position for Controls
Sergey Pusnei
[next]