summaryrefslogtreecommitdiffstats
path: root/scene/main/window.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix update mouse cursor state wrong mouse positionkit2024-07-311-1/+1
* Pass window exclusive and transient properties for subwindow creationAlvin Wong2024-07-251-11/+1
* [Window] Ignore duplicate mouse enter events.bruvzg2024-06-121-0/+3
* [Window] Fix mouse hover state of the main window when mouse enter event was ...bruvzg2024-06-101-0/+4
* Fix excessive canvas items updates.bruvzg2024-06-051-5/+3
* Force canvas item update on oversampling change.bruvzg2024-06-031-3/+8
* Update editor `Window` preview position when resizing window.bruvzg2024-05-311-0/+1
* Merge pull request #92317 from bruvzg/emb_decorationsRémi Verschelde2024-05-301-0/+20
|\
| * Fix `get_position_with_decorations` and `get_size_with_decorations` for embed...bruvzg2024-05-241-0/+20
* | Fix Window position preview in the editor.bruvzg2024-05-291-2/+33
|/
* Use Core/Scene stringnames consistentlykobewi2024-05-131-3/+2
* Add shorthand for using singleton string nameskobewi2024-05-111-6/+6
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-2/+2
* Merge pull request #90268 from RandomShaper/wtp_serversRémi Verschelde2024-04-151-0/+1
|\
| * Polish interaction between windowing, input and renderingPedro J. Estébanez2024-04-101-0/+1
* | Fix Window.hide() crash when force_native changedaaronp642024-04-131-2/+2
|/
* Prohibit execution of delayed input events by different meansMarkus Sauermann2024-03-271-3/+3
* Merge pull request #89673 from bruvzg/f_na_edRémi Verschelde2024-03-251-2/+2
|\
| * Do not apply "force_native" to the edited scene windows.bruvzg2024-03-191-2/+2
* | Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-5/+3
|/
* [Window] Allow to override viewport and project settings and force use of nat...bruvzg2024-03-041-0/+22
* Merge pull request #84906 from /fix-some-defvalsRémi Verschelde2024-02-231-12/+13
|\
| * Fix some DEFVALs to use the right typeRaul Santos2024-02-231-12/+13
* | Revert "Fix `NOTIFICATION_WM_SIZE_CHANGED` firing if the size hasn't changed"Michael Alexsander2024-02-211-4/+1
|/
* Merge pull request #79617 from sepTN/add-screensize-check-popupRémi Verschelde2024-02-191-1/+4
|\
| * Add screen size check on `popup`Septian2024-02-191-1/+4
* | Make auto translation inheritableMichael Alexsander2024-02-151-21/+11
* | Automatically set viewport background to transparent when window flag is set.bruvzg2024-02-021-1/+7
* | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-13/+13
* | Merge pull request #86446 from reduz/transient-to-focusedRémi Verschelde2024-01-151-12/+50
|\ \
| * | Implement a transient_to_focused modeJuan Linietsky2024-01-141-12/+50
* | | Add deprecation notice to a duplicate method of class `Window`Jakub Marcowski2024-01-121-7/+6
* | | 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