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
/
doc
/
classes
/
DisplayServer.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #71022 from Sauermann/fix-captured-position-doc
Rémi Verschelde
2023-01-10
1
-1
/
+1
|
\
|
*
Fix doc for position of captured mouse
Markus Sauermann
2023-01-10
1
-1
/
+1
*
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-1
/
+1
*
|
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-07
1
-0
/
+16
|
/
*
Merge pull request #69712 from bruvzg/real_size
Rémi Verschelde
2022-12-07
1
-4
/
+11
|
\
|
*
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
1
-4
/
+11
*
|
Merge pull request #69707 from bruvzg/x11_exfs
Rémi Verschelde
2022-12-07
1
-6
/
+9
|
\
\
|
*
|
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and...
bruvzg
2022-12-07
1
-6
/
+9
|
|
/
*
/
Fix Determining Window for Touchscreen
Markus Sauermann
2022-12-07
1
-7
/
+6
|
/
*
Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 rend...
David Snopek
2022-12-04
1
-0
/
+1
*
[macOS] Add exclusive fullscreen mode with Dock and Menu disabled.
bruvzg
2022-11-14
1
-2
/
+3
*
Add support for OpenGL to OpenXR
David Snopek
2022-11-08
1
-0
/
+8
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-3
/
+3
*
[DisplayServer] Hide internal window creation/deletion methods and expose som...
bruvzg
2022-10-31
1
-25
/
+15
*
Document the DisplayServer class
Hugo Locurcio
2022-10-27
1
-41
/
+180
*
[macOS] Fix window button position and title bar size when editor scale do no...
bruvzg
2022-10-10
1
-2
/
+2
*
[Docs] Synchronize and update Window and Display Server documentation.
bruvzg
2022-10-05
1
-13
/
+32
*
[macOS extend-to-title] Add scene/project name to the editor title, fix incor...
bruvzg
2022-09-22
1
-0
/
+2
*
Merge pull request #65816 from bruvzg/proj_settings_missing_flags
Rémi Verschelde
2022-09-21
1
-1
/
+3
|
\
|
*
Add missing initial window flags and window mode to the project settings.
bruvzg
2022-09-19
1
-1
/
+3
*
|
[macOS] Add an option to align window buttons in "extend to title" mode.
bruvzg
2022-09-20
1
-0
/
+9
|
/
*
Add support for system dark mode (Linux)
Raul Santos
2022-09-02
1
-2
/
+2
*
Merge pull request #65026 from bruvzg/dark_mode
Rémi Verschelde
2022-09-02
1
-0
/
+21
|
\
|
*
Add support for system dark mode and accent color detection (macOS and Window...
bruvzg
2022-08-31
1
-0
/
+21
*
|
[macOS] Handle accelerator and click events of the global menu items separately.
bruvzg
2022-09-01
1
-22
/
+48
|
/
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-12
/
+12
*
[macOS] Extend editor contents to the window titlebar for better space usage.
bruvzg
2022-08-26
1
-3
/
+31
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native m...
bruvzg
2022-08-18
1
-19
/
+48
*
Improve the `make_rst.py` parser for BBCode tags
Yuri Sizov
2022-08-15
1
-1
/
+1
*
[doc] Use "param" instead of "code" to refer to parameters (7)
Andy Maloney
2022-08-12
1
-61
/
+61
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-244
/
+244
*
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
1
-3
/
+28
*
Improve error message when the requested V-Sync mode cannot be used
Hugo Locurcio
2022-08-04
1
-2
/
+2
*
Fix screen_get_usable_rect returning display safe area
Marcel Admiraal
2022-05-02
1
-1
/
+7
*
Merge pull request #60551 from madmiraal/implement-3466
Rémi Verschelde
2022-05-02
1
-0
/
+7
|
\
|
*
Add a method for obtaining display cutouts on Android
Marcel Admiraal
2022-04-26
1
-0
/
+7
*
|
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
1
-0
/
+102
|
/
*
Fix typos with codespell
Rémi Verschelde
2022-03-31
1
-1
/
+1
*
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-27
1
-7
/
+7
*
[macOS] Add missing global menu features.
bruvzg
2022-03-22
1
-4
/
+325
*
Improve popup window handling.
bruvzg
2022-02-25
1
-1
/
+30
*
Fix default value for DisplayServer::virtual_keyboard_show Rect2 parameter
Pierre-Thomas Meisels
2022-02-18
1
-1
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Merge pull request #56953 from bruvzg/ex_wnd
Rémi Verschelde
2022-02-12
1
-0
/
+10
|
\
|
*
Add exclusive window handling to DisplayServer (on macOS and Windows).
bruvzg
2022-02-12
1
-0
/
+10
*
|
Change SCREEN_GET_REFRESH_RATE_FALLBACK to -1.0
jordi
2022-02-11
1
-2
/
+8
|
/
*
Merge pull request #57341 from bruvzg/win_multiwin_fs
Rémi Verschelde
2022-02-04
1
-0
/
+5
|
\
|
*
[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...
bruvzg
2022-02-04
1
-0
/
+5
*
|
Merge pull request #57335 from jordigcs/display-refresh-rate
Rémi Verschelde
2022-02-04
1
-0
/
+8
|
\
\
|
|
/
|
/
|
[next]