| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Fix X11 memory leak after drag & drop file into the editor | Haoyu Qiu | 2022-03-04 | 1 | -12/+19 |
| * | | Improve popup window handling. | bruvzg | 2022-02-25 | 1 | -24/+161 |
| |/ |
|
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -1/+1 |
| * | Fix typos with codespell | Rémi Verschelde | 2022-02-10 | 1 | -4/+4 |
| * | [X11] Fix decoration reset when returning from fullscreen mode. | bruvzg | 2022-02-08 | 1 | -1/+1 |
| * | Snap refresh rate to hundreths place on X11 | jordi | 2022-02-06 | 1 | -1/+3 |
| * | Merge pull request #57341 from bruvzg/win_multiwin_fs | Rémi Verschelde | 2022-02-04 | 1 | -0/+2 |
| |\ |
|
| | * | [Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al... | bruvzg | 2022-02-04 | 1 | -0/+2 |
| * | | Merge pull request #57617 from bruvzg/char_cleanup | Rémi Verschelde | 2022-02-04 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde | 2022-02-04 | 1 | -0/+60 |
| |\ \
| |/
|/| |
|
| | * | Add screen_get_refresh_rate to DisplayServer | jordi | 2022-02-03 | 1 | -0/+60 |
| * | | Fix captured mouse mode | Hendrik Brucker | 2022-02-01 | 1 | -12/+13 |
| * | | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke | 2022-01-29 | 1 | -1/+2 |
| * | | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde | 2022-01-27 | 1 | -0/+18 |
| |\ \
| |/
|/| |
|
| | * | Add support for getting native display, window, and view handles. | bruvzg | 2022-01-14 | 1 | -0/+18 |
| * | | Merge pull request #56754 from madmiraal/fix-45592 | Rémi Verschelde | 2022-01-24 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Use mouse event relative motion to calculate mouse velocity | Marcel Admiraal | 2022-01-13 | 1 | -1/+0 |
| * | | | Rename or refactor macros to avoid leading underscores | Omar Polo | 2022-01-20 | 1 | -1/+0 |
| * | | | Window management improvements. | bruvzg | 2022-01-18 | 1 | -15/+0 |
| | |/
|/| |
|
| * | | Fix various typos | luz paz | 2022-01-13 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #56322 from madmiraal/fix-42450 | Rémi Verschelde | 2022-01-11 | 1 | -2/+2 |
| |\ |
|
| | * | Rename speed to velocity when it's a directional Vector | Marcel Admiraal | 2021-12-29 | 1 | -2/+2 |
| * | | Merge pull request #56438 from madmiraal/fix-56428 | Rémi Verschelde | 2022-01-03 | 1 | -7/+11 |
| |\ \ |
|
| | * | | Fix tablet tilt values returning bad values | Marcel Admiraal | 2022-01-02 | 1 | -7/+11 |
| | |/ |
|
| * / | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| |/ |
|
| * | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre... | Bastiaan Olij | 2021-12-18 | 1 | -12/+12 |
| * | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 1 | -1/+1 |
| * | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 1 | -33/+33 |
| * | Merge pull request #54315 from nekomatata/x11-key-events-log | Rémi Verschelde | 2021-11-09 | 1 | -1/+8 |
| |\ |
|
| | * | Add KeyPress & KeyRelease events to X11 debug events logging | PouleyKetchoupp | 2021-10-27 | 1 | -1/+8 |
| * | | Fix BadWindow X11 errors when a window is closed while processing struts | PouleyKetchoupp | 2021-11-04 | 1 | -2/+21 |
| * | | Merge pull request #41565 from nekomatata/x11-usable-screen-size | Rémi Verschelde | 2021-11-01 | 1 | -11/+257 |
| |\ \ |
|