summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix sub-menu keyboard navigation.bruvzg2022-04-131-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Fix a possible race condition on popup close, that might cause multiple delet...bruvzg2022-04-051-10/+23
* Fix X11 is_window_maximizedConteZero2022-03-311-2/+9
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-3/+3
* [X11] Do not try to focus unmapped window.bruvzg2022-03-081-2/+6
* Fix X11 memory leak after drag & drop file into the editorHaoyu Qiu2022-03-041-12/+19
* Improve popup window handling.bruvzg2022-02-251-24/+161
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+1
* Fix typos with codespellRémi Verschelde2022-02-101-4/+4
* [X11] Fix decoration reset when returning from fullscreen mode.bruvzg2022-02-081-1/+1
* Snap refresh rate to hundreths place on X11jordi2022-02-061-1/+3
* Merge pull request #57341 from bruvzg/win_multiwin_fsRémi Verschelde2022-02-041-0/+2
|\
| * [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg2022-02-041-0/+2
* | Merge pull request #57617 from bruvzg/char_cleanupRémi Verschelde2022-02-041-1/+1
|\ \
| * | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-1/+1
| |/
* | Merge pull request #57335 from jordigcs/display-refresh-rateRémi Verschelde2022-02-041-0/+60
|\ \ | |/ |/|
| * Add screen_get_refresh_rate to DisplayServerjordi2022-02-031-0/+60
* | Fix captured mouse modeHendrik Brucker2022-02-011-12/+13
* | simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* | Merge pull request #56785 from bruvzg/nat_handles_4Rémi Verschelde2022-01-271-0/+18
|\ \ | |/ |/|
| * Add support for getting native display, window, and view handles.bruvzg2022-01-141-0/+18
* | Merge pull request #56754 from madmiraal/fix-45592Rémi Verschelde2022-01-241-1/+0
|\ \
| * | Use mouse event relative motion to calculate mouse velocityMarcel Admiraal2022-01-131-1/+0
* | | Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-1/+0
* | | Window management improvements.bruvzg2022-01-181-15/+0
| |/ |/|
* | Fix various typosluz paz2022-01-131-1/+1
|/
* Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-2/+2
|\
| * Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-2/+2
* | Merge pull request #56438 from madmiraal/fix-56428Rémi Verschelde2022-01-031-7/+11
|\ \
| * | Fix tablet tilt values returning bad valuesMarcel Admiraal2022-01-021-7/+11
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Fix initialising of gl_manager and checking gl_manager and context_vulkan pre...Bastiaan Olij2021-12-181-12/+12
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-33/+33
* Merge pull request #54315 from nekomatata/x11-key-events-logRémi Verschelde2021-11-091-1/+8
|\
| * Add KeyPress & KeyRelease events to X11 debug events loggingPouleyKetchoupp2021-10-271-1/+8
* | 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