summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* linuxbsd: move all X11 stuff in its own directoryRiteo2022-11-0213-14/+27
* 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
|\ \
| * | ci: add Python static analysis check via mypyJiri Suchan2022-09-301-1/+6
* | | Fix typos with codespellRémi Verschelde2022-09-301-1/+1
|/ /
* | SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-23/+4
* | Style: Cleanup header guards for consistencyRémi Verschelde2022-09-261-3/+5
* | SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde2022-09-191-0/+4
|/
* Add get_distribution_name() and get_version() to OSMJacred2022-09-162-0/+41
* Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde2022-09-162-3/+25
|\
| * Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube2022-09-072-3/+25
* | Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde2022-09-131-4/+3
|\ \
| * | Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-4/+3
* | | Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn2022-09-121-13/+11
|/ /
* | SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde2022-09-081-10/+6
* | Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde2022-09-061-4/+4
|\ \
| * | Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-4/+4
| |/
* / Fix XSendEvent crash & bootsplash.MatthewZelriche2022-09-041-17/+8
|/
* Merge pull request #65283 from bruvzg/reenable_per_pix_transpRémi Verschelde2022-09-034-29/+60
|\
| * Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg2022-09-034-29/+60
* | Merge pull request #65111 from MatthewZelriche/DroppedXEventFixRémi Verschelde2022-09-031-4/+11
|\ \ | |/ |/|
| * Fix dropped XEvents early in main window lifetime.MatthewZelriche2022-09-011-4/+11
* | Add support for system dark mode (Linux)Raul Santos2022-09-026-1/+231
|/
* Fix minimize/maximize not taking effect in X11.MatthewZelriche2022-08-302-94/+92
* Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde2022-08-301-7/+7
|\