Commit log
8c2ff69
Render a tooltip on toggle screen sharing button
Click to expand commit body
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
011085a
Revert "Temporarily upload app bundle as CI artifact"
Click to expand commit body
This reverts commit 2b5ac535b91aa5a8cd56deb76a8fe9b7f8dd67ba.
Antonio Scandurra
created
3 years ago
dce2190
Bump protocol version
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
2b5ac53
Temporarily upload app bundle as CI artifact
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
484c8f7
Provide LiveKit environment variables on Kubernetes
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
7e4d582
Replace `Screen Sharing` label with `Screen`
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
3 years ago
50c4783
Add test for screen-sharing
Antonio Scandurra
created
3 years ago
9860dbb
Set location on `ActiveCall` even before there's a room
Click to expand commit body
We will automatically call `Room::set_location` once a room has been
assigned.
Antonio Scandurra
created
3 years ago
874a360
Init submodules on CI
Antonio Scandurra
created
3 years ago
088c5ba
Remove stray log statement
Antonio Scandurra
created
3 years ago
e135b98
Focus shared screen item when clicking on it
Antonio Scandurra
created
3 years ago
a8bd234
Simplify room events
Antonio Scandurra
created
3 years ago
f99d705
Allow opening shared screen via the contacts popover
Antonio Scandurra
created
3 years ago
476020a
Show shared screen as a pane item
Antonio Scandurra
created
3 years ago
2f1ddc0
Improve deploy scripts
Max Brunsfeld
created
3 years ago
ef5844b
Merge pull request #1783 from zed-industries/add-new-internal-themes
Click to expand commit body
Add new internal themes
Nate Butler
created
3 years ago
0c9ceb5
Add what-is-deployed-script
Max Brunsfeld
created
3 years ago
cedc0f6
Run migrations via a collab subcommand
Max Brunsfeld
created
3 years ago
9952f08
Publish collab docker images on CI, deploy pre-built images
Max Brunsfeld
created
3 years ago
efa6745
Add more paths to dockerignore
Max Brunsfeld
created
3 years ago
4816a58
Merge pull request #1781 from zed-industries/switch-to-mixpanel
Click to expand commit body
Switch to mixpanel
Joseph T. Lyons
created
3 years ago
6514eb5
Make the assets/themes folder if it doesn't exist
Click to expand commit body
- Also only run clearThemes if the folder exists
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
3 years ago
2a38c49
Update gitignore because of macOS case sensitive weirdness
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
3 years ago
b015761
WIP Re-case internal and experiment theme folders
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
3 years ago
99e6ecc
Update Zenburn license
Nate Butler
created
3 years ago
7e411ae
Merge branch 'main' into screen-sharing
Click to expand commit body
# Conflicts:
# crates/collab/src/integration_tests.rs
# crates/collab/src/main.rs
# styles/src/styleTree/workspace.ts
Antonio Scandurra
created
3 years ago
1bbb7dd
Leave Zed room when LiveKit room disconnects
Antonio Scandurra
created
3 years ago
78969d0
Switch back to using the legacy screen capturing API
Click to expand commit body
The new API is buggy and inconsistent, so I think we should move on
for now.
Antonio Scandurra
created
3 years ago
bac3dc1
Re-build live_kit_client when `MACOSX_DEPLOYMENT_TARGET` changes
Antonio Scandurra
created
3 years ago
ae44a38
Remove unused `LKDisplays` API
Antonio Scandurra
created
3 years ago
77b13b1
Merge pull request #1788 from zed-industries/style
Click to expand commit body
Apply a slight stylistic tweak
Nathan Sobo
created
3 years ago
2e97e2d
Apply a slight stylistic tweak
Nathan Sobo
created
3 years ago
75ec5c3
Merge pull request #1784 from zed-industries/fix-keymap-panic
Click to expand commit body
Fix panic in keymap parsing
Kay Simmons
created
3 years ago
3a456b0
catch keymap string only modifiers and no key
K Simmons
created
3 years ago
022f70b
Temporarily restore integration with Amplitude
Click to expand commit body
This will be reverted later, once we fully switch to Mixpanel
Joseph T Lyons
created
3 years ago
c1e23fc
Update tokyo night meta
Nate Butler
created
3 years ago
a6e9d0d
Merge branch 'main' into add-new-internal-themes
Nate Butler
created
3 years ago
b700ea8
Add metadata to all themes and organize
Click to expand commit body
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler
and
gibusu
created
3 years ago
0ef62fc
Preserve symlinks in WebRTC.framework to avoid bundle signing failure
Nathan Sobo
created
3 years ago
c390056
Fix a few incorrectly named themes
Click to expand commit body
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler
and
gibusu
created
3 years ago
a86756e
Update gruvbox to use manual accent ramps
Click to expand commit body
Also updated it's neutral to contain more values sourced from the gruvbox repo
Co-Authored-By: gibusu <95764254+gibusu@users.noreply.github.com>
Nate Butler
and
gibusu
created
3 years ago
e3ef6d3
Add a range of new themes as internal themes for testing
Nate Butler
created
3 years ago
038670c
Add brush trees as a experimental theme
Nate Butler
created
3 years ago
5d87a04
Remove old theme template
Nate Butler
created
3 years ago
fbfe8a2
WIP Update theme metadata and add license information
Nate Butler
created
3 years ago
bd85099
Rename One theme and update Zed default theme
Nate Butler
created
3 years ago
6bdb08a
Fix crash loading Swift symbol (I think associated with concurrency)
Click to expand commit body
I add /usr/lib/swift as an rpath, which seems to fix the issue even though
there doesn't seem to be a relevant library at that location on my machine.
Based on my research, wondering if `-Wl,-weak-lswiftCompatibilityConcurrency`
is also required for this to work on older OSes, but holding back for now.
Nathan Sobo
created
3 years ago
Antonio Scandurra
created
3 years ago
ac5d5e2
Merge branch 'main' into switch-to-mixpanel
Joseph T Lyons
created
3 years ago
fad6cfe
Merge pull request #1782 from zed-industries/idempotent-redemption
Click to expand commit body
Return an optional response when creating users via invites
Max Brunsfeld
created
3 years ago
Page 13 of 143