summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #56992 from YeldhamDev/smarter_popmenu_focusRémi Verschelde2022-02-034-19/+49
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make popup menus focus items automatically when not using the mouseMichael Alexsander2022-01-254-19/+49
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #57565 from jmb462/split_offsetRémi Verschelde2022-02-032-6/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Save script editor's function list split offset with the editor layoutjmb4622022-02-022-6/+12
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #56365 from aaronfranke/default-shape-sizeRémi Verschelde2022-02-0315-28/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Improve the default size for 3D shapes (Box, Capsule, and Cylinder)Aaron Franke2022-02-0115-28/+28
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57589 from bruvzg/rtl_autowrapRémi Verschelde2022-02-033-1/+67
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add auto-wrap mode property to the RichTextLabel, set default auto-wrap mode ↵bruvzg2022-02-033-1/+67
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to AUTOWRAP_WORD_SMART to match 3.x behavior.
* | | | | | | | | | | | | | | Merge pull request #57102 from akien-mga/libwebp-1.2.2Rémi Verschelde2022-02-0328-139/+225
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | libwebp: Sync with upstream 1.2.2Rémi Verschelde2022-02-0228-139/+225
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: https://chromium.googlesource.com/webm/libwebp/+/1.2.2/NEWS
* | | | | | | | | | | | | | | Merge pull request #57577 from bruvzg/mac_export_trRémi Verschelde2022-02-031-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [macOS] Add empty translation files to the exported app bundle, to allow ↵bruvzg2022-02-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | translation detection by the OS.
* | | | | | | | | | | | | | | | Merge pull request #57579 from Chaosus/shader_better_for_loopRémi Verschelde2022-02-033-53/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Allow multiple declarations in for loop in a shaderYuri Roubinsky2022-02-033-53/+95
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #57581 from groud/remove_get_fowus_ownerRémi Verschelde2022-02-0313-26/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove get_focus_owner() from Control, replaced by ↵Gilles Roudière2022-02-0313-26/+12
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_viewport()->gui_get_focus_owner()
* | | | | | | | | | | | | | | Merge pull request #57350 from NeilKleistGao/masterRémi Verschelde2022-02-032-2/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add warning for Windows export when rcedit is not configuredNeilKleistGao2022-02-032-2/+47
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57517 from groud/viewport_expose_gui_focusRémi Verschelde2022-02-034-20/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Exposes gui_release_focus and gui_get_focus_owner to ViewportGilles Roudière2022-02-014-20/+35
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #57575 from timothyqiu/doc-stream-peer-bufferRémi Verschelde2022-02-031-0/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add documentation for StreamPeerBufferHaoyu Qiu2022-02-031-0/+10
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #57570 from Faless/net/4.x_http_client_req_noblockRémi Verschelde2022-02-032-12/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | [Net] Non-blocking request in HTTPClientTCP.Fabio Alessandrelli2022-02-032-12/+31
| |/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPClientJavaScript already supports non-blocking requests.
* | | | | | | | | | | | | | | | Merge pull request #57568 from TechnicalSoup/TechnicalSoup-patch-1Max Hilbrunner2022-02-031-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | Expand description for warp_mouse_position method
| * | | | | | | | | | | | | | | Expand description for warp_mouse_position methodTechnicalSoup2022-02-031-1/+2
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add more detail to the description for the warp_mouse_position method, clarifying that the vector is in screen coordinates and relative to an origin at the top of the game window.
* | | | | | | | | | | | | | | Merge pull request #57547 from ↵Rémi Verschelde2022-02-023-42/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | akien-mga/editorhelp-tooltip-set-fit_content_height
| * | | | | | | | | | | | | | | EditorHelpBit: Fix content height fit and RTL theme propagationRémi Verschelde2022-02-023-42/+52
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts #51619 and fixes the issue properly, as well as enabling `fit_content_height` which is necessary following #57304. Fixes #57174. Also adds a placeholder for property and signal tooltips with no description, factoring the code while at it. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
* | | | | | | | | | | | | | | Merge pull request #57203 from bruvzg/ios_export_fixRémi Verschelde2022-02-022-4/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [iOS] Fix iOS export with manually specified signing/provisioning data.bruvzg2022-01-252-4/+31
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57563 from bruvzg/hb331Rémi Verschelde2022-02-0279-1119/+1706
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | HarfBuzz: Update to version 3.3.1bruvzg2022-02-0279-1119/+1706
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57494 from Geometror/project-and-editor-settings-fixesRémi Verschelde2022-02-028-53/+102
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Minor fixes/refactoring of project and editor setting dialogsHendrik Brucker2022-02-018-53/+102
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #57504 from Chaosus/vs_vector2Yuri Roubinsky2022-02-0225-665/+1975
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add support for 2D vector type to visual shadersYuri Roubinsky2022-02-0225-665/+1975
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #56771 from mhilbrunner/unacceptableFabio Alessandrelli2022-02-026-53/+72
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Verify custom HTTP headers, fix off by one error
| * | | | | | | | | | | | | | Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-275-3/+25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | HTTP comment cleanupMax Hilbrunner2022-01-273-51/+48
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57540 from mhilbrunner/docs-object-setMax Hilbrunner2022-02-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DOCS: Object.set() does nothing on type mismatch
| * | | | | | | | | | | | | | | DOCS: Object.set() does nothing on type mismatchMax Hilbrunner2022-02-021-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57531 from Calinou/doc-area-overlapsMax Hilbrunner2022-02-022-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | Clarify Area2D/Area3D `overlaps_area()`/`overlaps_body()` documentation
| * | | | | | | | | | | | | | Clarify Area2D/Area3D `overlaps_area()`/`overlaps_body()` documentationHugo Locurcio2022-02-012-6/+6
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #57524 from Sauermann/fix-display-grid-fadeoutRémi Verschelde2022-02-021-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix TileMap Display Grid fadeoutMarkus Sauermann2022-02-011-6/+6
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #57511 from bruvzg/ts_font_changeRémi Verschelde2022-02-0222-485/+699
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | Improve performance of the font change.
| * | | | | | | | | | | | | | [TextServer] Add function to change font, font size, and OpenType features ↵bruvzg2022-02-0222-485/+699
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without invalidating line break points, justification points, or recreating shaped text buffer.
* | | | | | | | | | | | | | Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usageRémi Verschelde2022-02-021-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Increase RemoteDebuggerPeerTCP poll to 6.9msWill Whitty2022-02-011-1/+2
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix high CPU usage on MacOS by reverting the polling for Network debugging to match 144hz refresh rate.
* | | | | | | | | | | | | | Merge pull request #57537 from noidexe/fix-theora-video-playbackRémi Verschelde2022-02-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \