zed/crates
Marshall Bowers 2da314fb79
Fix font resolution for UI text so we render with the fallback font (#3893)
This PR updates the font resolution for shaped text to use the new
`resolve_font` method on the text system.

This makes it so we use the fallback font if the desired font cannot be
found rather than rendering nothing.

Release Notes:

- Fixed an issue where nothing would render when the font set in
`ui_font_family` was not found.
2024-01-04 14:26:08 -05:00
..
activity_indicator Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
ai Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
assistant Re-enable key bindings for AssistantPanel 2024-01-04 16:37:13 +01:00
audio Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
auto_update Fix version comparison in auto update 2024-01-04 09:53:57 -08:00
breadcrumbs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
call Move telemetry settings check into telemetry module 2024-01-04 01:13:21 -05:00
channel Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
cli
client Move telemetry settings check into telemetry module 2024-01-04 01:13:21 -05:00
clock
collab collab 0.33.0 2024-01-03 17:20:01 -05:00
collab_ui channels: Move name of the channel to the same line as the hash icon. 2024-01-04 12:11:23 +01:00
collections
command_palette Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
copilot Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
copilot_button Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
db Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
diagnostics Add "Checking" icon for diagnostics 2024-01-03 23:07:21 -05:00
editor Try to load fallback fonts instead of panicking when a font is not found (#3891) 2024-01-04 14:10:46 -05:00
feature_flags Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
feedback Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
file_finder Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
fs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
fsevent
fuzzy Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
git Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
go_to_line Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
gpui Fix font resolution for UI text so we render with the fallback font (#3893) 2024-01-04 14:26:08 -05:00
gpui_macros Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
install_cli Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
journal Restore timestamp insertion for journal: new journal entry (#3870) 2024-01-03 18:09:55 -05:00
language lsp: Do not cache initialization options 2024-01-04 19:54:58 +01:00
language_selector Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
language_tools Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
live_kit_client Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
live_kit_server
lsp Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
media
menu Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
multi_buffer Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
node_runtime
notifications Rename notification_store 2024-01-03 20:02:23 -05:00
outline Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
picker Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
plugin
plugin_macros
plugin_runtime
prettier Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
project lsp: Do not cache initialization options 2024-01-04 19:54:58 +01:00
project_panel Implement "open in terminal" 2024-01-04 09:45:39 -07:00
project_symbols Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
quick_action_bar Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
recent_projects Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
refineable
rich_text Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
rope Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
rpc Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
search Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
semantic_index Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
settings Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
snippet
sqlez
sqlez_macros
story Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
storybook Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
sum_tree
terminal Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
terminal_view Try to load fallback fonts instead of panicking when a font is not found (#3891) 2024-01-04 14:10:46 -05:00
text Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
theme Update border variant color 2024-01-03 23:13:26 -05:00
theme_importer Update border variant color 2024-01-03 23:13:26 -05:00
theme_selector Move telemetry settings check into telemetry module 2024-01-04 01:13:21 -05:00
ui Show pointer hand on tab & give last tab border right 2024-01-04 11:08:56 -05:00
util Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
vcs_menu Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
vim Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
welcome Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
workspace Fix quitting Zed when project was unshared 2024-01-04 15:00:36 +01:00
zed Fix quitting Zed when project was unshared 2024-01-04 15:00:36 +01:00
zed_actions Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00