3c2566f
Copy WebRTC.framework when building livekit crate
Click to expand commit body
We determine the location of the target executable directory in a somewhat hacky way, but it seems reasonably stable.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
4bcc008
WIP: Start on live_kit crate that uses a C-based bridge
Nathan Sobo
created
52f32b5
WIP: Talk to Swift via C without involving Objective-C
Added a linker arg to the GPUI build script. Not sure if we'll want to bake
this into GPUI or do it via another crate, but this is convenient for
exploration for now.
df59b28
Extract panel resize code from sidebar into Resizable element
Click to expand commit body
Make resizable work in vertical axis
Make dock resizable
Have dock preserve size based on Anchor position
Make pane buttons work more correctly in pathological cases
Sync status bar dock button with dock visibility/anchor position
Co-Authored-By Mikayla Maki <mikayla@zed.dev>
K Simmons
created
31a3fdb
Started to make the dock better, major issue's resizing child elements
Update editor element to use mouse regions instead of dispatch event for mouse events
Fix bug in presenter where mouse region handlers were stored on click and called instead of more up to date handlers from subsequent renders
Changed MouseRegion to require discriminants in all cases
Add scroll wheel event to MouseRegion
Polished a bunch of dock inconsistencies
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
59fd967
Swapped keyboard binding and did some minor tweaks to style and focus