summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.h
Commit message (Expand)AuthorAgeFilesLines
* Remove mouse events that closed the popup from queue, to fix pop-up reopening.bruvzg2022-06-021-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-8/+8
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-21/+17
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+19
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-3/+3
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-1/+1
* Improve popup window handling.bruvzg2022-02-251-1/+17
* Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+1
|\
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+1
* | Merge pull request #57497 from Geometror/fix-mouse-modeRémi Verschelde2022-02-011-0/+2
|\ \
| * | Fix captured mouse modeHendrik Brucker2022-02-011-0/+2
* | | Merge pull request #56548 from madmiraal/fix-53894Rémi Verschelde2022-01-311-1/+1
|\ \ \ | |/ / |/| |
| * | Set window to focused when createdMarcel Admiraal2022-01-061-1/+1
* | | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+2
|\ \ \ | |_|/ |/| |
| * | Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+2
* | | Window management improvements.bruvzg2022-01-181-1/+0
|/ /
* / New OpenGL batching canvas rendererclayjohn2022-01-111-2/+0
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-2/+2
* Use OpenGL 3.3 core profile instead of compatibility profileClay John2021-10-311-3/+3
* Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-4/+4
* Add GLES2 2D renderer + Linux display managerlawnjelly2021-10-301-6/+9
* Fix window_get_current_screen for X11 display serverPouleyKetchoupp2021-10-281-0/+2
* Fix input events random delay on X11PouleyKetchoupp2021-10-271-0/+1
* Added primary clipboard for LinuxConteZero2021-10-181-1/+4
* Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+1
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-221-2/+0
* Modernize Display server to use override keywordHendrik Brucker2021-07-161-71/+71
* Restructure and reimplement vsync optionsHendrik Brucker2021-07-061-4/+7
* Add "Keep screen on" feature to `DisplayServerX11`Niklas Higi2021-06-201-0/+14
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+3
* Modernize atomicsPedro J. Estébanez2021-02-181-1/+1
* Modernize ThreadPedro J. Estébanez2021-01-291-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix named anonymous struct warningMarcel Admiraal2020-12-161-9/+0
* Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-081-15/+15
|\
| * Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-15/+15
* | RenderingServer reorganizationreduz2020-12-041-1/+1
|/
* Implement INCR mechanism for Linux clipboardPouleyKetchoupp2020-11-271-0/+1
* Merge pull request #42652 from nekomatata/x11-clipboard-save-targetsRémi Verschelde2020-11-261-1/+6
|\
| * Implement SAVE_TARGETS mechanism for Linux clipboardPouleyKetchoupp2020-10-091-1/+6
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
|/
* Fix delay to process clipboard content from Godot in other programsPouleyKetchoupp2020-09-251-0/+1
* Fix general keyboard input lag on X11 display serverPouleyKetchoupp2020-09-241-1/+15
* Add window click-through support.bruvzg2020-09-171-0/+2
* Fix drag and drop between windows in X11 display serverPouleyKetchoupp2020-09-031-0/+2
* Fix menu popups delay and focus in X11 display serverPouleyKetchoupp2020-08-261-0/+3
* Re-apply "Fixes for windows in X11 tiling WMs"PouleyKetchoupp2020-08-221-0/+1