summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-7/+7
* | Fix fullscreen on X11.MatthewZelriche2022-08-292-0/+15
|/
* Merge pull request #64943 from MatthewZelriche/FixUnMappedAncestorRémi Verschelde2022-08-291-2/+10
|\
| * Fix X11 menu window bug.MatthewZelriche2022-08-271-2/+10
* | Merge pull request #64507 from RandomShaper/remove_unusedRémi Verschelde2022-08-272-6/+1
|\ \
| * | Remove unused force_quit variable from many OS abstractionsPedro J. Estébanez2022-08-272-6/+1
* | | Linux: Fix GNU ld detection for pck_embed linker scriptRémi Verschelde2022-08-261-1/+3
| |/ |/|
* | Improve platform-specific READMEs to add useful linksHugo Locurcio2022-08-251-2/+12
* | Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-23/+19
* | Replace Array return types with TypedArraykobewi2022-08-222-3/+3
|/
* Fix memory leak when accessing/listing system fonts.bruvzg2022-08-091-0/+3
* Only define `keep_screen_on` project setting onceRedMser2022-08-061-1/+1