Age | Commit message (Expand) | Author |
2022-09-04 | Fix XSendEvent crash & bootsplash. | MatthewZelriche |
2022-09-03 | Merge pull request #65283 from bruvzg/reenable_per_pix_transp | Rémi Verschelde |
2022-09-03 | Merge pull request #65111 from MatthewZelriche/DroppedXEventFix | Rémi Verschelde |
2022-09-03 | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg |
2022-09-02 | Add support for system dark mode (Linux) | Raul Santos |
2022-09-01 | Fix dropped XEvents early in main window lifetime. | MatthewZelriche |
2022-08-30 | Fix minimize/maximize not taking effect in X11. | MatthewZelriche |
2022-08-29 | Fix fullscreen on X11. | MatthewZelriche |
2022-08-27 | Fix X11 menu window bug. | MatthewZelriche |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-06 | Only define `keep_screen_on` project setting once | RedMser |
2022-07-29 | Remove Signal connect binds | Juan Linietsky |
2022-07-21 | [X11] Do case-insensitive search for pen inversion detection | Hansem Ro |
2022-07-19 | Improve DisplayServer.window_set_current_screen | bruvzg |
2022-07-06 | Check if GL manager exist to prevent crash when using multithreaded renderer ... | bruvzg |
2022-07-04 | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde |
2022-07-04 | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro |
2022-06-30 | Properly check for fullscreen toggle made through the Window Manager | Wilson E. Alvarez |
2022-06-02 | Remove mouse events that closed the popup from queue, to fix pop-up reopening. | bruvzg |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Basic 3D rendering | clayjohn |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-05-02 | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-04-27 | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde |
2022-04-27 | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-13 | Fix sub-menu keyboard navigation. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-04-05 | Fix a possible race condition on popup close, that might cause multiple delet... | bruvzg |
2022-03-31 | Fix X11 is_window_maximized | ConteZero |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-08 | [X11] Do not try to focus unmapped window. | bruvzg |
2022-03-04 | Fix X11 memory leak after drag & drop file into the editor | Haoyu Qiu |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-18 | [Linux/X11] Fallback to the X server root window to get screen rects, if Xine... | bruvzg |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-10 | Fix typos with codespell | Rémi Verschelde |
2022-02-08 | [X11] Fix decoration reset when returning from fullscreen mode. | bruvzg |
2022-02-06 | Snap refresh rate to hundreths place on X11 | jordi |
2022-02-04 | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde |
2022-02-04 | Merge pull request #57617 from bruvzg/char_cleanup | Rémi Verschelde |
2022-02-04 | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde |
2022-02-04 | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al... | bruvzg |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-03 | Add screen_get_refresh_rate to DisplayServer | jordi |
2022-02-01 | Fix captured mouse mode | Hendrik Brucker |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde |