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
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-21
Added a new MIDIDriver class
Marcelo Fernandez
2018-07-19
-Project/Editor settings now use new inspector
Juan Linietsky
2018-07-09
Added support for extra mouse buttons.
unknown
2018-06-11
IME context detection.
Saracen
2018-05-28
Change position of validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-28
Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image
Max Hilbrunner
2018-05-27
Add validation in set_custom_mouse_cursor
Guilherme Felipe
2018-05-26
Fix memory leak in set_custom_mouse_cursor
Guilherme Felipe
2018-05-23
More fixes to set_borderless_window
Guilherme Felipe
2018-05-21
Merge pull request #19070 from guilhermefelipecgs/fix_19033
Max Hilbrunner
2018-05-21
Fix OSXCROSS build with clang-6.0
Fabio Alessandrelli
2018-05-20
Fix #19033
Guilherme Felipe
2018-05-13
Merge pull request #15739 from poke1024/macos-catch-exception
Max Hilbrunner
2018-05-13
[macOS] Fix numeric keys scan-codes remapping.
bruvzg
2018-05-11
Merge pull request #18751 from guilhermefelipecgs/fix_cursor_osx
Rémi Verschelde
2018-05-10
Reset the cursor with Input.set_custom_mouse_cursor(null)
Guilherme Felipe
2018-05-09
Fix custom cursor disappearing on osx
Guilherme Felipe
2018-05-09
Add support for atlas texture on set_custom_mouse_cursor
Guilherme Felipe
2018-05-08
Merge pull request #14622 from bruvzg/non-rectangular-windows
Hein-Pieter van Braam
2018-04-09
Fix custom cursor when it's hidden
Guilherme Felipe
2018-04-07
Experimental support for windows with per-pixel transparency (macOS, X11 and ...
bruvzg
2018-04-05
Remove size restriction for mouse cursor
Guilherme Felipe
2018-03-28
[macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.
bruvzg
2018-03-23
Revert "Implement OS_OSX::execute"
bruvzg
2018-03-22
Fix dragging window from non-retina to retina display.
bruvzg
2018-03-22
Fix several in-class initialization clang warning
Marcelo Fernandez
2018-03-19
Implement OS_OSX::execute
bruvzg
2018-03-04
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-03-03
Hack to force macOS window activation for non-bundled app.
bruvzg
2018-03-02
Merge pull request #17158 from bruvzg/gles2_driver_select
Rémi Verschelde
2018-03-02
GLES2 renderer support on macOS.
bruvzg
2018-03-02
Fix `--help` output, allow renderer override from command line (`--video-driv...
bruvzg
2018-02-21
Fix typos with codespell
luz.paz
2018-02-14
Merge pull request #15564 from RandomShaper/adpod-topmost
Rémi Verschelde
2018-02-14
Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-impl
Rémi Verschelde
2018-02-12
Added OS::center_window to center the window precisely on desktop platforms
Marcelo Fernandez
2018-02-01
OSX: implement OS.get_unique_id
geequlim
2018-01-30
Implement always-on-top for MacOS
Pedro J. Estébanez
2018-01-19
On macOS, prevent key_event_buffer overflows
Bernhard Liebl
2018-01-15
Catch NSException in macOS run loop to prevent crashs
Bernhard Liebl
2018-01-12
[macOS] Adds ability to open files with "Open With" or double-click from Finder
bruvzg
2018-01-10
Fix IME producing multiple events per key press.
bruvzg
2018-01-08
Merge pull request #15344 from bruvzg/osx_dylib_export
Rémi Verschelde
2018-01-07
Remove 10.6+ runtime version checks, add 10.12+ runtime version checks
bruvzg
2018-01-06
Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+
bruvzg
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Adds dylib export for "dmg" export mode and change dylib path to "/Contents/F...
bruvzg
2018-01-04
Fix macOS and other builds after #15299
Duy-Nguyen TA
2018-01-04
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
[next]