summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde2021-10-151-7/+0
|\
| * Remove WebM support (and deps libvpx and opus)Rémi Verschelde2021-10-151-7/+0
* | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstructRémi Verschelde2021-10-151-3/+0
|/
* SCons: Add `DEV_ENABLED` defines for `target=debug` buildsRémi Verschelde2021-10-141-0/+1
* free dbus errors when inhibiting freedesktop screensaver (prevents small memo...Mark Riedesel2021-10-121-0/+4
* Merge pull request #51429 from omar-polo/fix-basenameRémi Verschelde2021-10-091-1/+4
|\
| * use .get_file() instead of basename(3)Omar Polo2021-10-081-1/+4
* | Merge pull request #52684 from Frixuu/masterRémi Verschelde2021-10-014-0/+32
|\ \
| * | Allow for mapping keycodes to current layoutFrixuu2021-09-214-0/+32
* | | Use range iterators for `Map`Lightning_A2021-09-301-49/+49
|/ /
* | Mention that rebooting is required after updating graphics driver on LinuxHugo Locurcio2021-09-151-1/+2
* | Merge pull request #52282 from Calinou/scons-improve-linuxbsd-build-messagesRémi Verschelde2021-09-151-23/+21
|\ \
| * | Improve messages when compiling for Linux/*BSDHugo Locurcio2021-08-311-23/+21
* | | Re-enable building position-independent executables on Linux/*BSDHugo Locurcio2021-09-151-5/+0
* | | Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio2021-09-111-0/+11
* | | Make platform feature tag names lowercaseHugo Locurcio2021-08-311-1/+1
|/ /
* | Merge pull request #47829 from Calinou/improve-crash-handler-displayHugo Locurcio2021-08-251-0/+10
|\ \
| * | Improve crash handler message displayHugo Locurcio2021-06-171-0/+10
* | | Add partial support for Android scoped storage.ne0fhyk2021-08-162-2/+2
* | | Add input buffering frameworkPedro J. Estébanez2021-08-131-1/+1
* | | Improve input event accumulationPedro J. Estébanez2021-08-131-10/+10
* | | Upgrade Vulkan memory allocatorPedro J. Estébanez2021-08-131-1/+1
* | | Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-122-2/+6
* | | Use Key enum instead of plain integersAaron Franke2021-08-103-19/+19
* | | Fix various typos with codespellluz paz2021-07-252-2/+2
* | | Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-224-70/+70
* | | Fix popup closing immediately after showing on some Linux WMsPouleyKetchoupp2021-07-211-3/+7
* | | Modernize Display server to use override keywordHendrik Brucker2021-07-161-71/+71
* | | Fix for ambiguous variant error during build on Debian 10(Buster) using clang v7joe2021-07-131-1/+1
* | | Merge pull request #48622 from Geometror/reimplement-disableable-vsyncHugo Locurcio2021-07-104-15/+34
|\ \ \
| * | | Restructure and reimplement vsync optionsHendrik Brucker2021-07-064-15/+34
* | | | Fix linux use after freelikeich2021-07-081-1/+2
|/ / /
* | | Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-206-0/+227
* | | Use mouse and joypad enums instead of plain integersAaron Franke2021-06-203-23/+21
* | | Move many input enums to their own fileAaron Franke2021-06-201-6/+6
* | | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-9/+9
|/ /
* | Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\ \
| * | Add Time singletonAaron Franke2021-06-111-2/+2
| |/
* | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-112-2/+2
|\ \
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
| |/
* | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-3/+3
|\ \ | |/ |/|
| * Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-3/+3
* | Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-4/+4
|/
* LinuxBSD now compiles without vulkan/x11.Fabio Alessandrelli2021-06-012-17/+32
* add OpenBSD to OS_LinuxBSD::get_name()Omar Polo2021-05-211-0/+2
* Only allow absolute paths in XDG environment variablesHugo Locurcio2021-05-201-3/+18
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-172-15/+15
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-072-15/+15
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-0/+1
* | Remove debugging prints in the Linux DisplayServerHugo Locurcio2021-05-081-3/+0
|/