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
/
macos
/
display_server_macos.mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Improve cursor_set_custom_image() method
kobewi
2024-02-28
1
-34
/
+4
|
|
/
*
/
Pre-commit: Update to clang-format 17.0.6 and black 24.2.0
Rémi Verschelde
2024-02-28
1
-1
/
+1
|
/
*
[macOS/Windows] Fix application indicator destruction.
bruvzg
2024-02-27
1
-1
/
+1
*
[macOS] Ignore window decorations in confined mouse mode to match other platf...
bruvzg
2024-02-18
1
-1
/
+1
*
Merge pull request #88274 from bruvzg/macos_hdr_picker
Rémi Verschelde
2024-02-15
1
-8
/
+13
|
\
|
*
[macOS] Fix color picker on HDR screens.
bruvzg
2024-02-13
1
-8
/
+13
*
|
Fix `Ctrl+Tab` and `Ctrl+Shift+Tab` on macOS
passivestar
2024-02-15
1
-3
/
+23
*
|
Merge pull request #87384 from bruvzg/sys_base_color
Rémi Verschelde
2024-02-13
1
-1
/
+46
|
\
\
|
*
|
Add method to get "base" system UI color (macOS/Windows) and system theme cha...
bruvzg
2024-02-13
1
-1
/
+46
*
|
|
[macOS] Add support for native help menu search callbacks, integrate editor h...
bruvzg
2024-02-13
1
-0
/
+14
|
/
/
*
|
Merge pull request #87999 from bruvzg/metal_layer
Rémi Verschelde
2024-02-13
1
-1
/
+1
|
\
\
|
*
|
[macOS / iOS] Switch Vulkan init to VK_EXT_metal_surface extension.
bruvzg
2024-02-13
1
-1
/
+1
|
|
/
*
/
Implement support for application status indicators (tray icons).
bruvzg
2024-02-13
1
-0
/
+125
|
/
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-33
/
+39
*
[macOS] Fix changing main menu item names.
bruvzg
2024-02-03
1
-0
/
+4
*
use autorelease pools around main loop
Stuart Carnie
2024-02-02
1
-0
/
+1
*
Merge pull request #80231 from romlok/input-key-location
Rémi Verschelde
2024-01-29
1
-0
/
+2
|
\
|
*
Add InputEventKey.location to tell left from right
Mel Collins
2024-01-26
1
-0
/
+2
*
|
[Native File Dialog] Add support for adding custom options to the dialogs.
bruvzg
2024-01-24
1
-154
/
+114
|
/
*
Implement a transient_to_focused mode
Juan Linietsky
2024-01-14
1
-0
/
+4
*
Merge pull request #83452 from RandomShaper/rd_common
Yuri Sizov
2023-12-20
1
-33
/
+48
|
\
|
*
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
1
-33
/
+48
*
|
Merge pull request #75489 from bruvzg/init_pos_usable
Yuri Sizov
2023-12-19
1
-1
/
+2
|
\
\
|
*
|
[DisplayServer] Use screen "usable rect" instead of full rect to calculate in...
bruvzg
2023-12-04
1
-1
/
+2
*
|
|
[macOS] Add default Window and Help menus, allow special menu customization.
bruvzg
2023-12-13
1
-205
/
+308
|
|
/
|
/
|
*
|
Fix IME key event being erased in macOS
HolySkyMin
2023-11-29
1
-1
/
+2
|
/
*
[macOS] Fix transparent and borderless flags interaction with full-screen mode.
bruvzg
2023-11-14
1
-43
/
+49
*
Merge pull request #84774 from akien-mga/fix-TTR-in-ERR-WARN-prints
Rémi Verschelde
2023-11-12
1
-9
/
+9
|
\
|
*
Don't use TTR/RTR for ERR/WARN prints
Rémi Verschelde
2023-11-12
1
-9
/
+9
*
|
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-1
/
+1
|
/
*
Merge pull request #84649 from bruvzg/mac_fs_fs_switch
Rémi Verschelde
2023-11-09
1
-0
/
+13
|
\
|
*
[macOS] Fix fullscreen <-> exclusive fullscreen transition.
bruvzg
2023-11-09
1
-0
/
+13
*
|
[X11] Add fallback from desktop GL to GLES, suppress PRIME detector error spam.
bruvzg
2023-11-06
1
-4
/
+3
|
/
*
[macOS] Improve ANGLE support detection.
bruvzg
2023-11-01
1
-1
/
+1
*
[macOS] Fallback to native OpenGL renderer if ANGLE initialization failed. Re...
bruvzg
2023-10-21
1
-9
/
+16
*
Add error messages to the native menu and file dialogs callback.
bruvzg
2023-10-14
1
-14
/
+89
*
[macOS] Fix crash when using system default menu shortcuts.
bruvzg
2023-10-13
1
-1
/
+1
*
[macOS] Use occlusionState instead of isOnActiveSpace to determine when windo...
bruvzg
2023-10-10
1
-2
/
+2
*
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-9
/
+9
*
[macOS] Fix ambiguous method call with older SDKs.
bruvzg
2023-10-05
1
-1
/
+2
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
1
-63
/
+14
*
Merge pull request #81218 from bruvzg/_temp_fs
Rémi Verschelde
2023-10-04
1
-141
/
+237
|
\
|
*
[Native File Dialogs] Improve filter list handling, add selected filter to th...
bruvzg
2023-10-03
1
-141
/
+237
*
|
[macOS] Add `about_to_open` and `popup_hide` callback for the global menus, m...
bruvzg
2023-10-04
1
-15
/
+158
|
/
*
Merge pull request #82423 from bruvzg/mac_ex_fs
Rémi Verschelde
2023-10-03
1
-1
/
+11
|
\
|
*
[macOS] Check all exclusive fullscreen windows before setting presentation mode.
bruvzg
2023-09-27
1
-1
/
+11
*
|
Merge pull request #82357 from bruvzg/mac_fix_bl
Rémi Verschelde
2023-10-03
1
-1
/
+3
|
\
\
|
*
|
[macOS] Fix borderless mode on macOS 13.6+.
bruvzg
2023-09-26
1
-1
/
+3
*
|
|
Merge pull request #80952 from bruvzg/nfdlg_refocus
Rémi Verschelde
2023-10-03
1
-0
/
+8
|
\
\
\
|
*
|
|
[Native File Dialogs] Refocus last focused window on close.
bruvzg
2023-08-24
1
-0
/
+8
[prev]
[next]