summaryrefslogtreecommitdiffstats
path: root/doc/classes/Window.xml
Commit message (Expand)AuthorAgeFilesLines
* Document expected coordinates in `PopupMenu.popup()`Hugo Locurcio2024-08-051-2/+5
* Fix `get_position_with_decorations` and `get_size_with_decorations` for embed...bruvzg2024-05-241-0/+2
* [Window] Allow to override viewport and project settings and force use of nat...bruvzg2024-03-041-0/+3
* Merge pull request #88920 from AThousandShips/group_doc_fixRémi Verschelde2024-02-291-1/+1
|\
| * [Doc] Fix some incorrect uses of "children"A Thousand Ships2024-02-291-1/+1
* | Use black for font outlines by default instead of whiteHugo Locurcio2024-02-281-1/+1
|/
* Fix some DEFVALs to use the right typeRaul Santos2024-02-231-12/+12
* Update many Deprecated/Experimental descriptions for consistencyMicky2024-02-171-1/+1
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-2/+1
* Automatically set viewport background to transparent when window flag is set.bruvzg2024-02-021-1/+1
* Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-151-0/+3
|\
| * Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+3
* | Add deprecation notice to a duplicate method of class `Window`Jakub Marcowski2024-01-121-1/+2
|/
* Merge pull request #82179 from bruvzg/mode_docsRémi Verschelde2023-10-031-5/+11
|\
| * [Docs] Update and sync Window and DisplayServer window mode descriptions.bruvzg2023-10-021-5/+11
* | [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+3
|/
* 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