Commit log
78afbb3
Remove async-std and surf from client
Click to expand commit body
Switch to isahc library. It's not as fancy, but it works and has a smaller footprint.
Nathan Sobo
created
3 years ago
1293b21
Get db tests passing with Tokio Postgres adaptor
Click to expand commit body
We now run tests that interact with the real database under a Tokio reactor. We make the tests run multi-threaded so we can block on the main thread on database teardown and still make progress actually tearing down the DB.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
b4ae2b2
Remove remaining `async-std` dependencies from `collab`
Antonio Scandurra
created
3 years ago
dec88a4
Merge pull request #918 from zed-industries/tokio
Click to expand commit body
Switch collab server to Tokio/Axum
Antonio Scandurra
created
3 years ago
e2a92f4
Merge remote-tracking branch 'origin/main' into tokio
Nathan Sobo
created
3 years ago
2adb9fe
Get zed.dev working with new collab backend
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
7c3bdf9
Merge pull request #916 from zed-industries/sort-themes
Click to expand commit body
Sort themes by light/dark first and then alphabetically
Nathan Sobo
created
3 years ago
2ae2dae
Merge pull request #917 from zed-industries/titlebar-design
Click to expand commit body
Implement titlebar design
Nathan Sobo
created
3 years ago
c955645
Update share icon and swap its posiiton
Antonio Scandurra
created
3 years ago
9d6a7a8
Show worktree root names in titlebar and align them left
Antonio Scandurra
created
3 years ago
bf27edf
Sort themes by light/dark first and then alphabetically
Antonio Scandurra
created
3 years ago
d8eb749
Commit `v0.30.0` version to Cargo.lock
Antonio Scandurra
created
3 years ago
Nathan Sobo
created
3 years ago
3938f7c
Fix compile error
Nathan Sobo
created
3 years ago
2bd08a7
Validate API token for all API routes
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
35bec69
Finish adding API routes
Click to expand commit body
We haven't tested them yet.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo
and
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
5ec3032
Merge pull request #913 from zed-industries/update-themes
Click to expand commit body
Add sulphurpool theme, update solarized
Max Brunsfeld
created
3 years ago
a2591ce
Create common base16 theme constructor
Click to expand commit body
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nate Butler
,
Keith Simmons
, and
Max Brunsfeld
created
3 years ago
e86152d
Merge pull request #911 from zed-industries/reduce-novel-bindings
Click to expand commit body
Remove some novel key bindings
Max Brunsfeld
created
3 years ago
9338cd9
Add cave theme
Click to expand commit body
Sneaking one more in, cave is a nice cool dark theme that isn't super blue.
Nate Butler
created
3 years ago
a3adefc
Remove generated JSON for the Forest theme
Nate Butler
created
3 years ago
e28d182
Add sulphurpool theme, update solarized
Click to expand commit body
Co-Authored-By: Keith Simmons <keith@the-simmons.net>
Nate Butler
and
Keith Simmons
created
3 years ago
5be7c35
Merge pull request #900 from zed-industries/completion-insert-text
Click to expand commit body
Respect lsp completions' 'insert_text' property when present
Max Brunsfeld
created
3 years ago
4592260
Infer completions old ranges based on the syntax tree
Max Brunsfeld
created
3 years ago
ec6652a
Remove some novel key bindings
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
065734e
Merge pull request #898 from zed-industries/track-window-focus
Click to expand commit body
Focus/blur views when application windows become active/inactive
Max Brunsfeld
created
3 years ago
Click to expand commit body
Continue adding in more API routes
Nathan Sobo
created
3 years ago
e30a395
WIP: Switch to axum
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
ac6880b
Only set the cursor style once per mouse move event
Click to expand commit body
This will hopefully prevent some of the intermittent flickering we seem to be seeing.
Nathan Sobo
created
3 years ago
Nathan Sobo
created
3 years ago
5ab21cc
Merge pull request #891 from zed-industries/solarized
Click to expand commit body
Add solarized dark and light syntax themes
Keith Simmons
created
3 years ago
e8d2632
Remove duplication between windowDid{Become,Resign}Key callbacks
Max Brunsfeld
created
3 years ago
50b5b56
Update solarized theme to match main
Keith Simmons
created
3 years ago
6b9e93a
Fix double-borrow crash by calling window activated callback asynchronously
Max Brunsfeld
created
3 years ago
a1576b7
fix solarized element backgrounds
Keith Simmons
created
3 years ago
533ba47
Add some comments to the theme.ts explaining the logic behind them
Keith Simmons
created
3 years ago
d0ee686
add solarized dark and light syntax themes
Keith Simmons
created
3 years ago
8ddc7e6
Respect lsp completions' 'insert_text' property when present
Click to expand commit body
Fixes #839
Max Brunsfeld
created
3 years ago
c61ae6f
Merge pull request #877 from zed-industries/misc-normal-commands
Click to expand commit body
Add inclusive vs exclusive motions to vim mode
Keith Simmons
created
3 years ago
d12df42
Merge pull request #894 from zed-industries/typescript-outline-fixes
Click to expand commit body
Fix missing TypeScript outline entries and breadcrumbs
Max Brunsfeld
created
3 years ago
7f64076
Focus/blur views when application windows become active/inactive
Max Brunsfeld
created
3 years ago
bfec9e1
Fix missing TypeScript outline entries and breadcrumbs
Max Brunsfeld
created
3 years ago
f881c2a
Merge pull request #892 from zed-industries/syntax-theme-fixes
Click to expand commit body
Syntax theme fixes
Max Brunsfeld
created
3 years ago
03d7035
Avoid spurious highlight runs in Language::highlight_text
Max Brunsfeld
created
3 years ago
d330f90
Allow each theme to style all aspects of syntax highlighting
Click to expand commit body
Previously, some syntax highlights were controlled in editor.ts,
and shared across all themes.
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
447c1d2
WIP: Get compiling with Tokio by commenting almost everything
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
ddc45eb
Merge pull request #889 from zed-industries/cursor-style-revamp
Click to expand commit body
Apply cursor styles during paint and make editor's cursor an I-Beam
Nathan Sobo
created
3 years ago
Page 8 of 86