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
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+1
|
\
|
*
[DisplayServer] Add feature flag for native file dialog access to `user/res` ...
Anish Mishra
2024-10-30
1
-0
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-29
/
+33
|
\
|
|
*
Fix fallbacks to OpenGL
Summersay415
2024-10-28
1
-29
/
+33
*
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
\
|
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge pull request #97771 from dsnopek/openxr-linux-egl
Thaddeus Crews
2024-10-25
1
-0
/
+12
|
|
\
|
|
*
OpenXR: Add support for Wayland on Linux
David Snopek
2024-10-04
1
-0
/
+12
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
/
*
/
Fix window_set_current_screen for maximized windows.
bruvzg
2024-10-03
1
-0
/
+10
|
/
*
Added fallback_to_opengl3
SheepYhangCN
2024-09-20
1
-2
/
+10
*
Update rendering driver name on fallbacks. Fix rendering driver/method in the...
bruvzg
2024-09-01
1
-0
/
+1
*
Enable fallback from ANGLE to native and improve ANGLE error messages.
bruvzg
2024-08-25
1
-1
/
+5
*
Add Metal support for macOS (arm64) and iOS
Stuart Carnie
2024-08-20
1
-2
/
+18
*
macOS/iOS: Fix various warnings when targeting newer SDKs
Stuart Carnie
2024-08-20
1
-1
/
+1
*
Pass window exclusive and transient properties for subwindow creation
Alvin Wong
2024-07-25
1
-1
/
+7
*
[NativeMenu] Do not auto toggle check/multi-state items. Add `is_native_menu`...
bruvzg
2024-07-08
1
-16
/
+0
*
Merge pull request #92843 from anniryynanen/tooltip-in-popup
Rémi Verschelde
2024-06-10
1
-1
/
+4
|
\
|
*
Stop color picker tooltip from stealing input events
Anni Ryynänen
2024-06-06
1
-1
/
+4
*
|
Merge pull request #92826 from bruvzg/nat_icon_checks
Rémi Verschelde
2024-06-07
1
-66
/
+8
|
\
\
|
*
|
Improve native menu and status indicator icons conversion and checks.
bruvzg
2024-06-06
1
-66
/
+8
|
|
/
*
|
Merge pull request #92702 from kleonc/cursor_image_from_atlas_texture_fix
Rémi Verschelde
2024-06-07
1
-9
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix creating cursor image from AtlasTexture
kleonc
2024-06-05
1
-9
/
+3
*
|
Use current mouse button state instead of saved values.
bruvzg
2024-05-31
1
-4
/
+18
|
/
*
Merge pull request #89033 from bruvzg/doc_end_err
Rémi Verschelde
2024-05-28
1
-1
/
+6
|
\
|
*
[DisplayServer] Add error messages and descriptions to callbacks.
bruvzg
2024-05-28
1
-1
/
+6
*
|
[macOS, X11] Fix duplicate close requests.
bruvzg
2024-05-28
1
-1
/
+4
|
/
*
Fix build with `vuklan=no` and `d3d12=no` after #91505.
bruvzg
2024-05-25
1
-0
/
+2
*
[DisplayServer] Add method to check if window transparency is supported and e...
bruvzg
2024-05-23
1
-0
/
+7
*
Properly set window class in Wayland
Paulo Poiati
2024-05-22
1
-3
/
+3
*
DisplayServer: Avoid deadlocks while issuing input events and recursive main ...
Pedro J. Estébanez
2024-05-08
1
-4
/
+4
*
[StatusIndicator] Add method to get indicator icon screen rect.
bruvzg
2024-05-02
1
-0
/
+24
*
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-1
/
+1
*
Merge pull request #89588 from bruvzg/status_ind_menu_direct
Rémi Verschelde
2024-05-01
1
-13
/
+34
|
\
|
*
[StatusIndicator] Switch API to use Texture2D instead of Image, improve handl...
bruvzg
2024-03-20
1
-13
/
+34
*
|
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-6
/
+6
*
|
Polish interaction between windowing, input and rendering
Pedro J. Estébanez
2024-04-10
1
-5
/
+13
*
|
Merge pull request #90131 from rodrigodias4/fix86495
Rémi Verschelde
2024-04-04
1
-3
/
+12
|
\
\
|
*
|
Fix MacOS menu bar & dock stop appearing after closing sub-window
Rodrigo Dias
2024-04-01
1
-3
/
+12
*
|
|
Fix issue with moving maximized window in macOS
Jiali Qiu
2024-04-01
1
-1
/
+1
|
/
/
*
|
Merge pull request #89953 from bruvzg/macos_menu_shortcuts
Rémi Verschelde
2024-03-28
1
-0
/
+4
|
\
\
|
*
|
[macOS] Fix non-global native menu shortcuts.
bruvzg
2024-03-27
1
-0
/
+4
*
|
|
[DisplayServer] Add separate feature flags for different native dialog types.
bruvzg
2024-03-26
1
-0
/
+2
|
/
/
*
/
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-6
/
+3
|
/
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-1
/
+1
*
Move `global_menu_*` methods to a separate `NativeMenu` class.
bruvzg
2024-03-04
1
-1245
/
+34
*
Merge pull request #88987 from bruvzg/macos_12_depr_warn
Rémi Verschelde
2024-02-29
1
-1
/
+1
|
\
|
*
[macOS] Fix some deprecation warnings.
bruvzg
2024-02-28
1
-1
/
+1
*
|
Merge pull request #88970 from KoBeWi/ImageCursor2D
Rémi Verschelde
2024-02-29
1
-34
/
+4
|
\
\
[next]