Enzo Novoselic
7b82c0fe01
Remove unnecessary class_db.h includes
2026-05-02 13:08:34 -04:00
HolonProduction
612475a680
GDScript: Track columns by raw string offsets
2026-04-26 21:32:46 +02:00
Thaddeus Crews
2aa39f0d74
Merge pull request #118413 from YeldhamDev/resource_popup_search
...
Add search bar for the resource and variant popups in the inspector
2026-04-21 16:46:05 -05:00
Enzo Novoselic
0fc0dd133b
Fix the credits not being centered
2026-04-17 21:54:58 -04:00
Kaleb Reid
f973e3e346
Remove p_ and add r_ prefixes to argument names
2026-04-15 13:47:15 -07:00
Rémi Verschelde
0fd8c2cf2f
Merge pull request #116308 from deralmas/wl/restore-workaround
...
Wayland: Re-enable window restore logic
2026-04-15 12:40:31 +02:00
kobewi
08e3358cdb
Improve Move/Duplicate dialog
2026-04-15 12:14:59 +02:00
Kevin Lam
8694faecd9
Revert "Fix EditorSpinSlider drag exceeding min/max boundaries"
...
This reverts commit 0d3b41480f .
2026-04-11 20:18:28 -05:00
Michael Alexsander
0592261cb8
Add search bar for the resource and variant popups in the inspector
2026-04-11 11:21:14 -03:00
Thaddeus Crews
e2bfe1af8e
Merge pull request #118273 from KoBeWi/make_flying
...
Fix floating dock rects from invisible docks
2026-04-10 10:32:24 -05:00
Thaddeus Crews
27799eb871
Merge pull request #117847 from Nolkaloid/keyword_icon
...
Add keyword code completion option
2026-04-09 17:41:09 -05:00
Thaddeus Crews
64f4eb51a9
Merge pull request #118204 from KJEUN99/fix-editor-spin-slider-clamp
...
Fix editor spin slider clamp
2026-04-09 17:41:05 -05:00
kobewi
e9a5429723
Fix floating dock rects from invisible docks
2026-04-08 20:07:30 +02:00
Nolkaloid
1d165e7ea9
Add keyword code completion option
2026-04-08 20:04:08 +02:00
Thaddeus Crews
92a41bc222
Merge pull request #118041 from olaron/fix-system-theme
...
Fix icons and code completion colors when following system theme
2026-04-08 09:25:18 -05:00
SHyun1999
0d3b41480f
Fix EditorSpinSlider drag exceeding min/max boundaries
2026-04-05 14:46:21 -06:00
Thaddeus Crews
102c6f5eee
Merge pull request #111518 from KoBeWi/noggle
...
Add type filters to create dialog
2026-04-01 12:55:11 -05:00
Thaddeus Crews
edd83fa534
Merge pull request #117742 from p-b-b/breakpoint-fix
...
Fix breakpoints resetting on external editor save
2026-04-01 12:55:09 -05:00
Thaddeus Crews
fa50d196c0
Merge pull request #117755 from Chaosus/fix_ttr
...
Fix few incorrect `TTR(vformat` sentences
2026-03-31 10:46:48 -05:00
kobewi
d62f1c8900
Add type filters to create dialog
2026-03-31 17:17:23 +02:00
Robin Alonzo
207caf2020
Fix icons and code completion colors when following system theme
2026-03-31 16:38:51 +02:00
Thaddeus Crews
a644e7ff38
Merge pull request #114861 from dalexeev/improve-editor-only-class-checking
...
Improve editor-only class checking
2026-03-30 13:35:14 -05:00
StarryWorm
4ae336740d
Add missing resource_*.h includes
...
Add missing `resource_importer.h` includes
Add missing `resource_loader.h` includes
Add missing `resource_saver.h` includes
2026-03-27 07:03:39 -04:00
Rémi Verschelde
623b859221
Merge pull request #112736 from MartinDelille/switch-quick
...
Switch Quick Open dialog quickly via shortcuts
2026-03-26 16:00:46 +01:00
Danil Alexeev
32d1f518fa
Improve editor-only class checking
2026-03-25 17:07:39 +03:00
Martin Delille
42cec5bb57
Switch Quick Open dialog quickly via shortcuts
2026-03-24 14:57:43 +01:00
Rémi Verschelde
bfc504a0cc
Merge pull request #117707 from KoBeWi/ring_of_progres
...
Add progress indicator for background template download
2026-03-23 22:36:07 +01:00
kit
94c2707a8b
Fix WindowWrapper leaking all key inputs to parent
2026-03-23 16:58:42 -04:00
Chaosus
e0a59c2b78
Fix few incorrect TTR(vformat sentences
2026-03-23 20:01:59 +03:00
kobewi
3c112db63a
Add progress indicator for background template download
2026-03-23 14:13:22 +01:00
Pedro Barroso de Brito
246ce46513
Fix breakpoints resetting on external editor save
2026-03-22 22:43:30 +00:00
Dery Almas
30f48fd540
Wayland: Re-enable window restore logic
...
It was disabled due to issues with HiDPI but it looks like we can work
around it by using the window scale.
2026-03-16 09:46:47 +01:00
Rémi Verschelde
005e054245
Remove unused includes in editor with clangd-tidy
...
Also includes the few changes flagged in `main`.
2026-03-15 20:47:05 +01:00
kobewi
42da4512c6
Reorganize Output dock
2026-03-11 12:14:19 +01:00
Thaddeus Crews
27ff328ef7
Merge pull request #114406 from KoBeWi/zaznacz
...
Improve generic quick open title
2026-03-06 12:40:21 -06:00
Rémi Verschelde
2dd1f4ef60
Decouple node.h from scene_tree.h, minimize its other includes
2026-03-05 13:54:46 +01:00
Rémi Verschelde
18edfa5245
Explicitly include scene_tree.h where used
...
Pre-requisite before removing `scene_tree.h` from `node.h`
which has cascading consequences on most of the codebase.
2026-03-05 10:43:25 +01:00
Thaddeus Crews
b8fc607ef4
Merge pull request #116992 from Giganzo/focus-close-find-replace-bar
...
Fix Script Editor loses focus on esc in Find/Replace bar
2026-03-04 11:20:45 -06:00
Thaddeus Crews
b83356283d
Merge pull request #116981 from Giganzo/replace-button
...
Fix replace button doesn't highlight next occurrence
2026-03-04 11:20:44 -06:00
Thaddeus Crews
85b9dfb500
Merge pull request #116977 from Giganzo/replace-line-edit
...
Fix replace bar requiring pressing enter twice
2026-03-04 11:20:43 -06:00
Thaddeus Crews
db25be3646
Merge pull request #116585 from jinyangcruise/fix_symbol_jump
...
Fix symbol jump history navigation issue.
2026-03-04 11:20:33 -06:00
Thaddeus Crews
371282b28e
Merge pull request #92984 from adamscott/reveal-me
...
Customize the file manager label for each platform
2026-03-04 11:20:31 -06:00
Rémi Verschelde
eabb9a63d4
Rename callable_method_pointer.h to callable_mp.h and include it explicitly
...
This allows removing it from `class_db.h`, significantly reducing the amount of files
that include it transitively.
Also includes some include cleanup in `control.h` and `rich_text_label.h` done while
ensure they don't depend on `callable_mp`.
2026-03-04 16:23:23 +01:00
Rémi Verschelde
f332faf46b
Explicitly include core/os/os.h where used
2026-03-04 09:54:10 +01:00
Rémi Verschelde
8c0f175c94
Decouple RenderingServer from as much of the codebase as possible
...
Notably decouples it from:
- AccessibilityServer
- DisplayServer
- Viewport
- Window
2026-03-03 12:48:07 +01:00
Rémi Verschelde
a447ac95ec
Move DisplayServer enums and typedefs to DisplayServerEnums
...
This will allow decoupling `display_server.h` from a number of headers in the
codebase which only require those enums and not all the DisplayServer API.
2026-03-03 12:44:02 +01:00
Giganzo
195e3e8574
Fix Script Editor loses focus on esc in Find/Replace bar
2026-03-03 00:43:23 +01:00
Giganzo
475579835c
Fix replace button highlight next occurrence
2026-03-02 22:19:22 +01:00
Giganzo
a243469e67
Fix replace bar requiring pressing enter twice
2026-03-02 21:24:35 +01:00
Adam Scott
f441172719
Customize the file manager for each platform
2026-03-02 09:42:13 -05:00