Age | Commit message (Expand) | Author |
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-10 | [macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK. | bruvzg |
2022-05-03 | Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` | Hugo Locurcio |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg |
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann |
2022-03-22 | [macOS] Add missing global menu features. | bruvzg |
2022-03-04 | [macOS] Disable window redraw during resize, when rendering in the separate t... | bruvzg |
2022-02-25 | Improve popup window handling. | bruvzg |
2022-02-12 | Add exclusive window handling to DisplayServer (on macOS and Windows). | bruvzg |
2022-02-07 | Merge pull request #57305 from bruvzg/macos_cleanup | Rémi Verschelde |
2022-02-04 | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde |
2022-02-03 | Add screen_get_refresh_rate to DisplayServer | jordi |
2022-02-01 | [macOS] Cleanup and split Objective-C objects to the separate files | bruvzg |
2022-02-01 | [macOS] Enable Objective-C ARC | bruvzg |
2022-02-01 | Fix captured mouse mode | Hendrik Brucker |
2022-01-27 | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde |
2022-01-18 | Window management improvements. | bruvzg |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-14 | Add support for getting native display, window, and view handles. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-02 | [macOS] Add support for OpenGLES3 video driver. | bruvzg |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-09-21 | Allow for mapping keycodes to current layout | Frixuu |
2021-08-10 | Use Key enum instead of plain integers | Aaron Franke |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-07-06 | Restructure and reimplement vsync options | Hendrik Brucker |
2021-06-20 | Use mouse and joypad enums instead of plain integers | Aaron Franke |
2021-02-15 | [macOS] Ignore mouse move event caused by mouse mode switch. | bruvzg |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-02 | Initialize class/struct variables with default values in platform/ and editor/ | Rafał Mikrut |
2020-09-17 | Add window click-through support. | bruvzg |
2020-08-22 | Re-apply "Fixes for windows in X11 tiling WMs" | PouleyKetchoupp |
2020-08-19 | Revert "Fixes for windows in X11 tiling WMs" | Juan Linietsky |
2020-07-23 | DisplayServer: separate window showing into another function | Lorenzo Cerqua |
2020-07-10 | Fix cancel/OK button order on macOS | Daniel Ting |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-04 | [macOS] Implement seamless display scaling. | bruvzg |
2020-07-02 | [macOS] Implement confined mouse mode. | bruvzg |
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde |
2020-06-13 | Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/... | bruvzg |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Prevent recursive `_dispatch_input_event` calls, improve focus regain on wind... | bruvzg |
2020-03-26 | Add macOS DisplayServer implementation. | bruvzg |