Commit log
0b5952e
Fix incorrect rendering of toolbar in right anchored dock
Click to expand commit body
Make dock keybinding activate the dock if it wasn't hidden, and hide it if it was already active
Make clicking the expanded dock wash, hide the dock
Fix some issues with programmatically activating other panes, not hiding the dock
Tweak dock anchor menu text
Swap dock hide button for thin variant
Fix dock sidebar interactions
Add clicked state to search button and fix presenter issue sending clicked events when mouse not overlapping MouseRegion
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
3 years ago
3c88aa3
Fix hovering over hover popovers in the editor
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
3 years ago
6bc17cc
Fix remaining test failures
K Simmons
created
3 years ago
fa8bac9
fixed one failing test
Mikayla Maki
created
3 years ago
7588c58
Merge pull request #1623 from zed-industries/alt-is-met
Click to expand commit body
Alt as meta
Mikayla Maki
created
3 years ago
951896f
finished option as meta
Mikayla Maki
created
3 years ago
b45d5e8
Added tests for alt->meta behavior
Mikayla Maki
created
3 years ago
0f9ff57
Show the correct icon in status bar
Antonio Scandurra
created
3 years ago
97ccb16
Rework status bar item to use a custom view
Antonio Scandurra
created
3 years ago
a102b3b
Start on a real status bar item implementation
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
a34eaa3
Pass `reused` parameter to `Presenter::dispatch_event` for status items
Antonio Scandurra
created
3 years ago
11d47f5
Use a transparent layer for status bar
Click to expand commit body
This allows the compositor to blend the GPUI view with the background.
Antonio Scandurra
created
3 years ago
a9c2881
Set contents scale and drawable size when creating status metal layer
Antonio Scandurra
created
3 years ago
2acd215
Wire up event handling for status items
Antonio Scandurra
created
3 years ago
6578af6
WIP: Start rendering GPUI views to macOS status bar
Antonio Scandurra
created
3 years ago
f50c6af
Encapsulate metal layer into `Renderer`
Antonio Scandurra
created
3 years ago
e803dd9
Remove `platform::WindowContext` trait
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
1c810d7
WIP: Show status bar item with a backing metal layer
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
Antonio Scandurra
created
3 years ago
c03300d
WIP: Start on `App::add_status_bar_item`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
21c91a2
Add the ability to hide the titlebar when creating windows
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
ca618b0
Render surfaces correctly when encoded in `420YpCbCr8BiPlanarFullRange`
Antonio Scandurra
created
3 years ago
4e0380c
Debounce frame assignment using a `watch`
Antonio Scandurra
created
3 years ago
d407f52
WIP: render screen-sharing frames
Antonio Scandurra
created
3 years ago
645338c
Register to publishing of remote tracks
Antonio Scandurra
created
3 years ago
37ca565
Parameterize LiveKit URL
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
376e674
Avoid double boxing of oneshot when calling `LKRoomPublishVideoTrack`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
b154c3c
Expose Swift errors as `anyhow::Result` in live_kit
Antonio Scandurra
created
3 years ago
df3ab13
Publish screen-sharing video track on the newly-created Room
Antonio Scandurra
created
3 years ago
7bf64ec
Add ability to get a screen share track for a window
Click to expand commit body
And also list windows
Nathan Sobo
created
3 years ago
5347c7d
Connect to LiveKit room in capture example
Nathan Sobo
created
3 years ago
45d83b5
Remove LiveKitObjC experiment
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
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
3 years ago
4bcc008
WIP: Start on live_kit crate that uses a C-based bridge
Nathan Sobo
created
3 years ago
52f32b5
WIP: Talk to Swift via C without involving Objective-C
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
5fec784
Link Swift stdlib
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
6c28b21
WIP: Start binding LiveKit
Antonio Scandurra
created
3 years ago
b51abc5
Read the frame data out of the CMSampleBuffer
Click to expand commit body
Still not sending it anywhere, but think I'm reading it correctly.
Nathan Sobo
created
3 years ago
047b511
Start on a new, more abstract `CompressionSession` primitive
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
600029a
WIP: Start converting H264 samples to Annex-B NALs
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
7054fa6
Start compressing captured frames as H264
Antonio Scandurra
created
3 years ago
f621d29
Move `core_media` into `media` crate
Antonio Scandurra
created
3 years ago
a02e388
Honor scale factor when rendering
Antonio Scandurra
created
3 years ago
Antonio Scandurra
created
3 years ago
fcf6aa1
Return results for fallible media APIs
Antonio Scandurra
created
3 years ago
79a7a0e
Capture screen in BGRA8 and render it in `capture` example app
Antonio Scandurra
created
3 years ago
37da841
Start on using CVMetalTextureCache
Nathan Sobo
created
3 years ago
531ffc0
Pass CVImageBuffers into GPUI instead of IOSurfaces
Nathan Sobo
created
3 years ago
Page 21 of 137