0def328
Merge branch 'main' into styling
Max Brunsfeld created
0def328
Merge branch 'main' into styling
Max Brunsfeld created
a946ad8
Add updated app icon
Nate created
23b66d9
Add black theme
Nate created
246a911
Update colors, style panels and selector
Nate created
13143e6
Style resize handles
We want the draggable area to be larger than the visual appearance, so we added a padding facility to MouseEventHandler that enlarges the "hit area" by the specified padding. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
8085e74
Style the left and right sidebars independently in the theme
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
59931a4
Style titlebar via theme and give it a bottom border
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
b29e673
Set sidebar icon heights via theme
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Nathan Sobo and Max Brunsfeld created
e2b30ad
Remove underline from functions in dark theme
Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra , Max Brunsfeld , and Nathan Sobo created
7db78b3
Merge branch 'chat'
Antonio Scandurra created
e94099d
Fix Dockerfile build of zed-server
Co-Authored-By: Max Brunsfeld <max@zed.dev> Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra , Max Brunsfeld , and Nathan Sobo created
2a763d0
Upgrade sqlx-cli to v0.5.7 to fix compilation errors
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
1f0bda7
Remove underlines from tab titles
Co-Authored-By: Nathan Sobo <nathan@zed.dev> Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra , Nathan Sobo , and Max Brunsfeld created
d08ec43
Make titlebar taller and position traffic lights accordingly
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
c4dac3c
Open a window with an empty buffer when launching zed with no args
Antonio Scandurra created
058691d
Focus chat input editor after signing in
Antonio Scandurra created
09bb42c
Show "sign in" prompt when opening the chat panel while signed out
Antonio Scandurra created
a8011fc
Render underlines in front of paths and glyphs
Antonio Scandurra created
5b71901
Flush pending underline when we are at the end of the line
Antonio Scandurra created
cf68ad3
Trim pending underline when text runs don't cover the whole line
Antonio Scandurra created
8cf16c6
Use Label's base style `underline` when no highlights are provided
Antonio Scandurra created
8be85fd
Fix typo in highlighting regex for constants
Max Brunsfeld created
6323e8c
WIP: Try rendering underlines after all other quads
I thought this would allow underlines to show up in tabs, but it doesn't seem to be working.
Nathan Sobo created
9346aa3
Start work on underlined text
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
8e5c709
Block for up to 1ms when reparsing
This way, we'll avoid rendering two frames on edits that lead to fast reparses. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
11b8577
Update FoldMap snapshot versions when only the parse tree changes
even if the buffer's text has not changed Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld and Nathan Sobo created
94959d1
Load embedded fonts when initializing settings
Antonio Scandurra created
6e71c43
Delete `Editor::newline` and just use the `Insert` action
Antonio Scandurra created
2aadc97
Simplify how we determine if enter should insert a newline or propagate
Antonio Scandurra created
ffc8732
Rename `BufferView` to `Editor` in `ui_name`
Antonio Scandurra created
77d1574
Pass how many lines the editor should expand to in auto height mode
Antonio Scandurra created
cb62d53
Return errors instead of panicking when interacting with the keychain
Closes #134
Antonio Scandurra created
cff6ffb
Avoid invalid lifecycle state for flex element when total child flex is zero
Max Brunsfeld created
00f6bdc
Bundle and use Inconsolata v2.012
There's a newer version of the font available but ligatures seem broken googlefonts/Inconsolata#58 and googlefonts/Inconsolata#52. As part of this commit I also upgraded rust-embed to use the new exclusion feature, which allows us to skip embedding OS files like `.DS_Store`.
Antonio Scandurra created
0e4f777
Fix cargo feature name in seed-db script
Max Brunsfeld created
c3f1d43
Merge pull request #132 from zed-industries/fix-key-window
Ensure key window is a GPUIWindow before returning its id
Antonio Scandurra created
e9d5015
Add a min width for the `ChatPanel`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
f0775ae
Rename `Hooks` to `Hook`
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
2f0f6e2
Honor max constraint in `Flex` even if children overflow
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
0ae70b6
Use `on_after_layout` to cap the rendered sidebar item's width
Antonio Scandurra created
1b8ea08
Exclude selections from editor splits in Editor::active_selection_sets
Antonio Scandurra created
bd13584
Clone `Editor::build_style` on split
Antonio Scandurra created
215db42
Ensure key window is a GPUIWindow before returning its id
Antonio Scandurra created
2320205
Update theme selector matches when search query changes
Antonio Scandurra created
4c7eaae
Use `Flexible` in file finder and theme switcher instead of `Expanded`
Antonio Scandurra created
776f7dd
Add a new `Hooks` element to invoke a callback before layout
This is useful to cap the width of sidebars when dragging the resize handles beyond the maximum bounds of the sidebar.
Antonio Scandurra created
a0dd41c
Add a `Flexible` element that works like in Flutter
Antonio Scandurra created
ec36d81
Round corners in the chat panel's input editor
Antonio Scandurra created
522bef2
Add placeholder text as a feature of Editor, use it in chat panel
Max Brunsfeld created
1c43121
In theme, add an InputEditorSyle for styling small editors
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Max Brunsfeld and Antonio Scandurra created