zed/gpui/src
Antonio Scandurra 776f7dd5a9 Add a new Hooks element to invoke a callback before layout
This is useful to cap the width of sidebars when dragging the
resize handles beyond the maximum bounds of the sidebar.
2021-09-03 12:18:31 +02:00
..
elements Add a new Hooks element to invoke a callback before layout 2021-09-03 12:18:31 +02:00
platform Use macOS API to retrieve the local timezone 2021-09-02 19:15:05 +02:00
sum_tree WIP 2021-09-01 16:19:01 +02:00
views Implement channel switching 2021-09-02 10:16:20 +02:00
app.rs Add refreshing field to LayoutContext 2021-09-01 16:02:12 -07:00
assets.rs Add a theme picker 2021-08-02 14:55:27 -07:00
clipboard.rs Allow metadata to be associated with text written to clipboard 2021-04-13 19:03:56 +02:00
color.rs Get new theme structure working 2021-08-04 14:07:19 -07:00
elements.rs Add a new Hooks element to invoke a callback before layout 2021-09-03 12:18:31 +02:00
executor.rs Make database interactions deterministic in test 2021-08-20 16:24:33 +02:00
font_cache.rs Fix potential deadlock when using FontCache::em_width 2021-08-27 14:54:21 +02:00
fonts.rs Add placeholder text as a feature of Editor, use it in chat panel 2021-09-02 17:36:56 -07:00
geometry.rs Use custom color wrapper type everywhere in gpui & zed 2021-08-03 12:48:58 -07:00
json.rs Add ability to debug element trees as JSON 2021-04-07 21:54:14 -06:00
keymap.rs Fix boxed cloning of AnyAction 2021-08-23 14:45:13 +02:00
lib.rs WIP: start on Select 2021-08-30 20:18:17 +02:00
platform.rs Use macOS API to retrieve the local timezone 2021-09-02 19:15:05 +02:00
presenter.rs Introduce a visible_bounds parameter to Element::paint 2021-09-02 11:42:23 +02:00
scene.rs Always inherit parent layer's clip bounds 2021-09-02 16:24:08 +02:00
sum_tree.rs Start work on partial rendering for List element 2021-08-31 21:57:56 -07:00
test.rs WIP 2021-09-01 13:50:39 +02:00
text_layout.rs Fix calculation of visible glyph bounds 2021-09-02 16:24:52 +02:00
util.rs Time out condition after 200ms and add basic unit tests for it 2021-04-20 17:21:29 +02:00
views.rs Get the channel select looking good 2021-08-30 17:59:13 -07:00