summaryrefslogtreecommitdiff
path: root/scene/main/window.h
AgeCommit message (Expand)Author
2023-01-19Reorganize main and sub-window initial position properties.bruvzg
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-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
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-07-10Add override keywords.Marcel Admiraal
2020-07-02Fix content scale mode, closes #37941Juan Linietsky
2020-07-02Merge pull request #40020 from reduz/fix-tree-edit-focusRémi Verschelde
2020-07-01Add ability to clamp embedded subwindows to parent, fixes #37792Juan Linietsky
2020-07-01Fix doubleclick on tree item, restore input focus on previous windows.Juan Linietsky
2020-07-01Ensure embedded mode works againJuan Linietsky
2020-03-31doc: Sync classref with DisplayServer/Window changesRémi Verschelde
2020-03-26Fixes to X11, still pretty brokenJuan Linietsky
2020-03-26Reworked tooltips to use the popup system.Juan Linietsky