| Commit message (Expand) | Author | Age | Files | Lines |
* | linuxbsd: move all X11 stuff in its own directory | Riteo | 2022-11-02 | 1 | -5196/+0 |
* | Merge pull request #67790 from kdada/fix-flash-window | Clay John | 2022-10-28 | 1 | -3/+8 |
|\ |
|
| * | Make window creation with custom position do not flash | Wei Guo | 2022-10-24 | 1 | -3/+8 |
* | | Fix `DisplayServer.has_feature()` claiming X11 has native icon support | Hugo Locurcio | 2022-10-26 | 1 | -1/+1 |
|/ |
|
* | Update the DisplayServer video driver error message | clayjohn | 2022-10-18 | 1 | -4/+15 |
* | Keep rendering context window size in sync when resizing | Nikola Bunjevac | 2022-10-11 | 1 | -0/+12 |
* | SCons: Re-enable treating `#warning` as error with `werror` | Rémi Verschelde | 2022-10-10 | 1 | -10/+0 |
* | Merge pull request #66720 from qarmin/unintialized_memory | Rémi Verschelde | 2022-10-05 | 1 | -2/+2 |
|\ |
|
| * | Remove usage of unitialized variables | Rafał Mikrut | 2022-10-01 | 1 | -2/+2 |
* | | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde | 2022-10-03 | 1 | -11/+4 |
* | | Fix inconsistent window state on X11. | Matthew Munro (mam552) | 2022-10-01 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde | 2022-09-16 | 1 | -3/+23 |
|\ |
|
| * | Fix MOUSE_MODE_CAPTURED not working correctly with popups | MinusKube | 2022-09-07 | 1 | -3/+23 |
* | | Merge pull request #64417 from aaronfranke/has-space | Rémi Verschelde | 2022-09-06 | 1 | -4/+4 |
|\ \ |
|
| * | | Replace Rect2(i) has_no_area with has_area | Aaron Franke | 2022-09-04 | 1 | -4/+4 |
| |/ |
|
* / | Fix XSendEvent crash & bootsplash. | MatthewZelriche | 2022-09-04 | 1 | -17/+8 |
|/ |
|
* | Merge pull request #65283 from bruvzg/reenable_per_pix_transp | Rémi Verschelde | 2022-09-03 | 1 | -11/+44 |
|\ |
|
| * | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg | 2022-09-03 | 1 | -11/+44 |
* | | Merge pull request #65111 from MatthewZelriche/DroppedXEventFix | Rémi Verschelde | 2022-09-03 | 1 | -4/+11 |
|\ \
| |/
|/| |
|
| * | Fix dropped XEvents early in main window lifetime. | MatthewZelriche | 2022-09-01 | 1 | -4/+11 |
* | | Add support for system dark mode (Linux) | Raul Santos | 2022-09-02 | 1 | -0/+25 |
|/ |
|
* | Fix minimize/maximize not taking effect in X11. | MatthewZelriche | 2022-08-30 | 1 | -93/+88 |
* | Fix fullscreen on X11. | MatthewZelriche | 2022-08-29 | 1 | -0/+14 |
* | Fix X11 menu window bug. | MatthewZelriche | 2022-08-27 | 1 | -2/+10 |
* | Replace Array return types with TypedArray | kobewi | 2022-08-22 | 1 | -2/+2 |
* | Only define `keep_screen_on` project setting once | RedMser | 2022-08-06 | 1 | -1/+1 |
* | Remove Signal connect binds | Juan Linietsky | 2022-07-29 | 1 | -6/+6 |
* | [X11] Do case-insensitive search for pen inversion detection | Hansem Ro | 2022-07-21 | 1 | -1/+1 |
* | Improve DisplayServer.window_set_current_screen | bruvzg | 2022-07-19 | 1 | -2/+2 |
* | Check if GL manager exist to prevent crash when using multithreaded renderer ... | bruvzg | 2022-07-06 | 1 | -2/+6 |
* | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde | 2022-07-04 | 1 | -2/+10 |
|\ |
|
| * | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro | 2022-07-04 | 1 | -2/+10 |
* | | Properly check for fullscreen toggle made through the Window Manager | Wilson E. Alvarez | 2022-06-30 | 1 | -0/+48 |
|/ |
|
* | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg | 2022-06-02 | 1 | -4/+11 |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -1/+1 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -14/+14 |
* | Basic 3D rendering | clayjohn | 2022-05-12 | 1 | -2/+2 |
* | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio | 2022-05-03 | 1 | -1/+1 |
* | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 1 | -28/+2 |
* | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 1 | -0/+49 |
* | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde | 2022-04-27 | 1 | -6/+5 |
|\ |
|
| * | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -6/+5 |
* | | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde | 2022-04-27 | 1 | -6/+19 |
|\ \
| |/
|/| |
|
| * | [Linux/X11] Fallback to the X server root window to get screen rects, if Xine... | bruvzg | 2022-02-18 | 1 | -6/+19 |
* | | Fix sub-menu keyboard navigation. | bruvzg | 2022-04-13 | 1 | -1/+1 |
* | | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -2/+2 |
* | | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg | 2022-04-05 | 1 | -10/+23 |
* | | Fix X11 is_window_maximized | ConteZero | 2022-03-31 | 1 | -2/+9 |
* | | Rename warp mouse functions to warp_mouse | Markus Sauermann | 2022-03-27 | 1 | -3/+3 |
* | | [X11] Do not try to focus unmapped window. | bruvzg | 2022-03-08 | 1 | -2/+6 |