summaryrefslogtreecommitdiffstats
path: root/scene/main/window.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+1
|\
| * Fix missing native file dialog title translation.Pāvels Nadtočajevs2024-11-141-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-2/+8
|\|
| * Merge pull request #97005 from Repiteo/core/window-corner-styleThaddeus Crews2024-10-211-0/+1
| |\
| | * Core: Add `DisplayServer` flag for sharp cornersThaddeus Crews2024-10-181-0/+1
| * | Add System Locale layout direction for Control and WindowHaoyu Qiu2024-10-171-2/+7
| |/
* / Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Enable Drag and Drop for SubViewports and WindowsMarkus Sauermann2024-09-151-1/+1
* StringName: Fix empty hashrune-scape2024-09-091-4/+0
* Fix Window position preview in the editor.bruvzg2024-05-291-0/+2
* [Window] Allow to override viewport and project settings and force use of nat...bruvzg2024-03-041-0/+4
* Merge pull request #84906 from /fix-some-defvalsRémi Verschelde2024-02-231-0/+4
|\
| * Fix some DEFVALs to use the right typeRaul Santos2024-02-231-0/+4
* | Revert "Fix `NOTIFICATION_WM_SIZE_CHANGED` firing if the size hasn't changed"Michael Alexsander2024-02-211-1/+0
|/
* Make auto translation inheritableMichael Alexsander2024-02-151-6/+6
* Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-151-0/+4
|\
| * Implement a transient_to_focused modeJuan Linietsky2024-01-141-0/+4
* | Add deprecation notice to a duplicate method of class `Window`Jakub Marcowski2024-01-121-0/+2
* | Merge pull request #84151 from YeldhamDev/that_was_not_a_resize_you_dunceRémi Verschelde2024-01-021-0/+1
|\ \ | |/ |/|
| * Fix `NOTIFICATION_WM_SIZE_CHANGED` firing if the size hasn't changedMichael Alexsander2023-10-311-0/+1
* | Merge pull request #85000 from bruvzg/ed_ui_directionYuri Sizov2023-12-191-0/+4
|\ \
| * | [Editor] Add option to override editor UI layout direction.bruvzg2023-11-171-0/+4
| |/
* / Fix internal events not being delivered to some Window typesMarkus Sauermann2023-11-141-0/+1
|/
* [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-0/+5
* Merge pull request #82590 from YuriSizov/window-you-come-to-me-on-this-day-th...Rémi Verschelde2023-10-021-2/+4
|\
| * Add more context to some `Window` errorsYuri Sizov2023-09-301-2/+4
* | [FileDialog] Make set_visible compatible with native dialogs.bruvzg2023-09-301-1/+1
|/
* Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-3/+23
* Register theme properties with ThemeDBYuri Sizov2023-09-111-0/+1
* Introduce the concept of global theme contextsYuri Sizov2023-09-061-0/+3
* Add EditorStringNames singletonkobewi2023-09-031-0/+3
* Implement window center function.Jordyfel2023-08-261-0/+1
* Merge pull request #80334 from Sauermann/fix-window-out-of-viewport-eventsRémi Verschelde2023-08-161-0/+4
|\
| * Fix nodes receiving mouse events in black bars of `Window`Markus Sauermann2023-08-091-0/+4
* | Merge pull request #75784 from Riteo/int-scaleRémi Verschelde2023-08-111-0/+10
|\ \ | |/ |/|
| * Add content scale stretch modes, implement integer scalingRiteo2023-08-101-0/+10
* | Expose `Window`'s `_get_contents_minimum_size()` to scriptingMichael Alexsander2023-08-021-1/+4
* | Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-011-0/+1
* | [macOS] Implement optional native file selection dialog support for sandboxed...bruvzg2023-07-121-1/+1
* | Fix missing enum value for `Window.initial_position`jeana helver2023-06-211-0/+2
* | Fix mouse position with screen transformMarkus Sauermann2023-06-091-0/+1
* | Create a virtual mouse move event after moving child nodesMarkus Sauermann2023-05-291-1/+1
* | Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-2/+14
* | Add project manager / editor initial screen settings, implement DisplayServer...bruvzg2023-04-191-0/+2
|/
* Add a warning when trying to access theme items too earlyYuri Sizov2023-04-031-0/+1
* Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-0/+1
* Fix Color PickingMarkus Sauermann2023-02-091-1/+1