summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd
Commit message (Expand)AuthorAgeFilesLines
* [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
* Use a "warning" icon in `OS.alert()` on Linux/*BSDHugo Locurcio2023-02-021-2/+4
* 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-3026-56/+376
* | 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
* | | Fix split allow empty string in SSH export plugindaviirodrig2023-01-271-2/+2
| |/ |/|
* | [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
* | Move xkbcommon dynamic loading code into generic linuxbsd folderRiteo2023-01-255-2/+3
|/
* [Linux/BSD] Include headers for dynamically loaded libraries to simplify buil...bruvzg2023-01-2325-437/+98
* Cleanup and unify keyboard input.bruvzg2023-01-238-1992/+2628
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Merge pull request #71819 from Riteo/certified-musl-momentRémi Verschelde2023-01-211-0/+6
|\
| * Make PIE relocation detection glibc-onlyRiteo2023-01-211-0/+6
* | Exclude atomic lib under FreeBSD using LLVMrobfram2023-01-201-2/+2
|/
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-11/+13
* Fix X11 input region size.bruvzg2023-01-171-12/+7
* Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde2023-01-161-3/+8
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-162-8/+29
* Merge pull request #71437 from vaartis/linux-backtraceRémi Verschelde2023-01-151-18/+22
|\
| * Alter linux debug stacktraces handling to support more environmentsEkaterina Vaartis2023-01-151-18/+22
* | Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
* | Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-136-15/+377
|\ \
| * | [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-296-15/+377
* | | Use BitField<> in core type masksJuan Linietsky2023-01-084-20/+26
| |/ |/|
* | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-072-48/+79
* | One Copyright Update to rule them allRémi Verschelde2023-01-0528-812/+812
* | Merge pull request #70624 from bruvzg/cur_scRémi Verschelde2023-01-032-15/+54
|\ \
| * | Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg2022-12-292-15/+54
| |/
* / Allow building X11 without VulkanRiteo2022-12-271-3/+0
|/
* Merge pull request #69678 from Sauermann/fix-slider-button-upRémi Verschelde2022-12-161-12/+24
|\
| * Fix colorpicker slider bug with mouse-up outside of popupMarkus Sauermann2022-12-061-12/+24
* | Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-6/+5
* | Fix typos with codespellRémi Verschelde2022-12-1512-14/+14
* | fix dbus and fontconfig linksnikitalita2022-12-092-4/+4
* | Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-072-4/+43
|\ \
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-072-4/+43
| |/
* / [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...bruvzg2022-12-072-8/+27
|/
* Fix that mouse-button-up event is parsed twice for drag-and-dropMarkus Sauermann2022-12-051-1/+0
* Merge pull request #69563 from nyanpasu64/patch-1Rémi Verschelde2022-12-051-1/+1
|\
| * Fix burning CPU with udev disabled on Flatpaknyanpasu642022-12-031-1/+1
* | [Linux/BSD] Fix build without fontconfig.bruvzg2022-12-052-3/+5