Thaddeus Crews
08558acb36
Merge pull request #119710 from passivestar/follow-system-theme-fix
...
Don't use system color as godot base color when Follow System Theme is active
2026-05-25 11:19:06 -05:00
passivestar
f6e252e48a
Don't use system color as godot base color when Follow System Theme is active
2026-05-24 18:34:37 +04:00
Michael Alexsander
f8a88578f5
Improve the look of the asset rating indicator
2026-05-21 12:47:42 -03:00
Michael Alexsander
0a8101a25d
Show "Verified" badge for verified asset authors
2026-05-20 14:55:53 -03:00
Thaddeus Crews
c14b043d25
Merge pull request #118247 from YeldhamDev/bezier_timeline_fix
...
Fix misaligned timeline indicator on the Bezier editor
2026-05-15 15:42:05 -05:00
Giganzo
55e5102651
Fix PopupMenu horizontal margin in classic theme
2026-05-10 11:52:12 +02:00
passivestar
bb86d90fb5
Fix script editor guideline colors
2026-04-26 23:31:39 +04:00
Thaddeus Crews
df910723db
Merge pull request #118797 from YeldhamDev/i_keep_forgetting_to_correctly_set_those
...
Fix shrunken vertical borders for editor `Label`s
2026-04-21 16:46:09 -05:00
Thaddeus Crews
7b99b6b975
Merge pull request #115184 from YeldhamDev/asset_lib_hint_fixes
...
Fix scroll hint margins in the asset library
2026-04-21 08:48:09 -05:00
Michael Alexsander
74bada2542
Fix shrunken vertical borders for editor Labels
2026-04-21 01:10:04 -03:00
Pāvels Nadtočajevs
327302fce5
Disable rounding remainders and subpixel positioning for editor code fonts.
2026-04-19 19:06:00 +03:00
Michael Alexsander
1255bdf434
Fix scroll hint margins in the asset library
2026-04-16 20:48:58 -03:00
Rémi Verschelde
637e23472b
Merge pull request #112992 from YeldhamDev/asset_store_new_api
...
Improve asset store and port it to the new API
2026-04-15 12:40:26 +02:00
Thaddeus Crews
7ce1853014
Merge pull request #108219 from CookieBadger/area-light-integration
...
Add Rectangular Area Light Source
2026-04-14 07:10:56 -05:00
Thaddeus Crews
471371dbcc
Merge pull request #116641 from Scrawach/fix-file-dialog-folder-colors
...
Fix icons colors for files and directories at light color preset
2026-04-13 11:45:56 -05:00
Michael Alexsander
2b835503cf
Improve asset store and port it to the new API
2026-04-11 12:56:08 -03:00
vaner-org
1c00bf7e1e
Exempt TitleBarLogo from saturation
2026-04-10 05:52:35 +05:30
Thaddeus Crews
df824815bc
Merge pull request #117498 from vaner-org/blendspace-visual-consistency
...
Improve visual consistency of BlendSpace editors within AnimationTree
2026-04-09 17:41:07 -05:00
vaner-org
6c4aac33bd
Make BlendSpace editors more consistent across AnimationTree
2026-04-09 04:14:49 +05:30
Michael Alexsander
a511b46ae9
Fix misaligned timeline indicator on the Bezier editor
2026-04-06 12:07:41 -03:00
CookieBadger
7b7bd1dcea
Add AreaLight3D
2026-04-04 01:37:10 +02:00
Rémi Verschelde
4d1c5b9122
Merge pull request #112993 from vaner-org/tree-better-drag
...
Improve drag and drop in `Tree`
2026-03-26 16:00:52 +01:00
vaner-org
8c42aeb39f
Improve Tree drag & drop
2026-03-24 04:41:36 +05:30
Rémi Verschelde
9ddccdec12
Merge pull request #117462 from Giganzo/audio-bus-effect-margin
...
Fix Audio bus effects section margin
2026-03-16 12:08:38 +01:00
Rémi Verschelde
d49ce0c989
Merge pull request #117441 from Giganzo/popup-menu-sizing
...
Fix PopupMenu sizing with search bar
2026-03-16 12:08:21 +01:00
Giganzo
004bad1fb5
Fix Audio bus effects section margin
2026-03-16 00:50:30 +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
Giganzo
ec11acd2e8
Fix PopupMenu sizing with search bar
2026-03-15 15:14:17 +01:00
Thaddeus Crews
642056ad82
Merge pull request #117228 from ryevdokimov/touch-optimization-no-restart
...
Remove restart requirement for `interface/touchscreen/enable_touch_optimizations` setting
2026-03-09 15:18:24 -05:00
ryevdokimov
91a85af575
Remove restart requirement for interface/touchscreen/enable_touch_optimizations setting
2026-03-09 13:19:52 -04:00
Mounir Tohami
2d525307b0
Fix some icon colors for light themes.
2026-03-07 17:39:35 +02:00
Thaddeus Crews
891069d1cd
Merge pull request #114236 from warriormaster12/san-popupmenu-search-bar
...
Implement search bar for `PopupMenu`
2026-03-04 11:20:49 -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
warriormaster12
18e989c49e
Implement search bar to PopupMenu
2026-03-03 22:35:06 +02:00
Thaddeus Crews
89f36b740a
Merge pull request #115399 from MaxiSanc37/ChangeSelectionBoxColor
...
Fix cursor selection box color
2026-03-02 15:53:56 -06:00
MaxiSanc37
a8b7526f2a
Changed the selection fill color and selection stroke color for the cursor selection box in ./themes/theme_modern.cpp
...
Co-Authored-By: fejesievo <fejesievo@gmail.com >
Co-Authored-By: SpencerGoodman <goodmasp@dickinson.edu >
Co-Authored-By: kateyvk <kateyvk16@gmail.com >
2026-03-02 15:29:01 -06:00
kobewi
1b543e85cf
Reorganize interface/editor setttings
2026-02-27 22:25:59 +01:00
Thaddeus Crews
343f1329ed
Merge pull request #116545 from passivestar/help-separators
...
Tweaks to EditorHelp separator colors
2026-02-27 08:49:37 -06:00
scrawach
a5f462a912
Fix icons colors for files and directories at light color preset
2026-02-23 03:23:30 +03:00
Thaddeus Crews
74ecf68e15
Merge pull request #115111 from KoBeWi/icons_are_baaaaaaaaaaaaack
...
Restore context menu icons in EditorFileDialog
2026-02-20 14:34:27 -06:00
Thaddeus Crews
726de897d0
Merge pull request #116400 from bruvzg/fvar_code
...
Restore `interface/editor/code_font_custom_variations` functionality.
2026-02-20 11:36:02 -06:00
passivestar
8b34d5d608
Tweaks to EditorHelp separator colors
2026-02-20 21:01:41 +04:00
Pāvels Nadtočajevs
7856b9d8ad
Restore interface/editor/code_font_custom_variations functionality.
2026-02-17 12:15:36 +02:00
Lukas Tenbrink
c9249346c4
Change HashSet copy constructor from implicit to explicit.
2026-02-16 23:10:33 +01:00
Silc Lizard (Tokage) Renew
9ebc4c3013
Add view_plane_rotation_gizmo_scale to EditorSettings
2026-02-08 18:50:49 +09:00
Danil Alexeev
6e3dc38835
Editor: Improve appearance of built-in help
2026-02-06 11:15:59 +03:00
Thaddeus Crews
10aa2e3013
Merge pull request #111226 from PhairZ/copy-color
...
Add a copy button to the color picker dialog.
2026-01-28 12:27:16 -06:00
Thaddeus Crews
29afd19ed6
Merge pull request #115228 from DeeJayLSP/fonts-jan-2026
...
Update fallback fonts to latest releases
2026-01-28 12:26:58 -06:00
passivestar
157f070faf
Fix colors of code editor in modern theme
2026-01-24 02:30:23 +04:00