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
/
display_server_x11.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for VRAM-compressed custom mouse cursor images
Hugo Locurcio
2023-04-21
1
-0
/
+5
*
Add project manager / editor initial screen settings, implement DisplayServer...
bruvzg
2023-04-19
1
-59
/
+49
*
Merge pull request #74978 from bruvzg/linux_version_check
Rémi Verschelde
2023-04-18
1
-9
/
+90
|
\
|
*
[Linux/BSD] Add dynamically loaded library version checks.
bruvzg
2023-03-20
1
-9
/
+90
*
|
Merge pull request #76040 from MightiestGoat/fix-sliding-window-linux-via-tra...
Yuri Sizov
2023-04-14
1
-0
/
+10
|
\
\
|
*
|
Fix the sliding window problem in linux occur due to reparenting of the windo...
mightygoat
2023-04-14
1
-0
/
+10
*
|
|
Fix custom cursor using atlas texture
Kvel2D
2023-04-11
1
-9
/
+4
|
/
/
*
|
[X11] Fix layout bug in `keyboard_get_keycode_from_physical`
Sabrehull
2023-03-29
1
-1
/
+1
*
|
Remove (or make verbose only) various debug prints.
bruvzg
2023-03-20
1
-3
/
+3
|
/
*
Tweak command syntax in Vulkan renderer failure message
Hugo Locurcio
2023-03-08
1
-1
/
+1
*
Merge pull request #74563 from clayjohn/X11-context
Rémi Verschelde
2023-03-08
1
-1
/
+3
|
\
|
*
Propogate errors when creating an OpenGL context fails in X11
clayjohn
2023-03-07
1
-1
/
+3
*
|
Fix broken shortcut key input
Rindbee
2023-03-07
1
-1
/
+1
*
|
Merge pull request #74087 from bruvzg/get_screen_px
Rémi Verschelde
2023-03-06
1
-0
/
+24
|
\
\
|
|
/
|
/
|
|
*
[DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...
bruvzg
2023-03-01
1
-0
/
+24
*
|
[Linux/X11] Check if required xkb functions exist before using it.
bruvzg
2023-03-02
1
-0
/
+3
|
/
*
Merge pull request #72877 from bruvzg/x11_on_top
Rémi Verschelde
2023-02-17
1
-0
/
+16
|
\
|
*
[X11] Fix initial "on top" window state.
bruvzg
2023-02-17
1
-0
/
+16
*
|
Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()
Rémi Verschelde
2023-02-17
1
-0
/
+2
|
/
*
[Linux] Make SO wrapper usage optional.
bruvzg
2023-02-16
1
-4
/
+22
*
Some fixes for initial window position and size
Thomas ten Cate
2023-02-14
1
-0
/
+5
*
[X11] Do not suppress structure/focus events on popup close to correctly retu...
bruvzg
2023-02-07
1
-9
/
+8
*
[X11] Fix IME window focus events.
bruvzg
2023-02-06
1
-2
/
+2
*
Merge pull request #72104 from bruvzg/popup-non-popups
Rémi Verschelde
2023-02-01
1
-1
/
+16
|
\
|
*
Extend special popup window handling to any non-popup child of a popup.
bruvzg
2023-01-26
1
-1
/
+16
*
|
[X11] Fix IME subwindow in the popup not getting input focus.
bruvzg
2023-02-01
1
-1
/
+1
*
|
[X11] Add support for dead keys without active IME. Fix IME focus and cleanup.
bruvzg
2023-01-30
1
-8
/
+109
|
/
*
[X11] Fix IME focus return.
bruvzg
2023-01-26
1
-1
/
+1
*
Merge pull request #72029 from bruvzg/x11_keycode
Rémi Verschelde
2023-01-25
1
-0
/
+1
|
\
|
*
[X11] Fix incorrect keycodes from non-QWERTY layouts.
bruvzg
2023-01-25
1
-0
/
+1
*
|
[X11] Make IME focus window input only.
bruvzg
2023-01-25
1
-1
/
+5
|
/
*
[X11] Prevent IME activation from entering infinite loop.
bruvzg
2023-01-25
1
-31
/
+34
*
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-53
/
+324
*
Improve DisplayServer message for video card drivers failure
Rémi Verschelde
2023-01-17
1
-11
/
+13
*
Fix X11 input region size.
bruvzg
2023-01-17
1
-12
/
+7
*
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...
bruvzg
2023-01-16
1
-8
/
+25
*
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-7
/
+7
*
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-07
1
-44
/
+74
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Improve `window_set_current_screen` and fix secondary window initial mode and...
bruvzg
2022-12-29
1
-13
/
+52
*
Merge pull request #69678 from Sauermann/fix-slider-button-up
Rémi Verschelde
2022-12-16
1
-12
/
+24
|
\
|
*
Fix colorpicker slider bug with mouse-up outside of popup
Markus Sauermann
2022-12-06
1
-12
/
+24
*
|
Merge pull request #69712 from bruvzg/real_size
Rémi Verschelde
2022-12-07
1
-3
/
+41
|
\
\
|
*
|
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
1
-3
/
+41
|
|
/
*
/
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...
bruvzg
2022-12-07
1
-7
/
+25
|
/
*
Fix that mouse-button-up event is parsed twice for drag-and-drop
Markus Sauermann
2022-12-05
1
-1
/
+0
*
Load X11 dynamically
Riteo
2022-12-03
1
-6
/
+41
*
Set vsync on window creation when using GLES3.
clayjohn
2022-11-15
1
-1
/
+2
*
Fix gl_manager nullptr crash
Markus Sauermann
2022-11-13
1
-1
/
+4
*
Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change
Markus Sauermann
2022-11-11
1
-2
/
+10
[next]