summaryrefslogtreecommitdiff
path: root/platform/linuxbsd/x11
AgeCommit message (Expand)Author
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg
2022-12-16Merge pull request #69678 from Sauermann/fix-slider-button-upRémi Verschelde
2022-12-15Fix typos with codespellRémi Verschelde
2022-12-07Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde
2022-12-07Rename `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-06Fix colorpicker slider bug with mouse-up outside of popupMarkus Sauermann
2022-12-05Fix that mouse-button-up event is parsed twice for drag-and-dropMarkus Sauermann
2022-12-03Load X11 dynamicallyRiteo
2022-11-16X11: Don't override glxSwapInterval function pointers loaded by GLADRémi Verschelde
2022-11-15Set vsync on window creation when using GLES3.clayjohn
2022-11-15Load GLX dynamically with GLADRiteo Siuga
2022-11-13Fix gl_manager nullptr crashMarkus Sauermann
2022-11-11Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-changeMarkus Sauermann
2022-11-09Merge pull request #68345 from Abdul-AZ/masterRémi Verschelde
2022-11-08Add support for OpenGL to OpenXRDavid Snopek
2022-11-07Fix static object destructors being called on gpu selection with X11Abdulrahman Al Zeidi
2022-11-03Merge pull request #67695 from Sauermann/fix-filedrop-spaceRémi Verschelde
2022-11-03Do not strip spaces at the end of file names of dropped files on linuxbsdMarkus Sauermann
2022-11-03Fix unwanted popup closing by mouse-move while holding mouse-buttonMarkus Sauermann
2022-11-02linuxbsd: move all X11 stuff in its own directoryRiteo