summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix BadWindow X11 errors when a window is closed while processing strutsPouleyKetchoupp2021-11-041-2/+21
* Merge pull request #41565 from nekomatata/x11-usable-screen-sizeRémi Verschelde2021-11-011-11/+257
|\
| * Implemented screen_get_usable_rect for X11 Display ServerPouleyKetchoupp2021-10-291-11/+257
* | Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-29/+22
* | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-30/+26
* | Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-22/+105
|/
* Merge pull request #42117 from nekomatata/x11-get-window-screenRémi Verschelde2021-10-281-26/+49
|\
| * Fix window_get_current_screen for X11 display serverPouleyKetchoupp2021-10-281-26/+49
* | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-21/+1
* | clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-19/+19
|/
* Fix input events random delay on X11PouleyKetchoupp2021-10-271-18/+28
* Fix primary clipboard warningConteZero2021-10-231-0/+1
* Added primary clipboard for LinuxConteZero2021-10-181-5/+43
* Merge pull request #52684 from Frixuu/masterRémi Verschelde2021-10-011-0/+18
|\
| * Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+18
* | Use range iterators for `Map`Lightning_A2021-09-301-49/+49
|/
* Mention that rebooting is required after updating graphics driver on LinuxHugo Locurcio2021-09-151-1/+2
* Add input buffering frameworkPedro J. Estébanez2021-08-131-1/+1
* Improve input event accumulationPedro J. Estébanez2021-08-131-10/+10
* Use Key enum instead of plain integersAaron Franke2021-08-101-9/+9
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-68/+4
* Fix popup closing immediately after showing on some Linux WMsPouleyKetchoupp2021-07-211-3/+7
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-8/+24
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-0/+32
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-12/+10
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-7/+7
* Add MOUSE_MODE_CONFINED_HIDDENAaron Franke2021-06-031-4/+4
* Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde2021-05-171-11/+11
|\
| * Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A2021-05-071-11/+11
* | Remove debugging prints in the Linux DisplayServerHugo Locurcio2021-05-081-3/+0
|/
* Rename `doubleclick` to `double_click`Aaron Franke2021-05-041-2/+2
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Rename Texture.get_data() to get_image()Marcel Admiraal2021-03-281-2/+2
* Rename ButtonList enum and members to MouseButtonAaron Franke2021-03-231-1/+1
* Linux: Fix PRIME detection on SteamRémi Verschelde2021-03-081-1/+4
* Fix out of bounds array access on DisplayServerX11 codePedro Rodrigues2021-02-281-9/+11
* Modernize atomicsPedro J. Estébanez2021-02-181-2/+2
* Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde2021-01-311-4/+2
|\
| * Modernize ThreadPedro J. Estébanez2021-01-291-4/+2
* | Unify URI encoding/decoding and add to C#Aaron Franke2021-01-281-1/+1
|/
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Fix named anonymous struct warningMarcel Admiraal2020-12-161-0/+9
* RenderingServer reorganizationreduz2020-12-041-2/+2
* Reorganize rendering server.reduz2020-12-031-1/+1
* X11: Include limits.h for LONG_MAXRémi Verschelde2020-12-021-0/+1
* Implement INCR mechanism for Linux clipboardPouleyKetchoupp2020-11-271-25/+104
* Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde2020-11-261-49/+171
|\