ZIm/crates/gpui2/src
Max Brunsfeld a579713a45 Allow dragging and dropping tabs
Co-authored-by: Nathan <nathan@zed.dev>
Co-authored-by: Marshall <marshall@zed.dev>
2023-12-12 15:07:03 -08:00
..
app Fix propagation of active item to followers 2023-12-06 12:18:48 -08:00
elements Allow dragging and dropping tabs 2023-12-12 15:07:03 -08:00
keymap Reduce the stack size of Interactivity at the cost of more allocations 2023-12-12 11:57:44 +01:00
platform Use FxHashMap and FxHashSet in hot code paths 2023-12-12 13:35:22 +01:00
text_system Use FxHashMap and FxHashSet in hot code paths 2023-12-12 13:35:22 +01:00
action.rs Fix some action registrations 2023-12-11 09:29:10 -07:00
app.rs Fix focus issues with gpui2 docks (#3606) 2023-12-12 17:26:39 +02:00
assets.rs Add back Send and Sync to AssetSource 2023-11-02 09:58:53 +01:00
color.rs Merge branch 'main' into project-panel2 2023-11-14 09:33:48 -08:00
element.rs Remove when_else 2023-12-07 12:37:07 -05:00
executor.rs Begin porting the PaneAxis element 2023-12-07 17:16:19 -08:00
geometry.rs Add back semi-funcitonal pane resizing code 2023-12-08 16:29:42 -08:00
gpui2.rs Make chat message list fill the available space 2023-12-08 12:31:07 -08:00
image_cache.rs Fix image errors 2023-11-17 13:47:07 -07:00
input.rs WIP 2023-11-20 14:46:01 -08:00
interactive.rs Merge branch 'main' into splits 2023-12-11 10:16:32 -08:00
key_dispatch.rs Make each DispatchNode smaller by allocating more 2023-12-12 13:16:09 +01:00
platform.rs Add support for resizing splits and docks, as well as utilities (#3595) 2023-12-11 13:32:06 -08:00
prelude.rs Reorganize element-related traits 2023-11-22 11:19:43 -07:00
scene.rs Uncomment flaky tests 2023-12-01 19:21:30 +01:00
shared_string.rs Get more of chat panel compiling, but lots of todos 2023-12-08 12:31:07 -08:00
style.rs Fix assertions now that we use different hash functions 2023-12-12 14:59:51 +01:00
styled.rs Allow dragging and dropping tabs 2023-12-12 15:07:03 -08:00
subscription.rs Defer activating Subscriptions that are invoked as a part of an effect. 2023-12-04 16:17:33 +01:00
svg_renderer.rs Fix the formatting 2023-10-26 13:52:04 +02:00
taffy.rs Use FxHashMap and FxHashSet in hot code paths 2023-12-12 13:35:22 +01:00
test.rs Uncomment flaky tests 2023-12-01 19:21:30 +01:00
text_system.rs Use FxHashMap and FxHashSet in hot code paths 2023-12-12 13:35:22 +01:00
util.rs Add test tag 2023-11-13 16:51:59 -08:00
view.rs Re-introduce auto-height in editor2 (#3471) 2023-12-01 12:02:45 +01:00
window.rs Set cursor style only if we're the active window (#3607) 2023-12-12 16:56:32 +01:00