zed/crates/gpui/src
Antonio Scandurra b2c733baab WIP: Allow specifying font features in the editor
This just lays the foundation for threading through a `fonts::Features`
struct, but it's not used yet.
2023-03-17 09:51:36 +01:00
..
app Switch from using the key window to the main window mac platform API 2023-03-10 14:43:28 -08:00
elements WIP: Allow specifying font features in the editor 2023-03-17 09:51:36 +01:00
keymap_matcher Bound the search range for the keybindings by the highest handler path 2023-03-10 12:12:32 -08:00
platform WIP: Allow specifying font features in the editor 2023-03-17 09:51:36 +01:00
presenter
scene
views
app.rs Leave room on quit 2023-03-13 17:52:10 +01:00
assets.rs Add png image loading to gpui 2023-03-06 14:26:32 -08:00
clipboard.rs
color.rs
elements.rs Add code folding indicators into the gutter. 2023-02-28 16:34:28 -08:00
executor.rs
font_cache.rs WIP: Allow specifying font features in the editor 2023-03-17 09:51:36 +01:00
fonts.rs WIP: Allow specifying font features in the editor 2023-03-17 09:51:36 +01:00
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap_matcher.rs Remove comment 2023-02-23 14:24:53 -08:00
platform.rs WIP: Allow specifying font features in the editor 2023-03-17 09:51:36 +01:00
presenter.rs Merge pull request #2233 from zed-industries/fix-code-folding-initialization 2023-03-03 12:30:53 -08:00
scene.rs
test.rs
text_layout.rs WIP: Allow specifying font features in the editor 2023-03-17 09:51:36 +01:00
util.rs
views.rs