index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
osx
/
os_osx.mm
Age
Commit message (
Expand
)
Author
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-01
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-09-30
Merge pull request #48685 from bruvzg/bundle_icon_4
Rémi Verschelde
2021-08-16
Add partial support for Android scoped storage.
ne0fhyk
2021-07-25
Fix various typos with codespell
luz paz
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-06-03
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-05-21
OS: Remove code duplicate in XDG paths handling
Rémi Verschelde
2021-05-20
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-13
[macOS] Prefer .app bundle icon over the default one.
bruvzg
2021-04-29
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-22
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-10
Merge pull request #40708 from bruvzg/improve_os_locale
Rémi Verschelde
2020-08-16
Port ClassDB tests to use doctest
Andrii Doroshenko (Xrayez)
2020-08-11
Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...
bruvzg
2020-07-13
Commit other files changed by file_format.sh
Aaron Franke
2020-07-03
Fix opening URLS with special characters in macOS
Daniel Ting
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-28
Rename InputFilter back to Input
Rémi Verschelde
2020-04-26
[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.
bruvzg
2020-03-26
Add macOS DisplayServer implementation.
bruvzg
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-03
Drop old semaphore implementation
Pedro J. Estébanez
2020-02-25
Rename `scancode` to `keycode`.
bruvzg
2020-02-22
Travis: Use Ubuntu 18.04 (bionic) as base image
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-14
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-11
Restore parts of #33783 and #32809 missing after rebase.
bruvzg
2020-02-11
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
Merge pull request #32821 from bruvzg/vlk_fix_macos_exit
Rémi Verschelde
2020-02-11
Move Vulkan context/rendering_device destruction to windowWillClose notificat...
bruvzg
2020-02-11
Improve HiDPI handling, fix incorrect window viewport clipping.
bruvzg
2020-02-11
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
Add static Vulkan loader.
bruvzg
2020-02-11
Texture refactor
Juan Linietsky
2020-02-10
Merge pull request #35301 from Calinou/improve-console-error-logging
Rémi Verschelde
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-31
Adds extra cursors for macOS
Haoyu Qiu
2020-01-19
Improve the console error logging appearance
Hugo Locurcio
2020-01-14
Fixes IME input backspace on macOS
Haoyu Qiu
2020-01-10
[macOS] Load PCK from the .app bundle resources, instead of changing working ...
bruvzg
2020-01-06
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-08
[macOS] Send resize event without actually resizing window on backing change.
bruvzg
2019-12-01
iOS modular build and export implementation.
bruvzg
2019-11-28
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-25
[macOS] Fix locale detection.
bruvzg
[next]