index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
linuxbsd
/
x11
Commit message (
Expand
)
Author
Age
Files
Lines
*
Regenerate X11 wrappers
Hein-Pieter van Braam
2024-11-09
14
-1748
/
+1708
*
[DisplayServer] Add feature flag for native file dialog access to `user/res` ...
Anish Mishra
2024-10-30
1
-0
/
+1
*
Fix fallbacks to OpenGL
Summersay415
2024-10-28
1
-1
/
+4
*
Merge pull request #97771 from dsnopek/openxr-linux-egl
Thaddeus Crews
2024-10-25
1
-0
/
+12
|
\
|
*
OpenXR: Add support for Wayland on Linux
David Snopek
2024-10-04
1
-0
/
+12
*
|
Fix window_set_current_screen for maximized windows.
bruvzg
2024-10-03
1
-1
/
+1
|
/
*
Move Vulkan includes to a central godot_vulkan.h header
Gergely Kis
2024-09-29
1
-5
/
+1
*
Merge pull request #93058 from Repiteo/scons/scons_hints
Rémi Verschelde
2024-09-26
1
-0
/
+1
|
\
|
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
|
Fix renaming nodes on X11
David Snopek
2024-09-25
1
-7
/
+3
|
/
*
Merge pull request #97142 from SheepYhangCN/master
Rémi Verschelde
2024-09-20
1
-12
/
+20
|
\
|
*
Added fallback_to_opengl3
SheepYhangCN
2024-09-20
1
-12
/
+20
*
|
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-2
/
+2
|
/
*
Fix project manager stealing focus on i3
David Snopek
2024-09-16
1
-1
/
+5
*
Enable Drag and Drop for SubViewports and Windows
Markus Sauermann
2024-09-15
1
-6
/
+6
*
Merge pull request #91780 from Riteo/falling-with-style
Rémi Verschelde
2024-09-04
1
-30
/
+45
|
\
|
*
X11: Alert only when video drivers fail initialization
Riteo
2024-08-21
1
-30
/
+45
*
|
Update rendering driver name on fallbacks. Fix rendering driver/method in the...
bruvzg
2024-09-01
1
-0
/
+1
*
|
Add debug utilities for Vulkan
Matias N. Goldberg
2024-08-21
1
-1
/
+1
|
/
*
[X11] Use motion event button state instead of async state.
bruvzg
2024-08-01
1
-2
/
+19
*
Remove unneeded call in DisplayServerX11
alvinhochun
2024-07-25
1
-1
/
+0
*
Pass window exclusive and transient properties for subwindow creation
Alvin Wong
2024-07-25
2
-2
/
+8
*
Linux/X11: Fix memory leak from created screen images
Ronald Casili
2024-07-18
1
-4
/
+5
*
X11: Fix creating RenderingDevice after #93706
Rémi Verschelde
2024-06-29
1
-0
/
+1
*
Improve handling of rendering startup errors
Pedro J. Estébanez
2024-06-28
1
-2
/
+8
*
Fix text editor stealing focus from "Find in Files" dialog on X11
David Snopek
2024-06-27
1
-1
/
+1
*
Tweak warning messages related to V-Sync on OpenGL
Hugo Locurcio
2024-06-16
1
-1
/
+1
*
[X11] Detect XWayland and disable screen capture support.
bruvzg
2024-06-12
2
-3
/
+29
*
Merge pull request #92843 from anniryynanen/tooltip-in-popup
Rémi Verschelde
2024-06-10
1
-1
/
+4
|
\
|
*
Stop color picker tooltip from stealing input events
Anni Ryynänen
2024-06-06
1
-1
/
+4
*
|
Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fix
Rémi Verschelde
2024-06-07
1
-9
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix creating cursor image from AtlasTexture
kleonc
2024-06-05
1
-9
/
+3
*
|
Use current mouse button state instead of saved values.
bruvzg
2024-05-31
2
-16
/
+37
|
/
*
Merge pull request #92208 from Calinou/linuxbsd-use-nanosleep
Rémi Verschelde
2024-05-30
1
-2
/
+2
|
\
|
*
Use `OS::delay_usec()` to avoid using deprecated `usleep()` on Linux
Hugo Locurcio
2024-05-21
1
-2
/
+2
*
|
Merge pull request #89033 from bruvzg/doc_end_err
Rémi Verschelde
2024-05-28
1
-1
/
+8
|
\
\
|
*
|
[DisplayServer] Add error messages and descriptions to callbacks.
bruvzg
2024-05-28
1
-1
/
+8
*
|
|
[macOS, X11] Fix duplicate close requests.
bruvzg
2024-05-28
1
-1
/
+4
|
/
/
*
|
Fix build with `vuklan=no` and `d3d12=no` after #91505.
bruvzg
2024-05-25
1
-1
/
+2
*
|
[DisplayServer] Add method to check if window transparency is supported and e...
bruvzg
2024-05-23
2
-0
/
+18
*
|
Properly set window class in Wayland
Paulo Poiati
2024-05-22
2
-5
/
+6
|
/
*
[X11] Fallback to root window size, when Xinerama extension is available, but...
bruvzg
2024-05-14
1
-27
/
+40
*
DisplayServer: Avoid deadlocks while issuing input events and recursive main ...
Pedro J. Estébanez
2024-05-08
1
-0
/
+2
*
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-1
/
+1
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-1
/
+1
*
[DBus] Process file dialog callback in the main event loop instead of using d...
bruvzg
2024-04-23
1
-0
/
+6
*
Polish interaction between windowing, input and rendering
Pedro J. Estébanez
2024-04-10
4
-28
/
+3
*
Merge pull request #89907 from bruvzg/nat_dlg_ftr_flags
Rémi Verschelde
2024-03-28
1
-1
/
+3
|
\
|
*
[DisplayServer] Add separate feature flags for different native dialog types.
bruvzg
2024-03-26
1
-1
/
+3
*
|
Merge pull request #89716 from theromis/master
Rémi Verschelde
2024-03-28
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[next]