summaryrefslogtreecommitdiff
path: root/platform/linuxbsd
AgeCommit message (Expand)Author
2023-02-14Some fixes for initial window position and sizeThomas ten Cate
2023-02-13Update PCK embedding SCons warning message to mention mold linkerHugo Locurcio
2023-02-07[X11] Do not suppress structure/focus events on popup close to correctly retu...bruvzg
2023-02-06[X11] Fix IME window focus events.bruvzg
2023-02-02Use a "warning" icon in `OS.alert()` on Linux/*BSDHugo Locurcio
2023-02-01Merge pull request #72104 from bruvzg/popup-non-popupsRémi Verschelde
2023-02-01[X11] Fix IME subwindow in the popup not getting input focus.bruvzg
2023-01-30[X11] Add support for dead keys without active IME. Fix IME focus and cleanup.bruvzg
2023-01-27Merge pull request #72102 from Riteo/keymapx11-scope-goodnessRémi Verschelde
2023-01-27Fix split allow empty string in SSH export plugindaviirodrig
2023-01-26Extend special popup window handling to any non-popup child of a popup.bruvzg
2023-01-26[X11] Fix IME focus return.bruvzg
2023-01-26Put KeyMappingX11 stuff inside its own scopeRiteo
2023-01-25Merge pull request #72029 from bruvzg/x11_keycodeRémi Verschelde
2023-01-25[X11] Fix incorrect keycodes from non-QWERTY layouts.bruvzg
2023-01-25[X11] Make IME focus window input only.bruvzg
2023-01-25Merge pull request #72018 from bruvzg/x11_ime_loopRémi Verschelde
2023-01-25[X11] Prevent IME activation from entering infinite loop.bruvzg
2023-01-25Move xkbcommon dynamic loading code into generic linuxbsd folderRiteo
2023-01-23[Linux/BSD] Include headers for dynamically loaded libraries to simplify buil...bruvzg
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-21Merge pull request #71819 from Riteo/certified-musl-momentRémi Verschelde
2023-01-21Make PIE relocation detection glibc-onlyRiteo
2023-01-20Exclude atomic lib under FreeBSD using LLVMrobfram
2023-01-17Improve DisplayServer message for video card drivers failureRémi Verschelde
2023-01-17Fix X11 input region size.bruvzg
2023-01-16Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checksRémi Verschelde
2023-01-16Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg
2023-01-15Merge pull request #71437 from vaartis/linux-backtraceRémi Verschelde
2023-01-15Alter linux debug stacktraces handling to support more environmentsEkaterina Vaartis
2023-01-14Update all outdated online documentation linksYuri Sizov
2023-01-13Merge pull request #63312 from bruvzg/one_clickRémi Verschelde
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #70624 from bruvzg/cur_scRémi Verschelde
2022-12-29Improve `window_set_current_screen` and fix secondary window initial mode and...bruvzg
2022-12-29[Export] Add one-click deploy over SSH for the desktop exports.bruvzg
2022-12-27Allow building X11 without VulkanRiteo
2022-12-16Merge pull request #69678 from Sauermann/fix-slider-button-upRémi Verschelde
2022-12-16Fix String::word_wrap() for long wordsHaoyu Qiu
2022-12-15Fix typos with codespellRémi Verschelde
2022-12-09fix dbus and fontconfig linksnikitalita
2022-12-07Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde
2022-12-07Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg
2022-12-07[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...bruvzg
2022-12-06Fix colorpicker slider bug with mouse-up outside of popupMarkus Sauermann
2022-12-05Fix that mouse-button-up event is parsed twice for drag-and-dropMarkus Sauermann
2022-12-05Merge pull request #69563 from nyanpasu64/patch-1Rémi Verschelde