index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
window.cpp
Age
Commit message (
Expand
)
Author
2020-04-03
Add the missing argument in files_dropped signal
Tomasz Chabora
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-01
some typo in method binds fixed
Thakee Nathees
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Fix default editor font.
bruvzg
2020-03-26
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
Fixes to X11, still pretty broken
Juan Linietsky
2020-03-26
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
Implemented drag and drop across windows, both OS and embedded.
Juan Linietsky
2020-03-26
Reworked tooltips to use the popup system.
Juan Linietsky
2020-03-26
Popups have also been converted to windows
Juan Linietsky
2020-03-26
Open sub-windows as embedded if the OS does not support them
Juan Linietsky
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
Support for transient windows
Juan Linietsky
2020-03-26
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
Added a Window node, and made it the scene root.
Juan Linietsky