75594fc
Merge pull request #1659 from zed-industries/terminal-selections
Click to expand commit body
Terminal Touch ups
Mikayla Maki created
75594fc
Merge pull request #1659 from zed-industries/terminal-selections
Terminal Touch ups
Mikayla Maki created
9a59603
Added a SendKeystroke action and rewrote terminal actions to remove duplication
Mikayla Maki created
24cc985
Added terminal::SendText command, for sending text to the terminal
Mikayla Maki created
2ae3fbd
Improved terminal selection ergonomics
Mikayla Maki created
78def05
Merge pull request #1658 from zed-industries/terminal-hyperlink-scroll
Fixed bug where hyperlinks would not be refreshed when the page scrolled
Mikayla Maki created
a8e05c9
Fixed bug where hyperlinks would not be refreshed when the page scrolled
Mikayla Maki created
98aad9a
Merge pull request #1637 from zed-industries/terminal-hyperlinks
Tracking PR for Terminal hyperlinks
Mikayla Maki created
550ae40
Slightly improved left click handling
Mikayla Maki created
4bc0afd
Finished terminal hyperlinks for now
Mikayla Maki created
4398b51
Merge pull request #1653 from zed-industries/re-enable-format-on-save
Re-enable format on save by default
Julia created
cd07c98
Re-enable format on save by default
Julia created
6a26158
v0.55.0
Mikayla Maki created
cd5537d
Merge pull request #1652 from zed-industries/backward-compat-format-settings
Backward compat format settings
Julia created
879a0d8
Backward compat format settings
Julia created
d2d4963
WIP, almost done with tooltips
Mikayla Maki created
af5ad2d
Merge pull request #1647 from zed-industries/format-buffer-action
Add editor action to manually invoke buffer format
Julia created
12e439b
Test manual buffer format trigger
Julia created
a686a9f
Merge branch 'main' into terminal-hyperlinks
Mikayla Maki created
0584b2f
added the fields for drawing the hyperlinks
Mikayla Maki created
5cd5658
Completed terminal hyperlink clicking functionality. Just need to display it now
Mikayla Maki created
f3395cf
Add editor action to manually invoke buffer format
Julia created
955ebc5
Merge pull request #1644 from zed-industries/scroll-in-overlays
Fix scroll problems
Mikayla Maki created
4761898
removed the last dispatch_event I could find
Mikayla Maki created
dd7259c
Finished fixing flex scrolls
Mikayla Maki created
f4d4ea4
WIP fixing scrollable flex
Mikayla Maki created
ab7f7b3
Added on_scroll to mouse_event_handler and fixed the uniform list scroll implementation
Mikayla Maki created
0c4c5f9
0.54.1
Nathan Sobo created
83d1e2c
Merge pull request #1643 from zed-industries/global-macos-deployment-target
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
Antonio Scandurra created
9da7fd2
Set `MACOSX_DEPLOYMENT_TARGET` when running `script/bundle`
This ensures that every library and binary we build doesn't assume that it's going to run on the same machine that created it. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
6dbae37
Merge pull request #1442 from zed-industries/packaged-json-language-server
Use a pre-packaged version of the JSON language server
Antonio Scandurra created
eb71ac9
Download json-language-server as a zip instead of as a binary
It turns out that this lifts the code-signing limitation and lets us run arbitrary executables.
Antonio Scandurra created
a29d5dd
Use a pre-packaged version of the JSON language server
This ensures users can still edit settings even if they don't have Node or NPM installed.
Antonio Scandurra created
f706cbe
WIP hyperlink searching
Mikayla Maki created
b3202c3
WI{
Mikayla Maki created
ba32dcb
Reworking hyperlink events
Mikayla Maki created
8521369
Merge pull request #1639 from zed-industries/fix-jump-on-quad-click
Fixed autoscroll jump on 4-click
Mikayla Maki created
e0635a3
Fixed autoscroll jump on 4-click
Mikayla Maki created
b3fafec
0.54.0
Max Brunsfeld created
b8f362f
WIP hyperlink detection
Mikayla Maki created
9f81f39
WIP Hyperlinks
Mikayla Maki created
f081dbc
Merge pull request #1634 from zed-industries/dock-tweaks
Dock Tweaks
Kay Simmons created
1993a87
Hyperlink clicking is working
Mikayla Maki created
ac39074
WIP hyperlinks
Mikayla Maki created
b682fd8
remove rounded corners on dock due to rendering issue
K Simmons created
da05e34
Fix dock keybindings
K Simmons created
1ce48f4
Minor improvements to dock visuals, rework dock keybindings, and fix panic on split when dock is active
K Simmons created
359802f
Merge pull request #1630 from zed-industries/capture
Lay the groundwork for call-oriented collaboration
Antonio Scandurra created
e07f4f3
Copy WebRTC.framework in the `deps` directory
Also, define the `rpath` on `live_kit` to avoid errors when running tests.
Antonio Scandurra created
20778a0
Allow using `live_kit` with macOS >= 10.15
Antonio Scandurra created
32c65cf
Specify macOS target version manually
Antonio Scandurra created