Rémi Verschelde
|
2f33c2b20e
Merge pull request #81439 from Setadokalo/clipboard_image
|
1 year ago |
Setadokalo
|
3b5a9e31bb
Implement clipboard_get/has_image for X11
|
1 year ago |
bruvzg
|
af00c4a54a
[X11] Add support for using EGL/GLES instead of GLX.
|
1 year ago |
bruvzg
|
6cc314e0fa
[Linux/Freedesktop] Implement native file selection dialog support.
|
2 years ago |
Rémi Verschelde
|
49f0d8cee3
Merge pull request #80279 from Sauermann/fix-x11-mouse-window-event-crash
|
2 years ago |
Markus Sauermann
|
a7c5849f98
Track hovered `Window` in `DisplayServerX11`
|
2 years ago |
bruvzg
|
acff87ffda
[X11] Do not fail DisplayServer init if non-essential extensions are missing.
|
2 years ago |
Yuri Sizov
|
ff689003a5
Merge pull request #77993 from bruvzg/key_lbl_from_p
|
2 years ago |
bruvzg
|
28db3c7158
[DisplayServer] Add method to check if native window is focused.
|
2 years ago |
Rémi Verschelde
|
9e4315bb50
Style: Harmonize header includes in platform ports
|
2 years ago |
bruvzg
|
08e8ff371d
Implement keyboard_get_label_from_physical method.
|
2 years ago |
Rémi Verschelde
|
265c70a369
Merge pull request #75142 from bruvzg/scr
|
2 years ago |
Ninni Pipping
|
71ee65dc57
Enable shadow warnings and fix raised errors
|
2 years ago |
HolonProduction
|
ddcb2d157d
Don't expose mac specific display server.
|
2 years ago |
bruvzg
|
520a8d8ed2
Add project manager / editor initial screen settings, implement DisplayServer.get_keyboard_focus_screen method.
|
2 years ago |
Rémi Verschelde
|
63d17df83e
Merge pull request #74978 from bruvzg/linux_version_check
|
2 years ago |
mightygoat
|
932afc3bf5
Fix the sliding window problem in linux occur due to reparenting of the window during the decoration via tracking the parent of the window
|
2 years ago |
bruvzg
|
ab94024ce1
[DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and Windows.
|
2 years ago |
bruvzg
|
bed46f723c
[Linux/BSD] Add dynamically loaded library version checks.
|
2 years ago |
bruvzg
|
e7647b5ee5
[DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and Windows.
|
2 years ago |
bruvzg
|
dd068794c3
[Linux] Make SO wrapper usage optional.
|
2 years ago |
bruvzg
|
4c50ac3921
[X11] Add support for dead keys without active IME. Fix IME focus and cleanup.
|
2 years ago |
Riteo
|
beaff2f5cb
Move xkbcommon dynamic loading code into generic linuxbsd folder
|
2 years ago |
bruvzg
|
daad4aed62
Cleanup and unify keyboard input.
|
2 years ago |
bruvzg
|
34b34b104c
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose `window_set_mouse_passthrough` to `Window`.
|
2 years ago |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
2 years ago |
bruvzg
|
2718a7b7d3
Add support for the custom initial screen for the main window, fix primary screen detection.
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
f7955633de
Improve `window_set_current_screen` and fix secondary window initial mode and positions.
|
2 years ago |
Rémi Verschelde
|
0a3f66471e
Merge pull request #69712 from bruvzg/real_size
|
2 years ago |