bruvzg
|
8cd08f8b6f
|
[macOS] Improve maximized and non-resizable modes handling.
|
2022-11-30 11:34:40 +02:00 |
|
bruvzg
|
aaf4d7dfe1
|
[macOS] Fix sub-windows opening in fullscreen.
|
2022-11-28 14:11:21 +02:00 |
|
bruvzg
|
c2b061dec3
|
[macOS] Dynamically attach and detach transient windows to allow them to stay on top of parent and can be moved to another screen.
|
2022-11-21 10:11:14 +02:00 |
|
clayjohn
|
58a9cfee80
|
Set vsync on window creation when using GLES3.
Add vsync to Windows platform
|
2022-11-15 14:14:21 -08:00 |
|
bruvzg
|
964d8b2d00
|
[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.
|
2022-11-14 07:57:22 +02:00 |
|
David Snopek
|
4c8409c0fe
|
Added missing null checks for gl_manager in MacOS and Windows display servers
|
2022-11-13 07:06:26 -06:00 |
|
Markus Sauermann
|
52d75c9b35
|
Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change
coauthor: @bruvzg
On linuxbsd and macOS the WINDOW_EVENT_MOUSE_ENTER was not sent,
when the mouse became visible again after a mouse_mode-change.
|
2022-11-11 07:52:16 +01:00 |
|
David Snopek
|
23603e409c
|
Add support for OpenGL to OpenXR
|
2022-11-08 18:47:11 -06:00 |
|
Rémi Verschelde
|
5947f22be9
|
Merge pull request #67578 from KoBeWi/GEDITOR
Unify usage of GLOBAL/EDITOR_GET
|
2022-10-31 13:15:58 +01:00 |
|
Wei Guo
|
d7e39e313b
|
Make window creation with custom position do not flash
|
2022-10-24 13:50:25 +08:00 |
|
clayjohn
|
c4ba1565d0
|
Update the DisplayServer video driver error message
to be more accurate and friendly
|
2022-10-18 10:15:11 -07:00 |
|
kobewi
|
e48c5daddf
|
Unify usage of GLOBAL/EDITOR_GET
|
2022-10-18 19:01:48 +02:00 |
|
bruvzg
|
73430f292b
|
[macOS] Fix window button position and title bar size when editor scale do not match OS UI scale.
|
2022-10-10 10:32:41 +03:00 |
|
bruvzg
|
bfbbe9c1d0
|
[macOS] Fix ⌘ + . + other modifier triggering twice.
|
2022-10-03 20:44:50 +03:00 |
|
bruvzg
|
b66931946b
|
[macOS] Process menu callback after event processing step to avoid event queue corruption.
|
2022-09-24 23:57:24 +03:00 |
|
bruvzg
|
0dab11afa4
|
[macOS extend-to-title] Add scene/project name to the editor title, fix incorrect window button position/order when system primary language is RTL.
|
2022-09-22 23:09:56 +03:00 |
|
Rémi Verschelde
|
0b06f8b0bd
|
Merge pull request #65816 from bruvzg/proj_settings_missing_flags
Add missing initial window flags and window mode to the project settings.
|
2022-09-21 18:56:31 +02:00 |
|
bruvzg
|
cdfa50dbe9
|
[macOS] Improve "extended to title" transition to / from fullscreen.
|
2022-09-21 11:21:48 +03:00 |
|
bruvzg
|
0ed4cc6287
|
[macOS] Add an option to align window buttons in "extend to title" mode.
|
2022-09-20 12:55:59 +03:00 |
|
bruvzg
|
d104a4cdbd
|
Add missing initial window flags and window mode to the project settings.
|
2022-09-19 12:30:10 +03:00 |
|
Rémi Verschelde
|
d79040e7eb
|
Merge pull request #65496 from MinusKube/popup-capture-mouse-bug
Fix MOUSE_MODE_CAPTURED not working correctly with popups
|
2022-09-16 09:23:40 +02:00 |
|
bruvzg
|
89c68bb22d
|
[macOS] Remove tabs for "Quit" menu item.
|
2022-09-15 22:27:27 +03:00 |
|
bruvzg
|
d46bc8f4ac
|
[macOS, 4.0] Fix unresponsive redraw during live resizing.
|
2022-09-14 09:59:00 +03:00 |
|
MinusKube
|
06b86fad0d
|
Fix MOUSE_MODE_CAPTURED not working correctly with popups
|
2022-09-07 19:31:57 +02:00 |
|
Rémi Verschelde
|
f81a4b2478
|
Merge pull request #65026 from bruvzg/dark_mode
|
2022-09-02 13:54:46 +02:00 |
|
bruvzg
|
b85a4c5d79
|
[macOS] Handle accelerator and click events of the global menu items separately.
|
2022-09-01 08:13:56 +03:00 |
|
bruvzg
|
629ae58a80
|
Add support for system dark mode and accent color detection (macOS and Windows). Add support for dark mode title bar on Windows.
|
2022-08-31 11:37:01 +03:00 |
|
bruvzg
|
bc4ba6cb78
|
[macOS] Extend editor contents to the window titlebar for better space usage.
|
2022-08-26 15:12:43 +03:00 |
|
kobewi
|
8be27dc59e
|
Replace Array return types with TypedArray
|
2022-08-22 22:42:36 +02:00 |
|
bruvzg
|
8c56a7416b
|
Implement MenuBar control to wrap PopupMenu s or native menu, use native menu for editor.
|
2022-08-18 22:25:44 +03:00 |
|
RedMser
|
c939f336d6
|
Only define keep_screen_on project setting once
|
2022-08-06 22:10:24 +02:00 |
|
bruvzg
|
944779a132
|
Implement screen_is_kept_on for macOS.
|
2022-08-05 13:14:13 +03:00 |
|
bruvzg
|
2f9be29c73
|
Implement screen_set_keep_on for macOS
|
2022-08-04 10:38:26 +03:00 |
|
Juan Linietsky
|
d4433ae6d3
|
Remove Signal connect binds
Remove the optional argument p_binds from `Object::connect` since it was deprecated by Callable.bind().
Changed all uses of it to Callable.bind()
|
2022-07-29 16:26:13 +02:00 |
|
bruvzg
|
8823eae328
|
Rename OSX to macOS and iPhoneOS to iOS.
|
2022-07-21 09:37:52 +03:00 |
|