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
/
Window.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement window center function.
Jordyfel
2023-08-26
1
-0
/
+6
*
Merge pull request #75784 from Riteo/int-scale
Rémi Verschelde
2023-08-11
1
-0
/
+9
|
\
|
*
Add content scale stretch modes, implement integer scaling
Riteo
2023-08-10
1
-0
/
+9
*
|
Expose `Window`'s `_get_contents_minimum_size()` to scripting
Michael Alexsander
2023-08-02
1
-0
/
+7
*
|
Merge pull request #79293 from ItsNL/add-accept-dialog-close-on-unfocused
Rémi Verschelde
2023-08-02
1
-1
/
+0
|
\
\
|
*
|
Check FLAG_POPUP to close an AcceptDialog when parent is focused
NL
2023-07-19
1
-1
/
+0
*
|
|
Refactor mouse_entered and mouse_exited notifications
Markus Sauermann
2023-08-01
1
-2
/
+2
*
|
|
Add a default theme for unfocused Windows
Markus Sauermann
2023-07-12
1
-0
/
+3
|
/
/
*
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
|
Fix documentation of `popup_centered_ratio`
Markus Sauermann
2023-06-23
1
-1
/
+2
*
|
Merge pull request #77577 from YeldhamDev/improve_window_docs
Yuri Sizov
2023-05-29
1
-7
/
+17
|
\
\
|
*
|
Improve `Window` documentation
Michael Alexsander
2023-05-29
1
-7
/
+17
*
|
|
Overhaul the top sections of the class reference (GUI classes)
VolTer
2023-05-28
1
-2
/
+2
|
/
/
*
|
Expose get_window_id() from Window class
Arman Elgudzhyan
2023-05-20
1
-0
/
+6
*
|
Expose dialog parent-and-popup logic to the API
Yuri Sizov
2023-05-15
1
-0
/
+54
*
|
Merge pull request #76664 from Xenoparrot/simple-typos
Max Hilbrunner
2023-05-06
1
-1
/
+1
|
\
\
|
*
|
Fixed various typos across the docs
UltraBIF
2023-05-02
1
-1
/
+1
*
|
|
Some clarifications on screen-space coordinates
kobewi
2023-05-03
1
-0
/
+1
|
/
/
*
|
Validate code tags in documentation for potential params
Yuri Sizov
2023-04-26
1
-8
/
+4
*
|
Add project manager / editor initial screen settings, implement DisplayServer...
bruvzg
2023-04-19
1
-3
/
+9
*
|
Fix various typos in the classref
Haoyu Qiu
2023-04-18
1
-1
/
+1
|
/
*
Fix typo in Window class.
pcamp
2023-03-12
1
-1
/
+1
*
Fix various typos in the classref
Haoyu Qiu
2023-03-09
1
-1
/
+1
*
Merge pull request #74130 from iamjustkoi/patch-1
Rémi Verschelde
2023-03-02
1
-1
/
+1
|
\
|
*
Fix small mistake in Window.xml
JustKoi
2023-02-28
1
-1
/
+1
*
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
|
/
*
Calling popup_center* with the default size will use the current size
Rindbee
2023-02-11
1
-0
/
+2
*
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-0
/
+6
*
Reorganize main and sub-window initial position properties.
bruvzg
2023-01-19
1
-1
/
+9
*
Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.
bruvzg
2023-01-16
1
-0
/
+1
*
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...
bruvzg
2023-01-16
1
-1
/
+36
*
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-07
1
-1
/
+7
*
Copy local theme overrides from Control to Window
Yuri Sizov
2022-12-07
1
-24
/
+186
*
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
1
-1
/
+7
*
Fix typo minimize button -> maximize button
Hei
2022-10-30
1
-1
/
+1
*
Add documentation for viewport's input handling
RedMser
2022-10-05
1
-1
/
+1
*
[Docs] Synchronize and update Window and Display Server documentation.
bruvzg
2022-10-05
1
-19
/
+22
*
[macOS extend-to-title] Add scene/project name to the editor title, fix incor...
bruvzg
2022-09-22
1
-0
/
+5
*
Add missing initial window flags and window mode to the project settings.
bruvzg
2022-09-19
1
-1
/
+2
*
[macOS] Extend editor contents to the window titlebar for better space usage.
bruvzg
2022-08-26
1
-1
/
+7
*
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
Aaron Record
2022-08-25
1
-1
/
+8
*
[doc] Use "param" instead of "code" to refer to parameters
Andy Maloney
2022-08-09
1
-16
/
+16
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-39
/
+39
*
Fix some bugs with `Window`s
Michael Alexsander
2022-08-05
1
-1
/
+3
*
Document most of the Window's members
kobewi
2022-06-22
1
-16
/
+104
*
Rename theme properties to include underscores
FireForge
2022-04-23
1
-2
/
+2
*
Improvements to files_dropped signal
kobewi
2022-04-11
1
-0
/
+9
*
Remove files_dropped signal from SceneTree
Igor Kordiukiewicz
2022-02-28
1
-0
/
+1
*
Improve popup window handling.
bruvzg
2022-02-25
1
-1
/
+5
[next]