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
...
*
|
Merge pull request #86441 from dsnopek/mequam-x11-focus-grab
Rémi Verschelde
2024-01-18
2
-4
/
+21
|
\
\
|
*
|
[X11] Fix Godot stealing focus on alternative Window Managers
mequam
2024-01-09
2
-4
/
+21
|
|
/
*
|
Merge pull request #86446 from reduz/transient-to-focused
Rémi Verschelde
2024-01-15
2
-0
/
+7
|
\
\
|
*
|
Implement a transient_to_focused mode
Juan Linietsky
2024-01-14
2
-0
/
+7
|
|
/
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
*
|
Merge pull request #86160 from gregdebonis/gregdebonis/issue86156
Rémi Verschelde
2024-01-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Wrong key mapping for XK_KP_Delete key
Gregory De Bonis
2023-12-14
1
-1
/
+1
*
|
Merge pull request #83452 from RandomShaper/rd_common
Yuri Sizov
2023-12-20
4
-54
/
+75
|
\
\
|
*
|
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
4
-54
/
+75
|
|
/
*
|
Merge pull request #75489 from bruvzg/init_pos_usable
Yuri Sizov
2023-12-19
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
[DisplayServer] Use screen "usable rect" instead of full rect to calculate in...
bruvzg
2023-12-04
1
-1
/
+2
*
|
X11: Send IME update notification deferred
HolonProduction
2023-11-24
1
-1
/
+1
|
/
*
[X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.
bruvzg
2023-11-06
4
-13
/
+40
*
Fix freeze when requesting clipboard image from our own window
Setadokalo
2023-10-25
1
-2
/
+2
*
Improved X11 screen_get_refresh_rate performance
Brayden Harlon
2023-10-24
1
-1
/
+1
*
Merge pull request #81439 from Setadokalo/clipboard_image
Rémi Verschelde
2023-10-20
2
-2
/
+226
|
\
|
*
Implement clipboard_get/has_image for X11
Setadokalo
2023-10-20
2
-2
/
+226
*
|
Fix unused variables warning when `touch` is disabled
Kacper Gibas
2023-10-13
1
-3
/
+7
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
*
|
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-27
/
+8
*
|
[X11] Add support for using EGL/GLES instead of GLX.
bruvzg
2023-10-04
5
-9
/
+201
*
|
Merge pull request #80952 from bruvzg/nfdlg_refocus
Rémi Verschelde
2023-10-03
1
-2
/
+2
|
\
\
|
*
|
[Native File Dialogs] Refocus last focused window on close.
bruvzg
2023-08-24
1
-2
/
+2
|
|
/
*
|
Linux/OpenGL: don't force vsync in the editor
Riteo
2023-09-24
1
-6
/
+0
*
|
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
2
-1
/
+2
*
|
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
2
-12
/
+12
|
/
*
Merge pull request #80104 from bruvzg/freedesktop_native_file_dialog
Rémi Verschelde
2023-08-17
2
-0
/
+16
|
\
|
*
[Linux/Freedesktop] Implement native file selection dialog support.
bruvzg
2023-08-17
2
-0
/
+16
*
|
Merge pull request #80036 from PorkrollPosadist/fix-wayland-window-behavior
Rémi Verschelde
2023-08-17
1
-12
/
+14
|
\
\
|
|
/
|
/
|
|
*
Use EWMH for DisplayServerX11::_window_minimize_check() implementation
PorkrollPosadist
2023-07-31
1
-12
/
+14
*
|
Fix GCC -Wmaybe-uninitialized warnings
Rémi Verschelde
2023-08-14
1
-4
/
+4
*
|
Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crash
Rémi Verschelde
2023-08-10
2
-3
/
+18
|
\
\
|
*
|
Track hovered `Window` in `DisplayServerX11`
Markus Sauermann
2023-08-09
2
-3
/
+18
*
|
|
Merge pull request #80240 from bruvzg/x11_ext_checks
Rémi Verschelde
2023-08-07
2
-25
/
+22
|
\
\
\
|
*
|
|
[X11] Do not fail DisplayServer init if non-essential extensions are missing.
bruvzg
2023-08-04
2
-25
/
+22
|
|
/
/
*
/
/
Fix native popups auto-closing when interacting with non-client area.
bruvzg
2023-08-07
1
-1
/
+1
|
/
/
*
/
Fix crash on Windows when closing `Window`
Markus Sauermann
2023-08-02
1
-0
/
+6
|
/
*
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-1
/
+1
*
Merge pull request #77993 from bruvzg/key_lbl_from_p
Yuri Sizov
2023-07-12
2
-0
/
+25
|
\
|
*
Implement keyboard_get_label_from_physical method.
bruvzg
2023-06-08
2
-0
/
+25
*
|
Merge pull request #78437 from bruvzg/set_icon
Yuri Sizov
2023-07-12
1
-0
/
+2
|
\
\
|
*
|
Add error checks and harmonize behavior of the set_icon method.
bruvzg
2023-07-03
1
-0
/
+2
*
|
|
Linux: Fix build with `use_sowrap=no` and various warnings/errors
Rémi Verschelde
2023-07-10
1
-1
/
+5
|
/
/
*
|
Merge pull request #74511 from AThousandShips/win_cursor_fix
Rémi Verschelde
2023-06-20
1
-2
/
+2
|
\
\
|
*
|
Fix clearing custom cursor
Ninni Pipping
2023-03-10
1
-2
/
+2
*
|
|
[DisplayServer] Add method to check if native window is focused.
bruvzg
2023-06-16
2
-0
/
+10
*
|
|
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
7
-46
/
+40
|
|
/
|
/
|
*
|
X11: Fix vformat ambiguous int types for GCC 10 (again)
Rémi Verschelde
2023-06-07
1
-1
/
+1
*
|
Merge pull request #75099 from mxnemu/add-default-x11-error-handler
Rémi Verschelde
2023-06-05
1
-1
/
+20
|
\
\
|
*
|
[Linux/X11] Add a default error handler for X11 to avoid crashes.
nee
2023-06-05
1
-1
/
+20
[prev]
[next]