| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | X11: Fix vformat ambiguous int types for GCC 10 | Rémi Verschelde | 2023-05-23 | 1 | -1/+1 |
* | | | Add `audio/general/text_to_speech` project setting to enable/disable TTS. | bruvzg | 2023-05-18 | 1 | -9/+14 |
* | | | Merge pull request #75142 from bruvzg/scr | Rémi Verschelde | 2023-05-16 | 2 | -0/+100 |
|\ \ \ |
|
| * | | | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and... | bruvzg | 2023-03-20 | 2 | -0/+100 |
| |/ / |
|
* | | | Enable shadow warnings and fix raised errors | Ninni Pipping | 2023-05-11 | 4 | -12/+18 |
* | | | Merge pull request #76924 from stolk/fixuninit | Rémi Verschelde | 2023-05-11 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | x11: Do not use uninitialized timestamps. | Bram Stolk | 2023-05-10 | 1 | -0/+1 |
* | | | | Merge pull request #76856 from HolonProduction/macos-specific | Rémi Verschelde | 2023-05-11 | 1 | -2/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Don't expose mac specific display server. | HolonProduction | 2023-05-11 | 1 | -2/+1 |
* | | | | Ensure WindowData minimized/maximized are mutually exclusive | Christopher Foo | 2023-05-08 | 1 | -2/+2 |
|/ / / |
|
* | | | 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 | 2 | -59/+50 |
* | | | Merge pull request #74978 from bruvzg/linux_version_check | Rémi Verschelde | 2023-04-18 | 2 | -10/+92 |
|\ \ \ |
|
| * | | | [Linux/BSD] Add dynamically loaded library version checks. | bruvzg | 2023-03-20 | 2 | -10/+92 |
| |/ / |
|
* | | | Merge pull request #76040 from MightiestGoat/fix-sliding-window-linux-via-tra... | Yuri Sizov | 2023-04-14 | 2 | -0/+11 |
|\ \ \ |
|
| * | | | Fix the sliding window problem in linux occur due to reparenting of the windo... | mightygoat | 2023-04-14 | 2 | -0/+11 |
* | | | | 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 #74598 from bruvzg/x11_kc | Rémi Verschelde | 2023-03-08 | 1 | -10/+34 |
|\ \ |
|
| * | | [Linux/X11] Add some missing keycodes/scancodes. | bruvzg | 2023-03-08 | 1 | -10/+34 |
* | | | Merge pull request #74563 from clayjohn/X11-context | Rémi Verschelde | 2023-03-08 | 3 | -6/+23 |
|\ \ \
| |/ /
|/| | |
|
| * | | Propogate errors when creating an OpenGL context fails in X11 | clayjohn | 2023-03-07 | 3 | -6/+23 |
| |/ |
|
* | | 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 | 2 | -0/+25 |
|\ \
| |/
|/| |
|
| * | [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and... | bruvzg | 2023-03-01 | 2 | -0/+25 |
* | | [Linux/X11] Check if required xkb functions exist before using it. | bruvzg | 2023-03-02 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #73752 from bruvzg/x11_quote_left | Rémi Verschelde | 2023-02-24 | 1 | -2/+2 |
|\ |
|
| * | Fix X11 QUOTELEFT / SECTION physical key mapping. | bruvzg | 2023-02-22 | 1 | -2/+2 |
* | | [Input] Use BRACKET_ instead of BRACE_ for physical keys. | bruvzg | 2023-02-22 | 1 | -2/+2 |
|/ |
|
* | 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 | 5 | -12/+81 |
* | 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 | 16 | -36/+142 |
* | | Merge pull request #72102 from Riteo/keymapx11-scope-goodness | Rémi Verschelde | 2023-01-27 | 2 | -14/+13 |
|\ \
| |/
|/| |
|
| * | Put KeyMappingX11 stuff inside its own scope | Riteo | 2023-01-26 | 2 | -14/+13 |
* | | [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 |
|/ |
|
* | Merge pull request #72018 from bruvzg/x11_ime_loop | Rémi Verschelde | 2023-01-25 | 1 | -31/+34 |
|\ |
|
| * | [X11] Prevent IME activation from entering infinite loop. | bruvzg | 2023-01-25 | 1 | -31/+34 |