summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-3/+3
|\
| * Wayland: Only set selection when there is not already a source.Trevor Davenport2024-11-171-3/+3
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-152-7/+9
|\|
| * Use processed filter list for native dialogs.Pāvels Nadtočajevs2024-11-151-2/+2
| * Buildsystem: Use pkg-config for miniupnpc and mbedtlsYevhen Babiichuk (DustDFG)2024-11-131-5/+7
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-1214-1748/+1708
|\|
| * Regenerate X11 wrappersHein-Pieter van Braam2024-11-0914-1748/+1708
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-4/+4
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-4/+4
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-022-1/+3
|\|
| * [DisplayServer] Add feature flag for native file dialog access to `user/res` ...Anish Mishra2024-10-302-1/+3
* | Fix remainder of godotengine referencesSpartan3222024-10-311-2/+2
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-304-4/+10
|\|
| * Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-292-2/+8
| |\
| | * Fix fallbacks to OpenGLSummersay4152024-10-282-2/+8
| * | Merge pull request #97934 from adamscott/give-AThousandShips-a-breakThaddeus Crews2024-10-292-2/+2
| |\ \ | | |/ | |/|
| | * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-2/+2
* | | Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-2745-90/+90
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-2745-90/+90
* | | | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-263-7/+26
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #97771 from dsnopek/openxr-linux-eglThaddeus Crews2024-10-252-0/+24
| |\ \
| | * | OpenXR: Add support for Wayland on LinuxDavid Snopek2024-10-042-0/+24
| * | | Merge pull request #97555 from dustdfg/platform_methods/extract_validate_archThaddeus Crews2024-10-251-7/+2
| |\ \ \ | | |_|/ | |/| |
| | * | Build System: Extract `validate_arch` helper functionYevhen Babiichuk (DustDFG)2024-10-061-7/+2
* | | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-1/+1
|\| | |
| * | | Fix wrong Wayland path if building with opengl3=noMatias N. Goldberg2024-10-121-1/+1
| |/ /
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1145-0/+90
* | | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-115-13/+13
|/ /
* / Fix window_set_current_screen for maximized windows.bruvzg2024-10-031-1/+1
|/
* Move Vulkan includes to a central godot_vulkan.h headerGergely Kis2024-09-292-10/+2
* Replace squish with bcdec for BC decompressionBlueCube33102024-09-261-4/+0
* Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-2/+2
|\
| * CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-2/+2
* | Merge pull request #93058 from Repiteo/scons/scons_hintsRémi Verschelde2024-09-263-0/+3
|\ \ | |/ |/|
| * SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-253-0/+3
* | Fix renaming nodes on X11David Snopek2024-09-251-7/+3
|/
* Fallback to OpenGL 3 if Vulkan isn't available on WaylandJoaquim Monteiro2024-09-211-12/+20
* Merge pull request #97142 from SheepYhangCN/masterRémi Verschelde2024-09-201-12/+20
|\
| * Added fallback_to_opengl3SheepYhangCN2024-09-201-12/+20
* | Style: Apply new `clang-format` changesThaddeus Crews2024-09-204-5/+5
|/
* Fix project manager stealing focus on i3David Snopek2024-09-161-1/+5
* Merge pull request #96973 from Riteo/pointing-the-obviousRémi Verschelde2024-09-163-93/+59
|\
| * Wayland: Simplify cursor code and fix custom cursorsRiteo2024-09-133-93/+59
* | Enable Drag and Drop for SubViewports and WindowsMarkus Sauermann2024-09-151-6/+6
|/
* Wayland: clear button mask on pointer leaveRiteo2024-09-101-0/+2
* Wayland: make primary selection logic consistent with main clipboardRiteo2024-09-081-4/+5
* Merge pull request #96540 from hunterkepley/fix-wayland-middlemouse-pasteRémi Verschelde2024-09-041-1/+1
|\
| * Wayland: Fix primary clipboard handlinghunterkepley2024-09-031-1/+1
* | Merge pull request #91780 from Riteo/falling-with-styleRémi Verschelde2024-09-042-38/+96
|\ \ | |/ |/|
| * Wayland: report when video drivers can't be loaded or foundRiteo2024-08-211-8/+51