summaryrefslogtreecommitdiff
path: root/platform/linuxbsd
AgeCommit message (Expand)Author
2022-10-28Merge pull request #67790 from kdada/fix-flash-windowClay John
2022-10-28Merge pull request #67914 from Calinou/displayserverx11-no-native-iconMax Hilbrunner
2022-10-27Fix OS.get_video_adapter_driver_info crashzCubed3
2022-10-27Merge pull request #67421 from Sauermann/fix-failure-exit-codeClay John
2022-10-26Fix `DisplayServer.has_feature()` claiming X11 has native icon supportHugo Locurcio
2022-10-24Make window creation with custom position do not flashWei Guo
2022-10-18Update the DisplayServer video driver error messageclayjohn
2022-10-15Fix Godot exiting with unexpected failure codeMarkus Sauermann
2022-10-12Merge pull request #67281 from Nidjo123/x11-window-resizeRémi Verschelde
2022-10-11Keep rendering context window size in sync when resizingNikola Bunjevac
2022-10-11Actually set the execinfo flag on non-glibc systemsRiteo
2022-10-11Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfoRémi Verschelde
2022-10-11Fetch video adapter driver name and version from OS on Linux/*BSD and WindowsMJacred
2022-10-10SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde
2022-10-05Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde
2022-10-05Merge pull request #63983 from Calinou/scons-linux-execinfo-muslRémi Verschelde
2022-10-04Automatically use execinfo for crash handler on *BSD and musl-based LinuxHugo Locurcio
2022-10-04Merge pull request #66773 from MladoniSzabi/numpad-no-numlock-bug-linuxRémi Verschelde
2022-10-03Remapped the numpad keys on linux when numlock is offMladoniSzabi
2022-10-03Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde
2022-10-01Fix inconsistent window state on X11.Matthew Munro (mam552)
2022-10-01Remove usage of unitialized variablesRafał Mikrut
2022-09-30Merge pull request #64784 from yedpodtrzitko/yed/ci-add-mypyRémi Verschelde
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-26Style: Cleanup header guards for consistencyRémi Verschelde
2022-09-19SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde
2022-09-16Add get_distribution_name() and get_version() to OSMJacred
2022-09-16Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde
2022-09-13Merge pull request #65509 from gotnospirit/master-os-get_datetimeRémi Verschelde
2022-09-12Fix multiwindow support in GLES3 for X11, Windows, and MacOS.clayjohn
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames
2022-09-08SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde
2022-09-07Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube
2022-09-06Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde
2022-09-04Replace Rect2(i) has_no_area with has_areaAaron Franke
2022-09-04Fix XSendEvent crash & bootsplash.MatthewZelriche
2022-09-03Merge pull request #65283 from bruvzg/reenable_per_pix_transpRémi Verschelde
2022-09-03Merge pull request #65111 from MatthewZelriche/DroppedXEventFixRémi Verschelde
2022-09-03Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg
2022-09-02Add support for system dark mode (Linux)Raul Santos
2022-09-01Fix dropped XEvents early in main window lifetime.MatthewZelriche
2022-08-30Fix minimize/maximize not taking effect in X11.MatthewZelriche
2022-08-30Merge pull request #65066 from aaronfranke/str-path-joinRémi Verschelde
2022-08-29Fix fullscreen on X11.MatthewZelriche
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29Merge pull request #64943 from MatthewZelriche/FixUnMappedAncestorRémi Verschelde
2022-08-27Merge pull request #64507 from RandomShaper/remove_unusedRémi Verschelde
2022-08-27Fix X11 menu window bug.MatthewZelriche