Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-16 | X11: Don't override glxSwapInterval function pointers loaded by GLAD | Rémi Verschelde | |
Fixes #68722. Co-authored-by: alcomposer <alex.w.mitchell@gmail.com> | |||
2022-11-15 | Set vsync on window creation when using GLES3. | clayjohn | |
Add vsync to Windows platform | |||
2022-11-15 | Load GLX dynamically with GLAD | Riteo Siuga | |
This is accomplished through the addition of a GLAD GLX loader in the `thirdparty` directory. This is another step towards a nice Wayland/X11 interoperation. | |||
2022-11-13 | Fix gl_manager nullptr crash | Markus Sauermann | |
Add a nullptr-check, before accessing gl_manager | |||
2022-11-11 | Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change | Markus Sauermann | |
coauthor: @bruvzg On linuxbsd and macOS the WINDOW_EVENT_MOUSE_ENTER was not sent, when the mouse became visible again after a mouse_mode-change. | |||
2022-11-09 | Merge pull request #68345 from Abdul-AZ/master | Rémi Verschelde | |
Fix static object destructors being called on gpu selection with X11 | |||
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 | |
Do not strip spaces at the end of file names of dropped files | |||
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 | |
This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree. |