summaryrefslogtreecommitdiffstats
path: root/doc/classes/Window.xml
Commit message (Expand)AuthorAgeFilesLines
* Implement window center function.Jordyfel2023-08-261-0/+6
* Merge pull request #75784 from Riteo/int-scaleRémi Verschelde2023-08-111-0/+9
|\
| * Add content scale stretch modes, implement integer scalingRiteo2023-08-101-0/+9
* | Expose `Window`'s `_get_contents_minimum_size()` to scriptingMichael Alexsander2023-08-021-0/+7
* | Merge pull request #79293 from ItsNL/add-accept-dialog-close-on-unfocusedRémi Verschelde2023-08-021-1/+0
|\ \
| * | Check FLAG_POPUP to close an AcceptDialog when parent is focusedNL2023-07-191-1/+0
* | | Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-011-2/+2
* | | Add a default theme for unfocused WindowsMarkus Sauermann2023-07-121-0/+3
|/ /
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* | Fix documentation of `popup_centered_ratio`Markus Sauermann2023-06-231-1/+2
* | Merge pull request #77577 from YeldhamDev/improve_window_docsYuri Sizov2023-05-291-7/+17
|\ \
| * | Improve `Window` documentationMichael Alexsander2023-05-291-7/+17
* | | Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+2
|/ /
* | Expose get_window_id() from Window classArman Elgudzhyan2023-05-201-0/+6
* | Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-0/+54
* | Merge pull request #76664 from Xenoparrot/simple-typosMax Hilbrunner2023-05-061-1/+1
|\ \
| * | Fixed various typos across the docsUltraBIF2023-05-021-1/+1
* | | Some clarifications on screen-space coordinateskobewi2023-05-031-0/+1
|/ /
* | Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-8/+4
* | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-3/+9
* | Fix various typos in the classrefHaoyu Qiu2023-04-181-1/+1
|/
* Fix typo in Window class.pcamp2023-03-121-1/+1
* Fix various typos in the classrefHaoyu Qiu2023-03-091-1/+1
* Merge pull request #74130 from iamjustkoi/patch-1Rémi Verschelde2023-03-021-1/+1
|\
| * Fix small mistake in Window.xmlJustKoi2023-02-281-1/+1
* | Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
|/
* Calling popup_center* with the default size will use the current sizeRindbee2023-02-111-0/+2
* Remove some unused signalsRémi Verschelde2023-01-311-0/+6
* Reorganize main and sub-window initial position properties.bruvzg2023-01-191-1/+9
* Fix typo and add missing docs for WINDOW_FLAG_MOUSE_PASSTHROUGH.bruvzg2023-01-161-0/+1
* Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ...bruvzg2023-01-161-1/+36
* Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-071-1/+7
* Copy local theme overrides from Control to WindowYuri Sizov2022-12-071-24/+186
* Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-071-1/+7
* Fix typo minimize button -> maximize buttonHei2022-10-301-1/+1
* Add documentation for viewport's input handlingRedMser2022-10-051-1/+1
* [Docs] Synchronize and update Window and Display Server documentation.bruvzg2022-10-051-19/+22
* [macOS extend-to-title] Add scene/project name to the editor title, fix incor...bruvzg2022-09-221-0/+5
* Add missing initial window flags and window mode to the project settings.bruvzg2022-09-191-1/+2
* [macOS] Extend editor contents to the window titlebar for better space usage.bruvzg2022-08-261-1/+7
* Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record2022-08-251-1/+8
* [doc] Use "param" instead of "code" to refer to parametersAndy Maloney2022-08-091-16/+16
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-39/+39
* Fix some bugs with `Window`sMichael Alexsander2022-08-051-1/+3
* Document most of the Window's memberskobewi2022-06-221-16/+104
* Rename theme properties to include underscoresFireForge2022-04-231-2/+2
* Improvements to files_dropped signalkobewi2022-04-111-0/+9
* Remove files_dropped signal from SceneTreeIgor Kordiukiewicz2022-02-281-0/+1
* Improve popup window handling.bruvzg2022-02-251-1/+5