summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* [Linux/BSD] Fix build without fontconfig.bruvzg2022-12-052-3/+5
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-044-33/+652
* Load X11 dynamicallyRiteo2022-12-0321-28/+12818
* X11: Don't override glxSwapInterval function pointers loaded by GLADRémi Verschelde2022-11-161-4/+0
* Set vsync on window creation when using GLES3.clayjohn2022-11-151-1/+2
* Load GLX dynamically with GLADRiteo Siuga2022-11-154-28/+26
* Merge pull request #68680 from bruvzg/fc_no_font_subRémi Verschelde2022-11-151-0/+15
|\
| * [fontconfig] Reject font substitutes if non-alias name was used.bruvzg2022-11-151-0/+15
* | Merge pull request #68372 from Riteo/glad2Rémi Verschelde2022-11-151-1/+1
|\ \ | |/ |/|
| * Regenerate GL loader code with GLAD 2Riteo2022-11-141-1/+1
* | Merge pull request #68504 from dzil123/cache_system_dir_xdg2Rémi Verschelde2022-11-152-7/+8
|\ \ | |/ |/|
| * Cache OS_LinuxBSD::get_system_dir(SYSTEM_DIR_DESKTOP)dzil1232022-11-122-7/+8
* | Fix gl_manager nullptr crashMarkus Sauermann2022-11-131-1/+4
|/
* Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-changeMarkus Sauermann2022-11-111-2/+10
* Merge pull request #68345 from Abdul-AZ/masterRémi Verschelde2022-11-091-1/+4
|\
| * Fix static object destructors being called on gpu selection with X11Abdulrahman Al Zeidi2022-11-071-1/+4
* | Add support for OpenGL to OpenXRDavid Snopek2022-11-083-0/+18
|/
* Merge pull request #67695 from Sauermann/fix-filedrop-spaceRémi Verschelde2022-11-031-2/+2
|\
| * Do not strip spaces at the end of file names of dropped files on linuxbsdMarkus Sauermann2022-11-031-2/+2
* | Fix unwanted popup closing by mouse-move while holding mouse-buttonMarkus Sauermann2022-11-032-3/+1
|/
* Merge pull request #68182 from Riteo/x11-folderRémi Verschelde2022-11-0313-14/+27
|\
| * linuxbsd: move all X11 stuff in its own directoryRiteo2022-11-0213-14/+27
* | Load and use system emoji font in the editor.bruvzg2022-11-011-1/+10
|/
* Merge pull request #67879 from bruvzg/fix_no_vlkRémi Verschelde2022-10-312-0/+8
|\
| * Fix build with Vulkan disabled and no Vulkan headers installed.bruvzg2022-10-262-0/+8
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-312-3/+3
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-3/+3
* | | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-282-5/+10
|\ \ \
| * | | Make window creation with custom position do not flashWei Guo2022-10-242-5/+10
| | |/ | |/|
* | | Merge pull request #67914 from Calinou/displayserverx11-no-native-iconMax Hilbrunner2022-10-281-1/+1
|\ \ \
| * | | Fix `DisplayServer.has_feature()` claiming X11 has native icon supportHugo Locurcio2022-10-261-1/+1
| |/ /
* | | Fix OS.get_video_adapter_driver_info crashzCubed32022-10-271-0/+4
* | | Merge pull request #67421 from Sauermann/fix-failure-exit-codeClay John2022-10-271-0/+1
|\ \ \ | |/ / |/| |
| * | Fix Godot exiting with unexpected failure codeMarkus Sauermann2022-10-151-0/+1
| |/
* / Update the DisplayServer video driver error messageclayjohn2022-10-181-4/+15
|/
* Merge pull request #67281 from Nidjo123/x11-window-resizeRémi Verschelde2022-10-121-0/+12
|\
| * Keep rendering context window size in sync when resizingNikola Bunjevac2022-10-111-0/+12
* | Actually set the execinfo flag on non-glibc systemsRiteo2022-10-111-0/+1
|/
* Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde2022-10-112-0/+204
|\
| * Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred2022-10-112-0/+204
* | SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-102-11/+0
* | Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-052-3/+3
|\ \
| * | Remove usage of unitialized variablesRafał Mikrut2022-10-012-3/+3
| |/
* | Merge pull request #63983 from Calinou/scons-linux-execinfo-muslRémi Verschelde2022-10-051-2/+4
|\ \
| * | Automatically use execinfo for crash handler on *BSD and musl-based LinuxHugo Locurcio2022-10-041-2/+4
* | | Merge pull request #66773 from MladoniSzabi/numpad-no-numlock-bug-linuxRémi Verschelde2022-10-041-11/+15
|\ \ \
| * | | Remapped the numpad keys on linux when numlock is offMladoniSzabi2022-10-031-11/+15
* | | | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-032-14/+5
| |/ / |/| |
* | | Fix inconsistent window state on X11.Matthew Munro (mam552)2022-10-011-0/+5
|/ /
* | Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypyRémi Verschelde2022-09-301-1/+6
|\ \