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_dir_dialog.cpp
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-09-06
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-07-29
Remove Signal connect binds
Juan Linietsky
2022-07-09
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-05
Fix Project Manager hard crashes due to invalid access to Editor Nodes
Marios Staikopoulos
2022-03-25
Add better alert dialogs if directory already exists
Daniel Kříž
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
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-09-27
Set dialog folder icon color
naeu
2021-07-18
Optimize StringName usage
reduz
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-14
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-07-10
Fix cancel/OK button order on macOS
Daniel Ting
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-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-26
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-02-28
Signals: Port more uses of connect_compat
Rémi Verschelde
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-29
Fixed disconnecting not connected signal
Mikolaj Kaczmarek
2019-09-25
Added some obvious errors explanations
qarmin
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-04-21
Improve wording of various messages and make casing more consistent
Hugo Locurcio
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
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-09-14
Renamed function arguments to keep them consistent between declaration and im...
Wilson E. Alvarez
2017-09-03
-Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem
Juan Linietsky
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-25
Editor: Add some more translatable strings.
Andreas Haas
2017-08-24
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-12
Updated function argument names
Wilson E. Alvarez
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Refactoring: rename tools/editor/ to editor/
Rémi Verschelde