| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| | | |||||
| * | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 1 | -3/+3 |
| | | |||||
| * | SCons: Convert remaining `run_in_subprocess` to `env.Run` | Thaddeus Crews | 2024-03-10 | 1 | -1/+1 |
| | | |||||
| * | [iOS/macOS] Add option to automatically build (and sign / archive) bundles. | bruvzg | 2024-02-13 | 1 | -0/+61 |
| | | |||||
| * | Finish splitting functionality of the Vulkan and D3D12 backends into ↵ | Dario | 2024-02-12 | 1 | -1/+1 |
| | | | | | RenderingDeviceDriver. | ||||
| * | [iOS] Improve logger. | bruvzg | 2024-01-11 | 1 | -0/+1 |
| | | | | | | Stream errors to the Console.app (and highlight in Xcode). Prevent duplicate prints in Xcode. | ||||
| * | iOS: Fix memory leak on touch input | Travis Veralrud | 2023-02-15 | 1 | -1/+0 |
| | | | | | | | Replace incomplete iOS gesture with touch implementation. Fixes #66422. | ||||
| * | Cleanup and unify keyboard input. | bruvzg | 2023-01-23 | 1 | -0/+1 |
| | | | | | | | | | | | - Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes. - Unify IME behaviour, add inline composition string display on Windows and X11. - Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events. - Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS. - Add support for media key handling on macOS. Co-authored-by: Raul Santos <raulsntos@gmail.com> | ||||
| * | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -0/+43 |
