Commit log
1911f53
Add a compile test for the element derive (#2840)
Click to expand commit body
Tried to use this the new element derive on a branch and ran into some
bugs, this fixes those.
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
7970406
Add a compile test for the element derive
Mikayla
created
2 years ago
c0356fd
Decrease row count for buffer search bar
Piotr Osiewicz
created
2 years ago
9b5551a
split into body and header
Mikayla
created
2 years ago
ff1261b
WIP Restyle channel modal
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
2 years ago
0a0314e
Shrink project search + decrease padding
Piotr Osiewicz
created
2 years ago
e4c593c
chore: fix compiler warning
Piotr Osiewicz
created
2 years ago
799278e
Add row_height
Piotr Osiewicz
created
2 years ago
100a896
Add accent colors to search option buttons
Piotr Osiewicz
created
2 years ago
f6ecf83
Increase editor's left hand side padding to 10
Piotr Osiewicz
created
2 years ago
9e9b309
Style mode/option buttons
Piotr Osiewicz
created
2 years ago
Nathan Sobo
created
2 years ago
ffffbbe
chore: use Cow instead of String for tooltips (#2838)
Click to expand commit body
A QoL change to align `Tooltip` with other elements like `Label`
Release Notes:
- N/A
Piotr Osiewicz
created
2 years ago
3d10354
Make ButtonSide respect corner_radius
Piotr Osiewicz
created
2 years ago
b8df26b
mode_button: get rid of borders before creating a label
Piotr Osiewicz
created
2 years ago
a9a2d28
Make ButtonSide scale with corner_radius
Piotr Osiewicz
created
2 years ago
d6eaa3c
Ditch the hot reloading approach
Nathan Sobo
created
2 years ago
b21b17c
Merge branch 'main' into collab-panel
Mikayla
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
096e293
Fix rounding artifacts of nav buttons
Piotr Osiewicz
created
2 years ago
9ad308f
Fix padding inside search input.
Click to expand commit body
Adjust borders for toggle buttons
Piotr Osiewicz
created
2 years ago
da3a417
Bump row_count for buffer search
Piotr Osiewicz
created
2 years ago
b2f773e
Increase padding on search
Piotr Osiewicz
created
2 years ago
3b1e5e9
What if we base themes on Rose Pine
Nathan Sobo
created
2 years ago
b3447ad
Dial in the channel creating/renaming UI
Click to expand commit body
* Ensure channel list is in a consistent state with no flicker while the
channel creation / rename request is outstanding.
* Maintain selection properly when renaming and creating channels.
* Style the channel name editor more consistently with the non-editable
channel names.
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
2 years ago
076b72c
Improve styling of collab panel
Max Brunsfeld
created
2 years ago
ac1b2b1
Send user ids of channels of which they are admins on connecting
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
2 years ago
60e25d7
Send channel permissions to clients when they fetch their channels
Max Brunsfeld
created
2 years ago
268f4b1
Restore shutdown behavior (#2837)
Click to expand commit body
Deals with https://github.com/zed-industries/community/issues/1898
Restores original close behavior from
https://github.com/zed-industries/zed/pull/2832/files#diff-89af0b4072205c53b518aa977d6be48997e1a51fa4dbf06c7ddd1fec99fc510eL444
(load diff for the last file, zed.rs)
and adds a better name for the variable.
Release Notes:
- Fixes `cmd-q` not working
Max Brunsfeld
created
2 years ago
704ab33
Restore shutdown behavior
Kirill Bulatov
created
2 years ago
Click to expand commit body
co-authored-by: max <max@zed.dev>
Mikayla
and
max
created
2 years ago
Mikayla
created
2 years ago
707e41c
Merge branch 'collab-panel' of github.com:zed-industries/zed into collab-panel
Mikayla
created
2 years ago
99daa73
Merge branch 'main' into collab-panel
Mikayla
created
2 years ago
778fd6b
Represent channel relationships using paths table
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
2 years ago
498d043
Avoid leak of channel store
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld
and
Mikayla
created
2 years ago
Nate Butler
created
2 years ago
Joseph T. Lyons
created
2 years ago
40030f3
Fix two mouse event bugs (#2835)
Click to expand commit body
This PR fixes two bugs we discovered in Zed's mouse event handling while
investigating an interesting and mysterious bug we we were seeing, where
spurious `MouseMoved` events would continuously be dispatched after
control-clicking.
Release Notes:
- Fixed a rendering glitch that could occur after control-clicking
certain elements.
Mikayla Maki
created
2 years ago
c58cf39
Add cycle mode command for buffer search
Piotr Osiewicz
created
2 years ago
a5cb4c6
Fix selections and enter-to-create-file
Mikayla
created
2 years ago
6cc0b81
Add `ui_sans` as a font option in the theme (#2836)
Click to expand commit body
This adds IBM Plex as a font option available to use as `ui_sans`
Note: This PR adds a static list of accepted font types in `/font`, as
LICENSE files were causing the app to crash when Zed was trying to load
them as fonts.
Release Notes:
- N/A (No user facing changes)
Thanks @ForLoveOfCats for getting me unstuck ❤️
Nate Butler
created
2 years ago
85af025
Add IBM Plex license
Nate Butler
created
2 years ago
af388e7
Only load TTF fonts for now, additional font types will need to be manually added
Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Nate Butler
and
Julia
created
2 years ago
183c292
Remove license causing unwrap error
Click to expand commit body
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Nate Butler
and
Julia
created
2 years ago
b23f1c8
WIP add IBM Plex Sans
Click to expand commit body
(base) natebutler@Nate16 zed % cargo run
Compiling zed v0.99.0 (/Users/natebutler/Code/zed/zed/crates/zed)
Finished dev [unoptimized + debuginfo] target(s) in 9.15s
Running `target/debug/Zed`
Thread "main" panicked with "called `Result::unwrap()` on an `Err` value: parse error" at crates/zed/src/main.rs:667:10
0: backtrace::backtrace::libunwind::trace
at /Users/natebutler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/src/backtrace/libunwind.rs:93:5
backtrace::backtrace::trace_unsynchronized
at /Users/natebutler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/src/backtrace/mod.rs:66:5
1: backtrace::backtrace::trace
at /Users/natebutler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/src/backtrace/mod.rs:53:14
2: backtrace::capture::Backtrace::create
at /Users/natebutler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/src/capture.rs:176:9
3: backtrace::capture::Backtrace::new
at /Users/natebutler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.68/src/capture.rs:140:22
4: Zed::init_panic_hook::{{closure}}
at crates/zed/src/main.rs:436:29
5: std::panicking::rust_panic_with_hook
6: std::panicking::begin_panic_handler::{{closure}}
7: std::sys_common::backtrace::__rust_end_short_backtrace
8: _rust_begin_unwind
9: core::panicking::panic_fmt
10: core::result::unwrap_failed
11: core::result::Result<T,E>::unwrap
at /private/tmp/rust-20230613-7622-103lepv/rustc-1.70.0-src/library/core/src/result.rs:1089:23
12: Zed::load_embedded_fonts
at crates/zed/src/main.rs:664:5
13: Zed::main
at crates/zed/src/main.rs:80:5
14: core::ops::function::FnOnce::call_once
at /private/tmp/rust-20230613-7622-103lepv/rustc-1.70.0-src/library/core/src/ops/function.rs:250:5
15: std::sys_common::backtrace::__rust_begin_short_backtrace
at /private/tmp/rust-20230613-7622-103lepv/rustc-1.70.0-src/library/std/src/sys_common/backtrace.rs:134:18
16: std::rt::lang_start::{{closure}}
at /private/tmp/rust-20230613-7622-103lepv/rustc-1.70.0-src/library/std/src/rt.rs:166:18
17: std::panicking::try
18: std::rt::lang_start_internal
19: std::rt::lang_start
at /private/tmp/rust-20230613-7622-103lepv/rustc-1.70.0-src/library/std/src/rt.rs:165:17
20: _mai
Nate Butler
created
2 years ago
17d505b
Reset search index on mode change
Piotr Osiewicz
created
2 years ago
28a5766
buffer: Add magnifying glass icon
Piotr Osiewicz
created
2 years ago
6fbef9f
chore: update fn paint
Piotr Osiewicz
created
2 years ago
Page 26 of 250