index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
classes
/
DisplayServer.xml
Age
Commit message (
Expand
)
Author
2023-05-12
Fixed various typos across the docs
UltraBIF
2023-05-12
Some clarifications on screen-space coordinates
kobewi
2023-04-24
Fix various typos in the classref
Haoyu Qiu
2023-04-24
Fixed typo in DisplayServer.ScreenOrientation docs
Evgeniy Vasilyev
2023-03-16
Fix typos and inconsistencies in classref
Haoyu Qiu
2023-03-13
Fix various typos in the classref
Haoyu Qiu
2023-02-26
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-20
Merge pull request #73610 from timothyqiu/classref-typos
Rémi Verschelde
2023-02-20
Merge pull request #73408 from nightblade9/patch-1
Rémi Verschelde
2023-02-20
Various classref typo fixes
Haoyu Qiu
2023-02-19
Elaborate on text-to-speech requirements on Linux
nightblade9
2023-02-16
Improve documentation on PopupMenu and DisplayServer accelerators
Hugo Locurcio
2023-02-13
Document unsupported features in Mobile and Compatibility rendering methods
Hugo Locurcio
2023-02-12
Add missing period for sentences in classref
Haoyu Qiu
2023-02-06
Merge pull request #71523 from YeldhamDev/dserver_doc_recoms
Yuri Sizov
2023-01-27
Add a note about the parameter that global menu callbacks require
Zoee Silcock
2023-01-25
Silence `warp_mouse()` warning in favor of documentation
Hugo Locurcio
2023-01-23
Document changing V-Sync at runtime in the class reference
Hugo Locurcio
2023-01-16
Make `DisplayServer` docs tell users to change some window values in the `Win...
Michael Alexsander
2023-01-16
Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.
bruvzg
2023-01-16
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...
bruvzg
2023-01-10
Merge pull request #71022 from Sauermann/fix-captured-position-doc
Rémi Verschelde
2023-01-10
Fix doc for position of captured mouse
Markus Sauermann
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-07
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2022-12-07
Merge pull request #69712 from bruvzg/real_size
Rémi Verschelde
2022-12-07
Merge pull request #69707 from bruvzg/x11_exfs
Rémi Verschelde
2022-12-07
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
Fix Determining Window for Touchscreen
Markus Sauermann
2022-12-07
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...
bruvzg
2022-12-04
Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...
David Snopek
2022-11-14
[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.
bruvzg
2022-11-08
Add support for OpenGL to OpenXR
David Snopek
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-10-31
[DisplayServer] Hide internal window creation/deletion methods and expose som...
bruvzg
2022-10-27
Document the DisplayServer class
Hugo Locurcio
2022-10-10
[macOS] Fix window button position and title bar size when editor scale do no...
bruvzg
2022-10-05
[Docs] Synchronize and update Window and Display Server documentation.
bruvzg
2022-09-22
[macOS extend-to-title] Add scene/project name to the editor title, fix incor...
bruvzg
2022-09-21
Merge pull request #65816 from bruvzg/proj_settings_missing_flags
Rémi Verschelde
2022-09-20
[macOS] Add an option to align window buttons in "extend to title" mode.
bruvzg
2022-09-19
Add missing initial window flags and window mode to the project settings.
bruvzg
2022-09-02
Add support for system dark mode (Linux)
Raul Santos
2022-09-02
Merge pull request #65026 from bruvzg/dark_mode
Rémi Verschelde
2022-09-01
[macOS] Handle accelerator and click events of the global menu items separately.
bruvzg
2022-08-31
Add support for system dark mode and accent color detection (macOS and Window...
bruvzg
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-26
[macOS] Extend editor contents to the window titlebar for better space usage.
bruvzg
2022-08-22
Replace Array return types with TypedArray
kobewi
2022-08-18
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...
bruvzg
[next]