zed/crates/gpui/src/elements
Max Brunsfeld ef0b584532 Remove AppState from workspace actions
This allows those actions to be bound to keystrokes in the keymap.
Also, remove the WorkspaceParams struct, simplify how Workspaces are
constructed.
2022-05-19 14:37:26 -07:00
..
align.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
canvas.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
constrained_box.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
container.rs Apply cursor styles during paint 2022-04-22 10:54:18 -06:00
empty.rs Show badge when there are pending contact requests 2022-05-11 17:39:03 +02:00
event_handler.rs Calculate hitbox based on visible bounds in {Mouse}EventHandler 2022-04-07 15:12:09 +02:00
expanded.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
flex.rs Make flex elements fill available space when they contain a float 2022-05-10 06:14:30 -06:00
hook.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
image.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
label.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
list.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
mouse_event_handler.rs WIP 2022-05-05 15:15:58 +02:00
overlay.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
stack.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
svg.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
text.rs Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
uniform_list.rs Remove AppState from workspace actions 2022-05-19 14:37:26 -07:00