bruvzg
|
34b34b104c
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose `window_set_mouse_passthrough` to `Window`.
|
1 year ago |
Pedro J. Estébanez
|
d0e37cd04c
Add framework for avoidance of color flash in new windows
|
1 year ago |
Juan Linietsky
|
2b815df3c1
Use BitField<> in core type masks
|
1 year ago |
bruvzg
|
2718a7b7d3
Add support for the custom initial screen for the main window, fix primary screen detection.
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
1 year ago |
bruvzg
|
f7955633de
Improve `window_set_current_screen` and fix secondary window initial mode and positions.
|
1 year ago |
Rémi Verschelde
|
0a3f66471e
Merge pull request #69712 from bruvzg/real_size
|
1 year ago |
bruvzg
|
edf13eb5a6
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `window_get_position_with_decorations`.
|
2 years ago |
Markus Sauermann
|
e18107a57c
Fix Determining Window for Touchscreen
|
2 years ago |
David Snopek
|
23603e409c
Add support for OpenGL to OpenXR
|
2 years ago |
Wei Guo
|
d7e39e313b
Make window creation with custom position do not flash
|
2 years ago |
bruvzg
|
73430f292b
[macOS] Fix window button position and title bar size when editor scale do not match OS UI scale.
|
2 years ago |
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.
|
2 years ago |
bruvzg
|
0ed4cc6287
[macOS] Add an option to align window buttons in "extend to title" mode.
|
2 years ago |
Rémi Verschelde
|
f81a4b2478
Merge pull request #65026 from bruvzg/dark_mode
|
2 years ago |
bruvzg
|
b85a4c5d79
[macOS] Handle accelerator and click events of the global menu items separately.
|
2 years ago |
bruvzg
|
629ae58a80
Add support for system dark mode and accent color detection (macOS and Windows). Add support for dark mode title bar on Windows.
|
2 years ago |
bruvzg
|
bc4ba6cb78
[macOS] Extend editor contents to the window titlebar for better space usage.
|
2 years ago |
kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
2 years ago |
bruvzg
|
8c56a7416b
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native menu for editor.
|
2 years ago |
Brian Semrau
|
103c0fa6e6
Add support for multiple virtual keyboard types
|
2 years ago |
Rémi Verschelde
|
297241f368
Merge pull request #60714 from Calinou/typedef-remove-ref
|
2 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
2 years ago |
Marcel Admiraal
|
97e87a2daf
Fix screen_get_usable_rect returning display safe area
|
2 years ago |
Rémi Verschelde
|
bc7ccc909b
Merge pull request #60551 from madmiraal/implement-3466
|
2 years ago |
bruvzg
|
6ab672d1ef
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows.
|
3 years ago |
Marcel Admiraal
|
71ce5857ec
Add a method for obtaining display cutouts on Android
|
2 years ago |
Markus Sauermann
|
0494e024d8
Rename warp mouse functions to warp_mouse
|
2 years ago |
bruvzg
|
595995a5a7
[macOS] Add missing global menu features.
|
2 years ago |
bruvzg
|
74ff5921d6
Improve popup window handling.
|
2 years ago |