summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/display_server_x11.cpp
Commit message (Expand)AuthorAgeFilesLines
* linuxbsd: move all X11 stuff in its own directoryRiteo2022-11-021-5196/+0
* Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-281-3/+8
|\
| * Make window creation with custom position do not flashWei Guo2022-10-241-3/+8
* | Fix `DisplayServer.has_feature()` claiming X11 has native icon supportHugo Locurcio2022-10-261-1/+1
|/
* Update the DisplayServer video driver error messageclayjohn2022-10-181-4/+15
* Keep rendering context window size in sync when resizingNikola Bunjevac2022-10-111-0/+12
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-10/+0
* Merge pull request #66720 from qarmin/unintialized_memoryRémi Verschelde2022-10-051-2/+2
|\
| * Remove usage of unitialized variablesRafał Mikrut2022-10-011-2/+2
* | Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-11/+4
* | Fix inconsistent window state on X11.Matthew Munro (mam552)2022-10-011-0/+5
|/
* Merge pull request #65496 from MinusKube/popup-capture-mouse-bugRémi Verschelde2022-09-161-3/+23
|\
| * Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube2022-09-071-3/+23
* | Merge pull request #64417 from aaronfranke/has-spaceRémi Verschelde2022-09-061-4/+4
|\ \
| * | Replace Rect2(i) has_no_area with has_areaAaron Franke2022-09-041-4/+4
| |/
* / Fix XSendEvent crash & bootsplash.MatthewZelriche2022-09-041-17/+8
|/
* Merge pull request #65283 from bruvzg/reenable_per_pix_transpRémi Verschelde2022-09-031-11/+44
|\
| * Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu...bruvzg2022-09-031-11/+44
* | Merge pull request #65111 from MatthewZelriche/DroppedXEventFixRémi Verschelde2022-09-031-4/+11
|\ \ | |/ |/|
| * Fix dropped XEvents early in main window lifetime.MatthewZelriche2022-09-011-4/+11
* | Add support for system dark mode (Linux)Raul Santos2022-09-021-0/+25
|/
* Fix minimize/maximize not taking effect in X11.MatthewZelriche2022-08-301-93/+88
* Fix fullscreen on X11.MatthewZelriche2022-08-291-0/+14
* Fix X11 menu window bug.MatthewZelriche2022-08-271-2/+10
* Replace Array return types with TypedArraykobewi2022-08-221-2/+2
* Only define `keep_screen_on` project setting onceRedMser2022-08-061-1/+1
* Remove Signal connect bindsJuan Linietsky2022-07-291-6/+6
* [X11] Do case-insensitive search for pen inversion detectionHansem Ro2022-07-211-1/+1
* Improve DisplayServer.window_set_current_screenbruvzg2022-07-191-2/+2
* Check if GL manager exist to prevent crash when using multithreaded renderer ...bruvzg2022-07-061-2/+6
* Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde2022-07-041-2/+10
|\
| * [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-041-2/+10
* | Properly check for fullscreen toggle made through the Window ManagerWilson E. Alvarez2022-06-301-0/+48
|/
* Remove mouse events that closed the popup from queue, to fix pop-up reopening.bruvzg2022-06-021-4/+11
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-14/+14
* Basic 3D renderingclayjohn2022-05-121-2/+2
* 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-28/+2
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+49
* Merge pull request #59979 from bruvzg/cpp_check2Rémi Verschelde2022-04-271-6/+5
|\
| * Fix more issues found by cppcheck.bruvzg2022-04-201-6/+5
* | Merge pull request #58272 from bruvzg/x11_backup_screen_infoRémi Verschelde2022-04-271-6/+19
|\ \ | |/ |/|
| * [Linux/X11] Fallback to the X server root window to get screen rects, if Xine...bruvzg2022-02-181-6/+19
* | 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