index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
window.cpp
Age
Commit message (
Expand
)
Author
2023-03-27
More i18n improvements
Haoyu Qiu
2023-03-27
Improve layout direction/locale automatic selection.
bruvzg
2023-03-13
Automatically reparent editor message dialogs to avoid error spam.
bruvzg
2023-02-17
Merge pull request #72764 from Sauermann/fix-color-picking
Rémi Verschelde
2023-02-14
Clear Window before blitting Viewport in gl_compatibility renderer
clayjohn
2023-02-14
Some fixes for initial window position and size
Thomas ten Cate
2023-02-13
Cleanup Window callbacks before destroying in to avoid callback calls with in...
bruvzg
2023-02-11
Calling popup_center* with the default size will use the current size
Rindbee
2023-02-09
Fix that `popup_centered` didn't take the window's size into consideration
Markus Sauermann
2023-02-09
Fix Color Picking
Markus Sauermann
2023-02-07
Merge pull request #62179 from Rindbee/fix-popup_center-off-center
Rémi Verschelde
2023-02-07
Use min_size/max_size to limit the window size and the position while popup c...
Rindbee
2023-02-07
Fix Viewport::get_mouse_position for SubViewports
Markus Sauermann
2023-02-06
Fix mouse/drag/touch InputEvents having no device id
Markus Sauermann
2023-02-02
Remove `Viewport::_get_input_pre_xform`
Markus Sauermann
2023-02-02
Simplify Viewport::_set_size
Markus Sauermann
2023-02-01
Fix stretch transform when resizing SubViewports
Markus Sauermann
2023-01-31
Remove some unused signals
Rémi Verschelde
2023-01-31
Fix MSVC shadow local warning
Rémi Verschelde
2023-01-31
Merge pull request #59310 from Sauermann/proposal-event-transform
Rémi Verschelde
2023-01-27
Merge pull request #71470 from YeldhamDev/window_fixes
Rémi Verschelde
2023-01-26
Merge pull request #68627 from Sauermann/fix-tooltip-position
Rémi Verschelde
2023-01-26
Fix position of Tooltips
Markus Sauermann
2023-01-19
Reorganize main and sub-window initial position properties.
bruvzg
2023-01-18
Fix some small bugs in the `Window` node
Michael Alexsander
2023-01-16
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...
bruvzg
2023-01-07
Add support for the custom initial screen for the main window, fix primary sc...
bruvzg
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
Improve `window_set_current_screen` and fix secondary window initial mode and...
bruvzg
2022-12-07
Copy local theme overrides from Control to Window
Yuri Sizov
2022-12-07
Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...
bruvzg
2022-11-14
Remove redundant Variant-types initializations
Markus Sauermann
2022-10-27
Merge pull request #64710 from MinusKube/window-size-crash
Clay John
2022-10-12
Merge pull request #67232 from bruvzg/popup_edit
Rémi Verschelde
2022-10-11
Set window size after setting new limits
Nikola Bunjevac
2022-10-11
Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide ir...
bruvzg
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-03
Fix invalid popup position for embedded popups
Cykyrios
2022-10-01
Calculate window input event transform only on window change
Markus Sauermann
2022-09-28
Merge pull request #58995 from Sauermann/fix-mouse-cursor-change-2
Rémi Verschelde
2022-09-26
Force window position if spawned outside screen
kobewi
2022-09-22
[macOS extend-to-title] Add scene/project name to the editor title, fix incor...
bruvzg
2022-09-18
Update mouse cursor shape after changes
Markus Sauermann
2022-09-16
Merge pull request #65496 from MinusKube/popup-capture-mouse-bug
Rémi Verschelde
2022-09-09
Use embedding viewport instead of parent viewport to determine popup rect
MinusKube
2022-09-07
Fix MOUSE_MODE_CAPTURED not working correctly with popups
MinusKube
2022-09-04
Prevent windows from having a size greater than device limit
MinusKube
2022-09-03
Un-defer the initial theme changed notification in Window
Yuri Sizov
2022-09-02
Un-defer the initial theme changed notification
Yuri Sizov
2022-09-02
Add ThemeOwner type for managing theme propagation and lookup
Yuri Sizov
[next]