summaryrefslogtreecommitdiffstats
path: root/scene/main/viewport.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add missing `RenderInfoType` enum to `Viewport`A Thousand Ships2024-03-231-0/+1
| |/
* / Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-4/+2
|/
* Organize 2D audio, camera, and physics in ViewportAaron Franke2024-03-101-149/+149
* Merge pull request #88992 from Sauermann/fix-window-mouse-notificationRémi Verschelde2024-02-291-3/+0
|\
| * Fix mouse entered notificationsMarkus Sauermann2024-02-291-3/+0
* | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-1/+1
|/
* Split monolithic physics class filessmix82024-02-271-2/+2
* Add all Viewport.debug_draw enum options to dropdownstoofin2024-02-231-1/+1
* Fix some additional errors with 3D disabledA Thousand Ships2024-02-231-1/+1
* Fix global position for `InputEventMouse` in `viewport::push_input`Markus Sauermann2024-02-181-0/+7
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-3/+3
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+0
* Avoid unqualified-id "near" and "far" in Node3DEditor/ViewportSilc Lizard (Tokage) Renew2024-02-131-2/+2
* Merge pull request #87164 from 0x0ACB/camera_fixRémi Verschelde2024-02-121-1/+1
|\
| * Rename camera near and far private members to avoid conflict with Windows.h d...ACB2024-01-151-1/+1
* | Merge pull request #75688 from mnemoli/pickoneRémi Verschelde2024-02-121-0/+14
|\ \
| * | Add Viewport setting for picking only first-encountered CanvasItem physics ob...mnemoli2024-01-111-0/+14
* | | Update Node::get_configuration_warnings signatureRedMser2024-02-081-3/+3
* | | Remove unused Variable `Viewport::gui_input_group`Markus Sauermann2024-01-261-1/+0
* | | Merge pull request #87385 from Sauermann/fix-subviewport-physics-pickingYuri Sizov2024-01-251-0/+8
|\ \ \
| * | | Fix SubViewport physics pickingMarkus Sauermann2024-01-191-0/+8
| | |/ | |/|
* | | Merge pull request #77730 from Jummit/fix-subviewport-1Yuri Sizov2024-01-221-0/+10
|\ \ \ | |/ / |/| |
| * | Fix push_input only working the first timeJummit2023-12-021-0/+10
* | | Update deferred calls to use Callableskobewi2024-01-091-5/+3
* | | Merge pull request #86220 from Sauermann/fix-embed-subwindowRémi Verschelde2024-01-031-1/+60
|\ \ \
| * | | Fix changing `gui_embed_subwindows` while a child window is displayedMarkus Sauermann2024-01-031-1/+60
* | | | Fix D&D viewport position calculationMarkus Sauermann2023-12-251-1/+1
* | | | Expose a method to get hovered Control in ViewportClaire Blackshaw2023-12-181-0/+6
|/ / /
* | | fix crash on hiding grandparent on mouse exitkit2023-12-021-1/+26
* | | Fix crash when hiding a Control during mouse-enteringMarkus Sauermann2023-11-231-1/+3
* | | Make mouse-enter/exit notifications match mouse event propagationkit2023-11-091-12/+151
* | | Revert "Add a Disable 2D property to Viewport"clayjohn2023-10-271-15/+0
* | | Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-1/+1
|\ \ \
| * | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | | | Add a Disable 2D property to ViewportHugo Locurcio2023-10-071-0/+15
|/ / /
* | | Fix tooltips behaving incorrectly on `Tree` nodesMichael Alexsander2023-09-281-13/+13
* | | Check if input marked handled before processing additional CollisionObjectsMarcel Admiraal2023-09-261-0/+3
* | | Add FidelityFX Super Resolution 2.2 (FSR 2.2.1) support.Dario2023-09-251-1/+3
| |/ |/|
* | Merge pull request #81669 from kleonc/gui-tooltip-transparent-backgroundYuri Sizov2023-09-151-0/+3
|\ \
| * | Enable transparent background for GUI tooltipskleonc2023-09-141-0/+3
* | | Bind remaining theme properties to their respective classesYuri Sizov2023-09-131-19/+19
|/ /
* | Merge pull request #81006 from KurtBliss/Chance-of-crash-when-Control-overrid...Rémi Verschelde2023-08-281-2/+19
|\ \
| * | Fixed, chance of crash when Control overrides mouse input on Area2DKurtBliss2023-08-251-2/+19
* | | Merge pull request #80780 from HolonProduction/sub-window-focus-crashRémi Verschelde2023-08-211-0/+5
|\ \ \
| * | | Fix crash when hiding subwindow during popup of new subwindowHolonProduction2023-08-201-0/+5
| |/ /
* | | Merge pull request #79201 from Rindbee/fix-setup-state-not-clearedRémi Verschelde2023-08-171-6/+11
|\ \ \
| * | | Clear the previously set state when configuring for a new scene root nodeRindbee2023-08-081-6/+11
| |/ /
* | | Allow to get a list of visible embedded `Window`sMichael Alexsander2023-08-161-0/+11
* | | Fix nodes receiving mouse events in black bars of `Window`Markus Sauermann2023-08-091-2/+2
|/ /
* | Merge pull request #80364 from Calinou/control-escape-dismiss-tooltipsRémi Verschelde2023-08-081-0/+12
|\ \