summaryrefslogtreecommitdiffstats
path: root/platform/ios/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-3/+3
|
* SCons: Convert remaining `run_in_subprocess` to `env.Run`Thaddeus Crews2024-03-101-1/+1
|
* [iOS/macOS] Add option to automatically build (and sign / archive) bundles.bruvzg2024-02-131-0/+61
|
* Finish splitting functionality of the Vulkan and D3D12 backends into ↵Dario2024-02-121-1/+1
| | | | RenderingDeviceDriver.
* [iOS] Improve logger.bruvzg2024-01-111-0/+1
| | | | | Stream errors to the Console.app (and highlight in Xcode). Prevent duplicate prints in Xcode.
* iOS: Fix memory leak on touch inputTravis Veralrud2023-02-151-1/+0
| | | | | | Replace incomplete iOS gesture with touch implementation. Fixes #66422.
* Cleanup and unify keyboard input.bruvzg2023-01-231-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.bruvzg2022-07-211-0/+43