index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
linuxbsd
/
x11
Age
Commit message (
Expand
)
Author
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
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
Improve `window_set_current_screen` and fix secondary window initial mode and...
bruvzg
2022-12-16
Merge pull request #69678 from Sauermann/fix-slider-button-up
Rémi Verschelde
2022-12-15
Fix typos with codespell
Rémi Verschelde
2022-12-07
Merge pull request #69712 from bruvzg/real_size
Rémi Verschelde
2022-12-07
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...
bruvzg
2022-12-06
Fix colorpicker slider bug with mouse-up outside of popup
Markus Sauermann
2022-12-05
Fix that mouse-button-up event is parsed twice for drag-and-drop
Markus Sauermann
2022-12-03
Load X11 dynamically
Riteo
2022-11-16
X11: Don't override glxSwapInterval function pointers loaded by GLAD
Rémi Verschelde
2022-11-15
Set vsync on window creation when using GLES3.
clayjohn
2022-11-15
Load GLX dynamically with GLAD
Riteo Siuga
2022-11-13
Fix gl_manager nullptr crash
Markus Sauermann
2022-11-11
Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change
Markus Sauermann
2022-11-09
Merge pull request #68345 from Abdul-AZ/master
Rémi Verschelde
2022-11-08
Add support for OpenGL to OpenXR
David Snopek
2022-11-07
Fix static object destructors being called on gpu selection with X11
Abdulrahman Al Zeidi
2022-11-03
Merge pull request #67695 from Sauermann/fix-filedrop-space
Rémi Verschelde
2022-11-03
Do not strip spaces at the end of file names of dropped files on linuxbsd
Markus Sauermann
2022-11-03
Fix unwanted popup closing by mouse-move while holding mouse-button
Markus Sauermann
2022-11-02
linuxbsd: move all X11 stuff in its own directory
Riteo