e0f8615
Remoe `dbg!()`s
Joseph T. Lyons created
e0f8615
Remoe `dbg!()`s
Joseph T. Lyons created
3abd376
Add timestamp delta to telemetry events
Joseph T. Lyons created
4537158
Focus workspace on launch (#3364)
Fixes action dispatch when no focus is there. Release Notes: - N/A
Conrad Irwin created
88024ca
Remove V parameter on elements
Mikayla created
c0d85dc
Fix text wrapping when a child of a v_stack() (#3362)
Previously text that was rendered in a flex-column would reserve the correct amount of space during layout, and then paint itself incorrectly. Release Notes: - N/A
Conrad Irwin created
b67193e
ui2: Do not enable 'stories' feature by default. (#3363)
This cuts down LLVM IR size from 3 million lines to 700k in debug build. This then leads to ~3s compile time in debug build (without incremental on ui itself), as opposed to 10.5s on main. Release Notes: - N/A
Piotr Osiewicz created
e83a297
Move binding function back into keybinding module
Piotr Osiewicz created
31336b0
ui2: Do not enable 'stories' feature by default.
This cuts down LLVM IR size from 3 million lines to 700k in debug build. This then leads to ~3s compile time in debug build (without incremental on ui itself), as opposed to 10.5s on main.
Piotr Osiewicz created
c5738a5
delint
Conrad Irwin created
0711121
Add some test cases
Conrad Irwin created
33cd6f5
Clean compile with redesigned element traits
Nathan Sobo created
cf47ed2
Fix wrapping when parent has a max_width
(Also avoid re-wrapping text we already wrapped)
Conrad Irwin created
242a0b8
Update Taffy to latest main
Conrad Irwin created
7172ce3
Fix text wrapping when a child of a v_stack()
Conrad Irwin created
0673606
WIP
Nathan Sobo created
adc355a
Element refinement passing on ui2
Nathan Sobo created
0734050
Revert changes
Mikayla Maki created
b758d1b
Update bundle
Mikayla Maki created
fd8ebb4
Update bundle
Mikayla Maki created
a73db6b
Fix more bundling errors (#3361)
Release Notes: - N/A
Mikayla Maki created
ede7656
please work
Mikayla created
30b7da0
N/t6 (#3360)
[[PR Description]] - Fix broken pane group spacing - Work on diagnostics styling (still wip) Release Notes: - N/A
Mikayla Maki created
be33f00
WIP: Lots of errors, starting on resurrecting derive Element
Nathan Sobo created
55dbcf2
Remove unused imports
Mikayla created
f9804fe
Remove flex_1 from bottom dock to fix pane group spacing
Nate Butler created
23ffce9
WIP: Work toward eliminating Component trait
This refactor enhances the overall design by promoting reusable and composable UI component structures within the Zed project codebase.
Nathan Sobo created
2515bbf
Move self in Element::paint
Remove mutable state borrows in favor of state ownership in render processes to streamline element rendering.
Nathan Sobo created
461fa8d
Testing the auto-updater
Mikayla created
e1285b9
Add nightly release channel for zed2 (#3355)
Release Notes: - N/A
Mikayla Maki created
d6f1738
Use muted color for fold indicators
Nate Butler created
b218ab4
Remove default hover state for icon buttons
Nate Butler created
101fe7f
Update diagnostic status bar tool
Nate Butler created
fd6e47c
Fix auto update command
Mikayla created
9969caf
Style empty diagnostics as an editor
Nate Butler created
0069dd5
WIP
Nathan Sobo created
eb2e9a5
Fix bundling again
Mikayla created
16f4205
Remove CLI from zed2 (for now)
Mikayla created
e43696e
Temporary debug builds for faster ci testing
Mikayla created
70d0421
Fix bundle script
Mikayla created
ee753be
Build nightly release based on 'nightly' tag, not any tag w/ nightly prefix
Max Brunsfeld created
bf324c1
Add bump nightly script
Mikayla created
dd283b4
Add autoupdate2
co-authoredby: max@zed.dev
Mikayla created
a03d062
Make the commit sha availabe in the app, via a global
Co-authored-by: Mikayla <mikayla@zed.dev> Co-authored-by: Kirill <kirill@zed.dev>
Max Brunsfeld , Mikayla , and Kirill created
a8bea41
Put release channel back to dev
Max Brunsfeld created
6a22ab8
Fix cargo check --tests invocation
Max Brunsfeld created
5e2eb43
Check out repo outside of reusable actions
Co-authored-by: Mikayla <mikayla@zed.dev> Co-authored-by: Kirill <kirill@zed.dev>
Max Brunsfeld , Mikayla , and Kirill created
c684f08
Wire up release_nightly workflow, to upload artifacts to DO spaces
Co-authored-by: Kirill <kirill@zed.dev> Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld , Kirill , and Mikayla created
c9fc7ea
zed2: Project diagnostics (#3359)
Release Notes: - N/A
Julia created
189ddf9
Merge branch 'main' into unborked-git-zed2-diagnostics-view
Julia created
62297a5
Render diagnostics header and summary
Julia created