summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/x11
Commit message (Expand)AuthorAgeFilesLines
...
* | | X11: Fix vformat ambiguous int types for GCC 10Rémi Verschelde2023-05-231-1/+1
* | | Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-9/+14
* | | Merge pull request #75142 from bruvzg/scrRémi Verschelde2023-05-162-0/+100
|\ \ \
| * | | [DisplayServer] Implement screen_get_image method for LinuxBSD/X11, macOS and...bruvzg2023-03-202-0/+100
| |/ /
* | | Enable shadow warnings and fix raised errorsNinni Pipping2023-05-114-12/+18
* | | Merge pull request #76924 from stolk/fixuninitRémi Verschelde2023-05-111-0/+1
|\ \ \
| * | | x11: Do not use uninitialized timestamps.Bram Stolk2023-05-101-0/+1
* | | | Merge pull request #76856 from HolonProduction/macos-specificRémi Verschelde2023-05-111-2/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Don't expose mac specific display server.HolonProduction2023-05-111-2/+1
* | | | Ensure WindowData minimized/maximized are mutually exclusiveChristopher Foo2023-05-081-2/+2
|/ / /
* | | Add support for VRAM-compressed custom mouse cursor imagesHugo Locurcio2023-04-211-0/+5
* | | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-192-59/+50
* | | Merge pull request #74978 from bruvzg/linux_version_checkRémi Verschelde2023-04-182-10/+92
|\ \ \
| * | | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-202-10/+92
| |/ /
* | | Merge pull request #76040 from MightiestGoat/fix-sliding-window-linux-via-tra...Yuri Sizov2023-04-142-0/+11
|\ \ \
| * | | Fix the sliding window problem in linux occur due to reparenting of the windo...mightygoat2023-04-142-0/+11
* | | | Fix custom cursor using atlas textureKvel2D2023-04-111-9/+4
|/ / /
* | | [X11] Fix layout bug in `keyboard_get_keycode_from_physical`Sabrehull2023-03-291-1/+1
* | | Remove (or make verbose only) various debug prints.bruvzg2023-03-201-3/+3
|/ /
* | Tweak command syntax in Vulkan renderer failure messageHugo Locurcio2023-03-081-1/+1
* | Merge pull request #74598 from bruvzg/x11_kcRémi Verschelde2023-03-081-10/+34
|\ \
| * | [Linux/X11] Add some missing keycodes/scancodes.bruvzg2023-03-081-10/+34
* | | Merge pull request #74563 from clayjohn/X11-contextRémi Verschelde2023-03-083-6/+23
|\ \ \ | |/ / |/| |
| * | Propogate errors when creating an OpenGL context fails in X11clayjohn2023-03-073-6/+23
| |/
* | Fix broken shortcut key inputRindbee2023-03-071-1/+1
* | Merge pull request #74087 from bruvzg/get_screen_pxRémi Verschelde2023-03-062-0/+25
|\ \ | |/ |/|
| * [DisplayServer] Implement screen_get_pixel method for LinuxBSD/X11, macOS and...bruvzg2023-03-012-0/+25
* | [Linux/X11] Check if required xkb functions exist before using it.bruvzg2023-03-021-0/+3
|/
* Merge pull request #73752 from bruvzg/x11_quote_leftRémi Verschelde2023-02-241-2/+2
|\
| * Fix X11 QUOTELEFT / SECTION physical key mapping.bruvzg2023-02-221-2/+2
* | [Input] Use BRACKET_ instead of BRACE_ for physical keys.bruvzg2023-02-221-2/+2
|/
* Merge pull request #72877 from bruvzg/x11_on_topRémi Verschelde2023-02-171-0/+16
|\
| * [X11] Fix initial "on top" window state.bruvzg2023-02-171-0/+16
* | Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+2
|/
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-165-12/+81
* Some fixes for initial window position and sizeThomas ten Cate2023-02-141-0/+5
* [X11] Do not suppress structure/focus events on popup close to correctly retu...bruvzg2023-02-071-9/+8
* [X11] Fix IME window focus events.bruvzg2023-02-061-2/+2
* Merge pull request #72104 from bruvzg/popup-non-popupsRémi Verschelde2023-02-011-1/+16
|\
| * Extend special popup window handling to any non-popup child of a popup.bruvzg2023-01-261-1/+16
* | [X11] Fix IME subwindow in the popup not getting input focus.bruvzg2023-02-011-1/+1
* | [X11] Add support for dead keys without active IME. Fix IME focus and cleanup.bruvzg2023-01-3016-36/+142
* | Merge pull request #72102 from Riteo/keymapx11-scope-goodnessRémi Verschelde2023-01-272-14/+13
|\ \ | |/ |/|
| * Put KeyMappingX11 stuff inside its own scopeRiteo2023-01-262-14/+13
* | [X11] Fix IME focus return.bruvzg2023-01-261-1/+1
|/
* Merge pull request #72029 from bruvzg/x11_keycodeRémi Verschelde2023-01-251-0/+1
|\
| * [X11] Fix incorrect keycodes from non-QWERTY layouts.bruvzg2023-01-251-0/+1
* | [X11] Make IME focus window input only.bruvzg2023-01-251-1/+5
|/
* Merge pull request #72018 from bruvzg/x11_ime_loopRémi Verschelde2023-01-251-31/+34
|\
| * [X11] Prevent IME activation from entering infinite loop.bruvzg2023-01-251-31/+34