Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-08 | Remove duplicate project settings definitions | kobewi | |
2022-10-31 | Merge pull request #67879 from bruvzg/fix_no_vlk | Rémi Verschelde | |
Fix build with Vulkan disabled and no Vulkan headers installed. | |||
2022-10-28 | Merge pull request #67790 from kdada/fix-flash-window | Clay John | |
Make creating window do not flicker when specify custom position | |||
2022-10-26 | Fix build with Vulkan disabled and no Vulkan headers installed. | bruvzg | |
2022-10-24 | Make window creation with custom position do not flash | Wei Guo | |
2022-10-22 | Add double_tap attribute to InputEventScreenTouch | Fredia Huya-Kouadio | |
This provides parity with the `InputEventMouseButton` allowing for proper conversion between the two events. | |||
2022-09-19 | Split rendering driver project setting into renderer_name and ↵ | clayjohn | |
rendering_driver. To differentiate between a driver (e.g. Vulkan or D3D12) and a renderer (e.g. clustered or mobile renderer). | |||
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-06 | Only define `keep_screen_on` project setting once | RedMser | |
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau | |
2022-07-29 | Remove Signal connect binds | Juan Linietsky | |
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind(). Changed all uses of it to Callable.bind() | |||
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | |