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
/
scene
/
main
/
window.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #57894 from Sauermann/fix-subviewport-1
Rémi Verschelde
2023-05-09
1
-4
/
+0
|
\
|
*
Move call of `push_unhandled_input` from `Window` to `Viewport`
Markus Sauermann
2023-03-17
1
-4
/
+0
*
|
Merge pull request #69318 from Sauermann/fix-refresh-gui-events
Rémi Verschelde
2023-04-25
1
-1
/
+3
|
\
\
|
*
|
Fix scene reload crash caused by mouse cursor update
Markus Sauermann
2023-02-10
1
-1
/
+3
*
|
|
Add project manager / editor initial screen settings, implement DisplayServer...
bruvzg
2023-04-19
1
-1
/
+8
*
|
|
Add a warning when trying to access theme items too early
Yuri Sizov
2023-04-03
1
-0
/
+50
*
|
|
Do not clamp non-embedded window size to embedder
RedworkDE
2023-03-29
1
-1
/
+1
*
|
|
Merge pull request #75141 from rcorre/rrc/dialog-pos
Yuri Sizov
2023-03-28
1
-0
/
+27
|
\
\
\
|
*
|
|
Apply clamp_to_embedder on parent resize and popup.
Ryan Roden-Corrent
2023-03-27
1
-0
/
+27
*
|
|
|
More i18n improvements
Haoyu Qiu
2023-03-27
1
-7
/
+7
*
|
|
|
Fix auto-translations in editor
kobewi
2023-03-22
1
-1
/
+8
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #73716 from bruvzg/improve_locale_selection
Rémi Verschelde
2023-03-06
1
-8
/
+25
|
\
\
\
|
*
|
|
Improve layout direction/locale automatic selection.
bruvzg
2023-02-22
1
-8
/
+25
|
|
/
/
*
/
/
Automatically reparent editor message dialogs to avoid error spam.
bruvzg
2023-02-21
1
-2
/
+5
|
/
/
*
|
Merge pull request #72764 from Sauermann/fix-color-picking
Rémi Verschelde
2023-02-17
1
-14
/
+14
|
\
\
|
*
|
Fix Color Picking
Markus Sauermann
2023-02-09
1
-14
/
+14
*
|
|
Clear Window before blitting Viewport in gl_compatibility renderer
clayjohn
2023-02-14
1
-5
/
+1
*
|
|
Some fixes for initial window position and size
Thomas ten Cate
2023-02-14
1
-0
/
+1
*
|
|
Cleanup Window callbacks before destroying in to avoid callback calls with in...
bruvzg
2023-02-13
1
-0
/
+6
*
|
|
Calling popup_center* with the default size will use the current size
Rindbee
2023-02-11
1
-2
/
+8
|
|
/
|
/
|
*
|
Fix that `popup_centered` didn't take the window's size into consideration
Markus Sauermann
2023-02-09
1
-1
/
+1
|
/
*
Merge pull request #62179 from Rindbee/fix-popup_center-off-center
Rémi Verschelde
2023-02-07
1
-38
/
+62
|
\
|
*
Use min_size/max_size to limit the window size and the position while popup c...
Rindbee
2023-02-07
1
-38
/
+62
*
|
Fix Viewport::get_mouse_position for SubViewports
Markus Sauermann
2023-02-07
1
-2
/
+4
|
/
*
Fix mouse/drag/touch InputEvents having no device id
Markus Sauermann
2023-02-06
1
-0
/
+1
*
Remove `Viewport::_get_input_pre_xform`
Markus Sauermann
2023-02-02
1
-2
/
+6
*
Simplify Viewport::_set_size
Markus Sauermann
2023-02-02
1
-1
/
+1
*
Fix stretch transform when resizing SubViewports
Markus Sauermann
2023-02-01
1
-8
/
+1
*
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-0
/
+1
*
Fix MSVC shadow local warning
Rémi Verschelde
2023-01-31
1
-5
/
+5
*
Merge pull request #59310 from Sauermann/proposal-event-transform
Rémi Verschelde
2023-01-31
1
-0
/
+8
|
\
|
*
Calculate window input event transform only on window change
Markus Sauermann
2022-10-01
1
-0
/
+8
*
|
Merge pull request #71470 from YeldhamDev/window_fixes
Rémi Verschelde
2023-01-27
1
-24
/
+44
|
\
\
|
*
|
Fix some small bugs in the `Window` node
Michael Alexsander
2023-01-18
1
-24
/
+44
*
|
|
Merge pull request #68627 from Sauermann/fix-tooltip-position
Rémi Verschelde
2023-01-26
1
-0
/
+13
|
\
\
\
|
*
|
|
Fix position of Tooltips
Markus Sauermann
2023-01-26
1
-0
/
+13
*
|
|
|
Reorganize main and sub-window initial position properties.
bruvzg
2023-01-19
1
-9
/
+11
|
|
/
/
|
/
|
|
*
|
|
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...
bruvzg
2023-01-16
1
-0
/
+20
*
|
|
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-07
1
-2
/
+38
*
|
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
|
Improve `window_set_current_screen` and fix secondary window initial mode and...
bruvzg
2022-12-29
1
-2
/
+1
*
|
|
Copy local theme overrides from Control to Window
Yuri Sizov
2022-12-07
1
-31
/
+491
*
|
|
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-12-07
1
-3
/
+11
*
|
|
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
|
/
/
*
|
Merge pull request #64710 from MinusKube/window-size-crash
Clay John
2022-10-27
1
-0
/
+17
|
\
\
|
*
|
Prevent windows from having a size greater than device limit
MinusKube
2022-09-04
1
-0
/
+17
*
|
|
Merge pull request #67232 from bruvzg/popup_edit
Rémi Verschelde
2022-10-12
1
-39
/
+20
|
\
\
\
|
*
|
|
Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide ir...
bruvzg
2022-10-11
1
-39
/
+20
*
|
|
|
Set window size after setting new limits
Nikola Bunjevac
2022-10-11
1
-1
/
+1
|
/
/
/
*
|
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-12
/
+12
[next]