Nathan Sobo
|
37da841716
|
Start on using CVMetalTextureCache
|
2022-09-13 14:10:13 +02:00 |
|
Nathan Sobo
|
531ffc01c9
|
Pass CVImageBuffers into GPUI instead of IOSurfaces
|
2022-09-13 14:10:13 +02:00 |
|
Antonio Scandurra
|
71d9a880d6
|
WIP: Start pushing native surface to Scene
This is segfaulting for some reason, so that's the next step to figure out.
|
2022-09-13 14:10:13 +02:00 |
|
Antonio Scandurra
|
c4110edb78
|
Extract io_surface crate and invoke custom callback on frame sample
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2022-09-13 14:10:13 +02:00 |
|
Nathan Sobo
|
4440c9b18e
|
Bind to capture's macOS C frameworks with bindgen
|
2022-09-13 14:10:13 +02:00 |
|
Antonio Scandurra
|
45519cdd27
|
WIP
|
2022-09-13 14:10:13 +02:00 |
|
Nathan Sobo
|
7918bf39f5
|
Make capture example its own crate
|
2022-09-13 14:10:13 +02:00 |
|
K Simmons
|
ab81093ef5
|
WIP pull breadcrumb rendering out into item trait
|
2022-09-06 14:39:58 -07:00 |
|
Mikayla Maki
|
1014d65e8e
|
Merge pull request #1606 from zed-industries/terminal-finishing
Terminal finishing
|
2022-09-06 10:41:40 -07:00 |
|
Mikayla Maki
|
6e6f37a84f
|
updated wez term dependency
|
2022-09-06 10:33:40 -07:00 |
|
Mikayla Maki
|
68cf91de32
|
Problem with alacritty's handling of selections when the terminal resizes
|
2022-09-03 20:52:40 -07:00 |
|
Mikayla Maki
|
a100956fbf
|
removed test proc info, put fix in wezterm, just need to link them together now
|
2022-09-02 23:15:12 -07:00 |
|
Mikayla Maki
|
90bae80bb2
|
WIP fixing arguments in title bug, need to validate fix, add to wezterm, push to our copy, refresh our cargo, and make a PR for wezterm. TODO: Learn how to do c-style buffer munging.
|
2022-09-02 19:48:34 -07:00 |
|
Max Brunsfeld
|
e42bc17664
|
0.53.1
|
2022-09-02 12:19:45 -07:00 |
|
K Simmons
|
7497edaec2
|
Add process info to terminal so that we can show the active process in the terminal tab title
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-09-01 17:46:11 -07:00 |
|
Max Brunsfeld
|
7cbabc386f
|
0.53
|
2022-09-01 14:09:14 -07:00 |
|
Max Brunsfeld
|
d4bbf21650
|
Merge pull request #1559 from zed-industries/language-injection
Add language injection support
|
2022-08-30 11:54:00 -07:00 |
|
Max Brunsfeld
|
1f12186e3c
|
Update to latest tree-sitter commit
This is needed for https://github.com/tree-sitter/tree-sitter/pull/1845
|
2022-08-25 10:58:46 -07:00 |
|
K Simmons
|
13e9336049
|
Merge branch 'main' into drag-and-drop
|
2022-08-22 17:18:29 -07:00 |
|
K Simmons
|
133c194f4a
|
wip tab drag and drop
|
2022-08-22 16:16:39 -07:00 |
|
Max Brunsfeld
|
58fda5ac1c
|
Test more editing patterns of SyntaxMap, fix bugs
|
2022-08-22 15:36:58 -07:00 |
|
Antonio Scandurra
|
327aae3bf2
|
Start adding support for Elixir
|
2022-08-22 14:30:27 +02:00 |
|
Max Brunsfeld
|
6e67448420
|
0.52.0
|
2022-08-19 09:20:26 -07:00 |
|
Nathan Sobo
|
d3904cd961
|
v0.51.1
|
2022-08-17 09:47:19 -06:00 |
|
Antonio Scandurra
|
b60277cad6
|
v0.51.0
|
2022-08-17 12:10:32 +02:00 |
|
Max Brunsfeld
|
ea09ef2c1a
|
remove http-auth-basic dependency
|
2022-08-16 12:58:53 -07:00 |
|
Max Brunsfeld
|
4817b11cad
|
0.50.0
|
2022-08-04 12:44:31 -07:00 |
|
Mikayla Maki
|
907d3e4035
|
Checkpoint, not compiling
|
2022-08-04 10:16:26 -07:00 |
|
Mikayla Maki
|
c3f97b10f0
|
Grabbed cargo lock
|
2022-08-03 15:05:05 -07:00 |
|
Mikayla Maki
|
bb8263104c
|
Pause and buffer
|
2022-08-03 10:29:03 -07:00 |
|
Mikayla Maki
|
7111576986
|
Merge main into branch
|
2022-08-02 09:25:52 -07:00 |
|
Mikayla Maki
|
05cc78d929
|
Abandoning this attempt, nto good enough at async
|
2022-08-01 16:47:16 -07:00 |
|
Mikayla Maki
|
8471af5a7d
|
Improved render performance implementation to use a fork of alacritty which includes the last # of bytes processed as a way of estimating throughput in cases where the terminal output is chanegd in place
|
2022-07-28 16:03:00 -07:00 |
|
Max Brunsfeld
|
3a74290359
|
Merge branch 'main' into autoindent-on-paste
|
2022-07-28 15:09:18 -07:00 |
|
Max Brunsfeld
|
cdf6ae25bb
|
Remove indent_size parameter from Buffer::edit_with_autoindent
Instead, compute the indent size by reading the settings inside that method.
Co-authored-by: Mikayla Maki <mikayla.c.maki@gmail.com>
|
2022-07-28 13:00:05 -07:00 |
|
Mikayla Maki
|
8a48a11a00
|
Implemcargo
|
2022-07-27 16:33:15 -07:00 |
|
Antonio Scandurra
|
92de5ab000
|
v0.49.1
|
2022-07-27 13:39:29 +02:00 |
|
Max Brunsfeld
|
ef1efb615e
|
0.49.0
|
2022-07-26 14:26:45 -07:00 |
|
Mikayla Maki
|
9b6df1fb61
|
Checkpoint, this commit does not compile
|
2022-07-20 12:41:04 -07:00 |
|
Mikayla Maki
|
8e5ed9dbd2
|
Maybe fixed toml
|
2022-07-20 10:04:08 -07:00 |
|
Mikayla Maki
|
18079ced20
|
Updated alacritty version
|
2022-07-20 10:04:08 -07:00 |
|
Mikayla Maki
|
40d30a898b
|
Rebasing continues
|
2022-07-20 10:04:08 -07:00 |
|
Mikayla Maki
|
a4ca11ba17
|
Finished design touchups
|
2022-07-20 10:04:08 -07:00 |
|
Max Brunsfeld
|
e5602b0ad4
|
0.48.1
|
2022-07-18 19:11:12 -07:00 |
|
Max Brunsfeld
|
142a019ada
|
0.48.0
|
2022-07-18 16:24:57 -07:00 |
|
Mikayla Maki
|
dc120c1e05
|
Added settings for common terminal configurations
|
2022-07-15 18:27:10 -07:00 |
|
Max Brunsfeld
|
df838c74ca
|
0.47.1
|
2022-07-13 17:31:59 -07:00 |
|
Max Brunsfeld
|
48624b796e
|
0.47.0
|
2022-07-13 15:59:11 -07:00 |
|
Keith Simmons
|
d796b543e0
|
WIP add basic context menu and make progress toward adding quick actions to it
|
2022-07-13 14:13:19 -07:00 |
|
Antonio Scandurra
|
9677db9f8f
|
Deploy context menu when clicking on split icon
|
2022-07-13 12:15:36 +02:00 |
|