summaryrefslogtreecommitdiff
path: root/scene/main/window.h
AgeCommit message (Expand)Author
2023-02-09Fix Color PickingMarkus Sauermann
2023-02-07Merge pull request #62179 from Rindbee/fix-popup_center-off-centerRémi Verschelde
2023-02-07Use min_size/max_size to limit the window size and the position while popup c...Rindbee
2023-02-07Fix Viewport::get_mouse_position for SubViewportsMarkus Sauermann
2023-02-02Remove `Viewport::_get_input_pre_xform`Markus Sauermann
2023-01-31Merge pull request #59310 from Sauermann/proposal-event-transformRémi Verschelde
2023-01-27Merge pull request #71470 from YeldhamDev/window_fixesRémi Verschelde
2023-01-26Merge pull request #68627 from Sauermann/fix-tooltip-positionRémi Verschelde
2023-01-26Fix position of TooltipsMarkus Sauermann
2023-01-19Reorganize main and sub-window initial position properties.bruvzg
2023-01-18Fix some small bugs in the `Window` nodeMichael Alexsander
2023-01-16Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg
2023-01-11Automatically reparent editor progress dialog to avoid error spam.bruvzg
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-07Copy local theme overrides from Control to WindowYuri Sizov
2022-12-07Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg
2022-10-11Prevent `Popup`s it the edited scene tree from closing on focus loss. Hide ir...bruvzg
2022-10-01Calculate window input event transform only on window changeMarkus Sauermann
2022-09-18Update mouse cursor shape after changesMarkus Sauermann
2022-09-07Fix MOUSE_MODE_CAPTURED not working correctly with popupsMinusKube
2022-09-02Add ThemeOwner type for managing theme propagation and lookupYuri Sizov
2022-09-01Add dumb and manual theme caching systems to WindowYuri Sizov
2022-08-30Allow to change the Stop shortcut used at runtimekobewi
2022-08-29Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde
2022-08-27Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record
2022-08-26Merge pull request #64777 from bruvzg/extend_to_titleRémi Verschelde
2022-08-26[macOS] Extend editor contents to the window titlebar for better space usage.bruvzg
2022-08-26Merge pull request #64574 from Begah/fix_transient_window_wrap_mouseRémi Verschelde
2022-08-25Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record
2022-08-25Fix warp_mouse for transient windows, smoother mouse positioning when releasi...MathieuRoux
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-03-28Fix using Viewport::warp_mouse within ViewportsMarkus Sauermann
2022-03-10Revert "Update mouse cursor shape after changes"Markus Sauermann
2022-03-09Update mouse cursor shape after changesMarkus Sauermann
2022-02-25Improve popup window handling.bruvzg
2022-02-04[Windows] Add WS_BORDER flag to windows in WINDOW_MODE_FULLSCREEN mode to al...bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-17add 2d scale factor propertyAnsraer
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-10-04Add the base scale factor to the Theme resourceYuri Sizov
2021-08-13Fix some unnecessary includesAaron Franke
2021-07-29Add `auto_translate` toggle for automatic translationMichael Alexsander
2021-07-13Add type variations to ThemeYuri Sizov
2021-05-17Add theme_custom_type property to Control and WindowYuri Sizov
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Cleanup unused engine codeTomasz Chabora