Commit graph

81056 commits

Author SHA1 Message Date
Manik Sharma
4dfbd909ac Fix current line highlight not extending into gutter
Fixes regression where current line highlight no longer extends
into the gutter area. The highlight now starts from 0 instead of
xmargin_beg, making it extend all the way to the left edge.

This restores the 4.5.1 behavior where the current line highlight
spans the entire line including the gutter area and left margin.
2026-02-02 16:33:56 +05:30
Rémi Verschelde
98782b6c8c
Merge pull request #115687 from warren/fix-keycap-emojis
[TextServer] Fix numeric keycap emoji sequence rendering
2026-01-31 22:56:49 +01:00
Rémi Verschelde
973e4d1576
Merge pull request #115672 from HolonProduction/lsp/kate2
LSP: Handle clients that do not support `CompletionContext`
2026-01-31 22:51:03 +01:00
Rémi Verschelde
6a3158be48
Merge pull request #115671 from HolonProduction/lsp/kate
LSP: Add `godot` to known language ids
2026-01-31 22:50:59 +01:00
Rémi Verschelde
d7e6f5e05f
Merge pull request #115644 from AThousandShips/fix_no_3d_again_again
[Buildsystem] Fix non-3D builds
2026-01-31 22:50:55 +01:00
Rémi Verschelde
429750f60b
Merge pull request #115093 from Ivorforce/hashmap-explicit-copy
Change copy constructors of `HashMap` and `AHashMap` from implicit to explicit
2026-01-31 22:50:51 +01:00
Rémi Verschelde
2db61bc397
Merge pull request #114732 from AR-DEV-1/auto-exposure-notification-update
Update the notification for Auto-exposure
2026-01-31 22:50:45 +01:00
Rémi Verschelde
0dec4ab393
Merge pull request #114519 from mxtherfxcker/fix/CamFocusTriggeredByDoubleClickingTreeButtons
Fix camera focus triggered by double-clicking Tree buttons
2026-01-31 22:50:39 +01:00
Rémi Verschelde
4b092831ba
Merge pull request #114185 from voylin/language_server_column_support
Add columns to Language Server for external editors
2026-01-31 22:50:32 +01:00
Rémi Verschelde
c9eb8499ca
Merge pull request #113096 from stillmant/enable-headlocking-and-individual-eye-rendering-for-composition-layers
Expose eye visibility controls for composition layers and set XrSpace based on parent type
2026-01-31 22:50:27 +01:00
Rémi Verschelde
a6efb02ebd
Merge pull request #112998 from thearchcoder/fix/hide-popup-on-wheel
Hide TreeItem edit popup on scroll.
2026-01-31 22:50:19 +01:00
Rémi Verschelde
6bb64f9ea6
Merge pull request #112368 from kitbdev/text-editors-one-menu
Use only one edit menu for TextEditors
2026-01-31 22:50:12 +01:00
TheArchCoder
cb78af7bc7
Hide TreeItem edit popup on scroll. 2026-01-31 22:34:33 +01:00
Warren Partridge
24d9448daf [TextServer] Fix keycap emoji sequence rendering 2026-01-31 10:41:50 -08:00
kit
ed687b84a3 Use only one edit menu for TextEditors 2026-01-31 11:31:33 -05:00
HolonProduction
9c72dafbe6 LSP: Add godot to known language ids 2026-01-31 15:39:35 +01:00
HolonProduction
0080d6f109 LSP: Handle clients that do not support CompletionContext 2026-01-31 13:40:51 +01:00
stillmant
77ecf91008 Expose XrSpace selection and eye visibility controls for composition layers 2026-01-30 21:32:17 -08:00
voylin
ea1cb8fe67 Add columns to Language Server 2026-01-31 06:22:08 +09:00
A Thousand Ships
2bd998afc3
[Buildsystem] Fix non-3D builds
Restructure of the debugger caused `Node` to be undeclared in non-3D
builds (normally declared in `resource.h`)
2026-01-30 18:42:05 +01:00
Thaddeus Crews
d48f9d45e2
Merge pull request #115450 from superherointj/fix-X509CertificateMbedTLS-error
Fix TLS handshake fail preventing AssetLib use with `builtin_certs=no`
2026-01-30 09:32:17 -06:00
Thaddeus Crews
031442d427
Merge pull request #115289 from ryevdokimov/navigation-update-shortcuts
Update editor shortcuts when changing 3D navigation scheme
2026-01-30 09:32:16 -06:00
Thaddeus Crews
e36d624a30
Merge pull request #115607 from Ivorforce/sunless-sky
Remove `sky.h` include from `environment.h`, to speed up compile time.
2026-01-30 09:32:14 -06:00
Thaddeus Crews
6d67a99925
Merge pull request #115606 from clayjohn/sky-border-fix
Ensure that uv border size is passed in to sky rendering functions
2026-01-30 09:32:13 -06:00
Thaddeus Crews
a6692abdb8
Merge pull request #115290 from ryevdokimov/zoom-preset
Register zoom shortcuts to match preset `Godot` navigation scheme
2026-01-30 09:32:12 -06:00
Thaddeus Crews
970565aafc
Merge pull request #115603 from dsnopek/openxr-frame-synthesis-dont-register-projection-views-unless-enabled
OpenXR: Don't add frame synthesis as projection views extension unless enabled
2026-01-30 09:32:11 -06:00
Thaddeus Crews
82580cf965
Merge pull request #115602 from dsnopek/openxr-user-presence-hide-singleton
Don't expose the `OpenXRUserPresenceExtension` singleton
2026-01-30 09:32:10 -06:00
Thaddeus Crews
5385a7ba38
Merge pull request #115504 from blueskythlikesclouds/d3d12-aniso-nearest-fix
Handle nearest filtering modes in D3D12 driver when anisotropy is enabled.
2026-01-30 09:32:09 -06:00
Thaddeus Crews
fbbb8a921b
Merge pull request #115309 from Ivorforce/localvector-explicit-copy
Change copy constructor of `LocalVector` from implicit to explicit
2026-01-30 09:32:07 -06:00
Thaddeus Crews
2d9b67e7bf
Merge pull request #115620 from bruvzg/gn_scale
[PopupMenu] Use parent `GraphEdit` scale for popups inside `GraphElement` instead of completely disabling it.
2026-01-30 09:32:06 -06:00
Thaddeus Crews
fd6e80d4e9
Merge pull request #105701 from ColinSORourke/DrawableTexture
Implement DrawableTextures
2026-01-30 09:32:05 -06:00
Thaddeus Crews
9005783e77
Merge pull request #115619 from bruvzg/maco_ime_p
[macOS] Hide input accessory popups when no text control selected.
2026-01-30 09:32:04 -06:00
Thaddeus Crews
e6ddb1035d
Merge pull request #115587 from KoBeWi/just_another_day_in_localization_department
Fix wrong tooltip translations in resource picker
2026-01-30 09:32:03 -06:00
Pāvels Nadtočajevs
f36366705e
[PopupMenu] Use parent GraphEdit scale for popups inside GraphElement instead of completely disabling it. 2026-01-30 10:05:46 +02:00
Pāvels Nadtočajevs
6b67059d94
[macOS] Hide input accessory popups when no text control selected. 2026-01-30 08:45:08 +02:00
Lukas Tenbrink
1d840aae3a Remove sky.h include from environment.h, to speed up compile time. 2026-01-30 00:05:55 +01:00
David Snopek
9c82d5d8fc OpenXR: Don't add frame synthethesis as projection views extension unless enabled 2026-01-29 16:20:52 -06:00
Clay John
b4b20e95ed Ensure that uv border size is passed in to sky rendering functions both when rendering the octmap and when rendering the sky as a background 2026-01-29 14:14:49 -08:00
David Snopek
9c11e25198 Don't expose the OpenXRUserPresenceExtension singleton 2026-01-29 15:00:37 -06:00
Thaddeus Crews
80a4af1cc7
Merge pull request #115551 from YeldhamDev/runtime_node_select_separation
Move `RuntimeNodeSelect` to its own files
2026-01-29 12:11:18 -06:00
Thaddeus Crews
0a1fd97da0
Merge pull request #115549 from Calinou/doc-upnp-update-example
Fix UPNP code sample using `OK` constant incorrectly
2026-01-29 12:11:17 -06:00
Thaddeus Crews
0f266c4f8e
Merge pull request #110523 from StamLord/pattern-guard-warning-fix
Pattern guard warning fix
2026-01-29 12:11:15 -06:00
Thaddeus Crews
563c22673b
Merge pull request #115577 from Ivorforce/even-less-includes
Remove a few includes of `curve.h`, `texture.h` and `resource_loader.h` + `resource_saver.h`
2026-01-29 12:11:13 -06:00
Thaddeus Crews
fd0499020b
Merge pull request #115576 from Giganzo/animation-track-icon-size
Fix icon size in AnimationPlayer tracks
2026-01-29 12:11:12 -06:00
Thaddeus Crews
9dff33d942
Merge pull request #115510 from Nintorch/fix-nvidia-shield
Fix Nvidia Shield controller showing up twice on macOS
2026-01-29 12:11:12 -06:00
Thaddeus Crews
2ba7af854d
Merge pull request #115574 from Chubercik/ufbx-0.21.2
ufbx: Update to 0.21.2
2026-01-29 12:11:10 -06:00
Thaddeus Crews
7ba375be00
Merge pull request #110933 from Kazox61/virtual-joystick
Add VirtualJoystick
2026-01-29 12:11:08 -06:00
Thaddeus Crews
b621b9ea5a
Merge pull request #115570 from Ivorforce/input-keyboard-noinclude
Do not include `input_enums.h` and `keyboard.h` from `variant.h` and `binder_common.h`
2026-01-29 12:11:07 -06:00
Thaddeus Crews
2725c636ca
Merge pull request #115569 from LanzaSchneider/fix-gdscript-compilation
Fix `script_language_extension.cpp` compilation with `deprecated=no`
2026-01-29 12:11:06 -06:00
Thaddeus Crews
869d83b040
Merge pull request #113199 from KoBeWi/redock
Replace DockSlot with DockTabContainer
2026-01-29 12:11:05 -06:00