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