summaryrefslogtreecommitdiffstats
path: root/scene/main/window.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Update deferred calls to use Callableskobewi2024-01-091-5/+2
* | | Merge pull request #84151 from YeldhamDev/that_was_not_a_resize_you_dunceRémi Verschelde2024-01-021-1/+4
|\ \ \ | |/ / |/| |
| * | Fix `NOTIFICATION_WM_SIZE_CHANGED` firing if the size hasn't changedMichael Alexsander2023-10-311-1/+4
* | | Merge pull request #85000 from bruvzg/ed_ui_directionYuri Sizov2023-12-191-3/+36
|\ \ \
| * | | [Editor] Add option to override editor UI layout direction.bruvzg2023-11-171-3/+36
| |/ /
* | | Merge pull request #81243 from Sauermann/fix-window-eventsYuri Sizov2023-12-191-1/+6
|\ \ \
| * | | Fix internal events not being delivered to some Window typesMarkus Sauermann2023-11-141-1/+6
| |/ /
* | | Limit window size updates on title translation change.bruvzg2023-12-061-1/+7
* | | Merge pull request #85312 from YuriSizov/window-and-the-case-of-an-unexpected...Rémi Verschelde2023-12-051-6/+4
|\ \ \
| * | | Make sure `Window`'s title is respected before we compute the sizeYuri Sizov2023-11-241-6/+4
| |/ /
* | | Limit window size updates on title change.bruvzg2023-11-301-1/+7
* | | Fix crash on late mouse enter/exit event arrival.bruvzg2023-11-271-0/+6
|/ /
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | [DisplayServer] Add method to estimate window title bar size.bruvzg2023-10-031-26/+44
* | Add more context to some `Window` errorsYuri Sizov2023-09-301-41/+31
* | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-1/+18
* | Register theme properties with ThemeDBYuri Sizov2023-09-111-0/+23
* | Introduce the concept of global theme contextsYuri Sizov2023-09-061-2/+11
* | Add EditorStringNames singletonkobewi2023-09-031-0/+6
* | Implement window center function.Jordyfel2023-08-261-0/+20
* | Merge pull request #80334 from Sauermann/fix-window-out-of-viewport-eventsRémi Verschelde2023-08-161-1/+37
|\ \
| * | Fix nodes receiving mouse events in black bars of `Window`Markus Sauermann2023-08-091-1/+37
* | | Merge pull request #75784 from Riteo/int-scaleRémi Verschelde2023-08-111-3/+43
|\ \ \ | |/ / |/| |
| * | Add content scale stretch modes, implement integer scalingRiteo2023-08-101-3/+43
* | | Merge pull request #80187 from Sauermann/fix-mouseover-error-handlingRémi Verschelde2023-08-081-3/+13
|\ \ \
| * | | Handle potential platform-specific `Window` mouse-enter/exit bugs gracefullyMarkus Sauermann2023-08-081-3/+13
* | | | Improve `Window._get_contents_minimum_size()`'s codeMichael Alexsander2023-08-031-3/+5
* | | | Expose `Window`'s `_get_contents_minimum_size()` to scriptingMichael Alexsander2023-08-021-1/+5
|/ / /
* | | Fix crash on Windows when closing `Window`Markus Sauermann2023-08-021-6/+0
* | | Refactor mouse_entered and mouse_exited notificationsMarkus Sauermann2023-08-011-3/+19
| |/ |/|
* | Unify and streamline connecting to Resource changeskobewi2023-07-171-17/+17
* | [Windows] Fix setting initial non-exclusive window mode.bruvzg2023-07-041-1/+1
* | Revert "Fix that the focus-out notification got sent deferred"Rémi Verschelde2023-06-231-9/+1
* | Fix missing enum value for `Window.initial_position`jeana helver2023-06-211-4/+6
* | Fix that the focus-out notification got sent deferredMarkus Sauermann2023-06-181-1/+9
* | [DisplayServer] Add method to check if native window is focused.bruvzg2023-06-161-1/+7
* | Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-3/+3
* | Merge pull request #77923 from Sauermann/fix-mouse-position-with-screen-trans...Rémi Verschelde2023-06-091-0/+8
|\ \
| * | Fix mouse position with screen transformMarkus Sauermann2023-06-091-0/+8
* | | Use initial position property for embedded windows to center on parent window.bruvzg2023-06-061-0/+6
|/ /
* | Create a virtual mouse move event after moving child nodesMarkus Sauermann2023-05-291-3/+6
* | Fix auto-reparenting logic in the `ProgressDialog`Yuri Sizov2023-05-291-2/+0
* | Expose get_window_id() from Window classArman Elgudzhyan2023-05-201-0/+2
* | Merge pull request #76025 from YuriSizov/editor-reparentable-windowsRémi Verschelde2023-05-161-7/+70
|\ \
| * | Expose dialog parent-and-popup logic to the APIYuri Sizov2023-05-151-7/+70
* | | Make more base nodes thread safeJuan Linietsky2023-05-151-0/+134
|/ /
* | Add multi window code and shader editorstrollodel2023-05-101-3/+5
* | Merge pull request #57894 from Sauermann/fix-subviewport-1Rémi Verschelde2023-05-091-4/+0
|\ \
| * | Move call of `push_unhandled_input` from `Window` to `Viewport`Markus Sauermann2023-03-171-4/+0
* | | Merge pull request #69318 from Sauermann/fix-refresh-gui-eventsRémi Verschelde2023-04-251-1/+3
|\ \ \