Rémi Verschelde
|
15b8185c68
Don't use TTR/RTR for ERR/WARN prints
|
1 year ago |
bruvzg
|
173b84127b
[Windows] Add some AMD GPUs to the OpenGL blocklist.
|
1 year ago |
jitspoe
|
7918e2b6d9
Fix bug where maximized->fullscreen->windowed mode stays maximized.
|
1 year ago |
bruvzg
|
b52826bf55
Add error messages to the native menu and file dialogs callback.
|
1 year ago |
kobewi
|
09b30be86d
Add vararg call() method to C++ Callable
|
2 years ago |
bruvzg
|
43e4708dff
[Native File Dialogs] Improve filter list handling, add selected filter to the callback.
|
2 years ago |
Rémi Verschelde
|
30bc077756
Merge pull request #82364 from bruvzg/angle_lists_and_defaults
|
1 year ago |
Rémi Verschelde
|
31dbbc2c5a
Merge pull request #80952 from bruvzg/nfdlg_refocus
|
1 year ago |
bruvzg
|
ac3fc2a8a1
[ANGLE] Add fallback control options and defaults.
|
1 year ago |
bruvzg
|
72e2e47059
[DisplayServer] Add method to estimate window title bar size.
|
2 years ago |
A Thousand Ships
|
517e9f8aef
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 years ago |
Rémi Verschelde
|
cc0a02c75c
Merge pull request #82031 from bruvzg/borderless_fs
|
2 years ago |
bruvzg
|
1887a9df19
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching.
|
3 years ago |
bruvzg
|
b826cd5acd
[Windows] Use clear color for non exclusive fullscreen border, fix maximize for borderless window switching to exclusive fs.
|
2 years ago |
A Thousand Ships
|
3565d1bf7e
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 years ago |
bruvzg
|
2e1f48ff6e
[Native File Dialogs] Refocus last focused window on close.
|
2 years ago |
Rémi Verschelde
|
048a164083
Merge pull request #79693 from bruvzg/com_ath
|
2 years ago |
bruvzg
|
e26a6c36c8
Fix native popups auto-closing when interacting with non-client area.
|
2 years ago |
bruvzg
|
b240b5be84
[Windows] Do not force redraw window background on mouse pass-through region change.
|
2 years ago |
Markus Sauermann
|
8c1ce404d7
Fix crash on Windows when closing `Window`
|
2 years ago |
Yuri Sizov
|
0c2399d6ec
Merge pull request #63826 from deakcor/dev_clipboard
|
2 years ago |
Yuri Sizov
|
c8e191b7f4
Merge pull request #79724 from Repiteo/gcc-windows-fixes
|
2 years ago |
Yuri Sizov
|
88c1e0d528
Merge pull request #79350 from kleonc/screen_to_pixel_byte_to_float_conversion_fix
|
2 years ago |
Thaddeus Crews
|
d848c95748
Fix gcc builds failing on windows
|
2 years ago |
bruvzg
|
4bfb820d32
[Windows] Initialize COM as apartment-threaded.
|
2 years ago |
Yuri Sizov
|
0c2144da90
Remove excessive include that breaks compilation on Windows
|
2 years ago |
bruvzg
|
d3ca91ad6a
[Windows] Implement native file selection dialog support.
|
2 years ago |
Vincent D
|
c13e3a9fb0
add clipboard get image methods for windows and macos
|
3 years ago |
Hendrik Brucker
|
7e21eb7e00
Extract and reorganize texture resource classes
|
2 years ago |
kleonc
|
9d45dd812f
Fix byte to float color conversion in DisplayServerWindows::screen_get_pixel
|
2 years ago |