summaryrefslogtreecommitdiffstats
path: root/scene/main/window.h
Commit message (Expand)AuthorAgeFilesLines
* Add the base scale factor to the Theme resourceYuri Sizov2021-10-041-0/+4
* Fix some unnecessary includesAaron Franke2021-08-131-2/+4
* Add `auto_translate` toggle for automatic translationMichael Alexsander2021-07-291-0/+6
* Add type variations to ThemeYuri Sizov2021-07-131-3/+4
* Add theme_custom_type property to Control and WindowYuri Sizov2021-05-171-13/+18
* Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Cleanup unused engine codeTomasz Chabora2020-12-091-2/+0
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+17
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Add override keywords.Marcel Admiraal2020-07-101-4/+4
* Fix content scale mode, closes #37941Juan Linietsky2020-07-021-2/+2
* Merge pull request #40020 from reduz/fix-tree-edit-focusRémi Verschelde2020-07-021-1/+0
|\
| * Fix doubleclick on tree item, restore input focus on previous windows.Juan Linietsky2020-07-011-1/+0
* | Add ability to clamp embedded subwindows to parent, fixes #37792Juan Linietsky2020-07-011-0/+4
|/
* Ensure embedded mode works againJuan Linietsky2020-07-011-0/+1
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-6/+5
* Fixes to X11, still pretty brokenJuan Linietsky2020-03-261-4/+4
* Reworked tooltips to use the popup system.Juan Linietsky2020-03-261-0/+1
* Popups have also been converted to windowsJuan Linietsky2020-03-261-4/+7
* Open sub-windows as embedded if the OS does not support themJuan Linietsky2020-03-261-10/+15
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-0/+18
* Working multiple window support, including editorJuan Linietsky2020-03-261-0/+51
* Support for transient windowsJuan Linietsky2020-03-261-2/+11
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-0/+10
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-0/+169