index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
osx
/
os_osx.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-3
/
+3
*
OS: Remove code duplicate in XDG paths handling
Rémi Verschelde
2021-05-21
1
-14
/
+10
*
Only allow absolute paths in XDG environment variables
Hugo Locurcio
2021-05-20
1
-3
/
+21
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-3
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
|
*
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
|
/
*
Merge pull request #40708 from bruvzg/improve_os_locale
Rémi Verschelde
2020-12-10
1
-1
/
+1
|
\
|
*
Improve `OS::get_locale()` on macOS and Windows, replace "-" with "_" and use...
bruvzg
2020-08-11
1
-1
/
+1
*
|
Port ClassDB tests to use doctest
Andrii Doroshenko (Xrayez)
2020-08-16
1
-1
/
+3
|
/
*
Commit other files changed by file_format.sh
Aaron Franke
2020-07-13
1
-1
/
+1
*
Fix opening URLS with special characters in macOS
Daniel Ting
2020-07-03
1
-1
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-1
/
+1
*
[macOS] Re-add define for build with 10.14 SDK, remove unsupported 10.12 checks.
bruvzg
2020-04-26
1
-20
/
+12
*
Add macOS DisplayServer implementation.
bruvzg
2020-03-26
1
-2810
/
+70
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-2
/
+2
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
1
-3
/
+0
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-13
/
+23
*
Travis: Use Ubuntu 18.04 (bionic) as base image
Rémi Verschelde
2020-02-22
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+1
*
Remove incomplete battery status/power API
Rémi Verschelde
2020-02-14
1
-14
/
+0
*
Restore parts of #33783 and #32809 missing after rebase.
bruvzg
2020-02-11
1
-9
/
+5
*
Fix code formatting issues and VS compilation
Rémi Verschelde
2020-02-11
1
-6
/
+5
*
Merge pull request #32821 from bruvzg/vlk_fix_macos_exit
Rémi Verschelde
2020-02-11
1
-13
/
+20
|
\
|
*
Move Vulkan context/rendering_device destruction to windowWillClose notificat...
bruvzg
2020-02-11
1
-13
/
+20
*
|
Improve HiDPI handling, fix incorrect window viewport clipping.
bruvzg
2020-02-11
1
-0
/
+6
|
/
*
Add runtime GLES2 / Vulkan context selection.
bruvzg
2020-02-11
1
-209
/
+128
*
Add static Vulkan loader.
bruvzg
2020-02-11
1
-18
/
+89
*
Texture refactor
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Merge pull request #35301 from Calinou/improve-console-error-logging
Rémi Verschelde
2020-02-10
1
-19
/
+16
|
\
|
*
Improve the console error logging appearance
Hugo Locurcio
2020-01-19
1
-19
/
+16
*
|
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
|
Adds extra cursors for macOS
Haoyu Qiu
2020-01-31
1
-6
/
+20
|
/
*
Fixes IME input backspace on macOS
Haoyu Qiu
2020-01-14
1
-1
/
+5
*
[macOS] Load PCK from the .app bundle resources, instead of changing working ...
bruvzg
2020-01-10
1
-0
/
+13
*
Merge pull request #33967 from Calinou/add-os-is-window-focused
Rémi Verschelde
2020-01-06
1
-5
/
+13
|
\
|
*
Add an `OS.is_window_focused()` getter
Hugo Locurcio
2019-11-28
1
-5
/
+13
*
|
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
|
[macOS] Send resize event without actually resizing window on backing change.
bruvzg
2019-12-08
1
-6
/
+2
*
|
iOS modular build and export implementation.
bruvzg
2019-12-01
1
-7
/
+0
|
/
*
[macOS] Fix locale detection.
bruvzg
2019-11-25
1
-1
/
+1
*
[macOS] Remove CVDisplayLink v-sync hack.
bruvzg
2019-11-21
1
-52
/
+2
*
[macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to Inp...
bruvzg
2019-10-30
1
-0
/
+5
*
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f...
bruvzg
2019-10-24
1
-8
/
+8
*
Fix non-HiDPI mode on HiDPI displays on macOS Catalina.
bruvzg
2019-10-13
1
-0
/
+4
*
Properly revert cursor when using set_custom_mouse_cursor with null
PouleyKetchoupp
2019-10-03
1
-1
/
+6
*
[macOS] Add methods to modify global and dock menus. Add ability to open mult...
bruvzg
2019-08-26
1
-1
/
+93
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-12
/
+4
[next]