e0f9b2b
Update Atelier Dune
Nate Butler created
e0f9b2b
Update Atelier Dune
Nate Butler created
477453c
Update existing Atelier themes
Nate Butler created
19fc143
Add base keymap setting
Format all files Co-Authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
ca03d87
Add a separator between the New Terminal button and existing terminal buttons
Joseph Lyons created
0a3f0c5
Use terminal titles for buttons
Joseph Lyons created
c80942e
Begin work to dynamically add terminal names to menu
Joseph Lyons created
caa6a75
Show a pop up menu for terminals
Co-Authored-By: Joseph T. Lyons <19867440+JosephTLyons@users.noreply.github.com> Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Joseph Lyons , Joseph T. Lyons , and Antonio Scandurra created
4f4af55
Merge pull request #2248 from zed-industries/increase-reconnect-timeout
Increase room reconnect timeout
Julia created
1e5aff9
Update collab integration test to new reconnect timeout
Julia created
ee154fe
Merge pull request #2231 from zed-industries/nate/add-gruvbox
Add Gruvbox Theme
Nate Butler created
3b31f10
Made the theme picker sort from dark to light
Added a layer into 'ConstrainedBox' to clip it 's children Made the welcome experience responsive to small and large sizes
Mikayla Maki created
8db7e17
Move install_cli function to a seperate crate
Add install cli button to welcome experience Add toast pop ups for CLI installation status
Mikayla Maki created
1f6bd0e
Fix edge case where the welcome page might open in the dock if the user's actions race the welcome experience action
Mikayla Maki created
ba652fc
Finish basic welcome experience
Mikayla Maki created
7163ba4
Merge pull request #2250 from zed-industries/syntax-highlighting-tweaks
Syntax highlighting tweaks
Max Brunsfeld created
c832e44
Remove more colors from default syntax theme
These default colors weren't consistent with the rest of the syntax theme.
Max Brunsfeld created
5157248
Make racket highlight query more consistent with other langs
Max Brunsfeld created
0867162
Fix lua highlight query
* Fix regex predicate on constants. * Remove 'function.call' highlight name. In other languages, we differentiate calls from definitions with the 'function.definition' highlight name. We actually don't use this in any themes though.
Max Brunsfeld created
aba2914
Fix constant highlighting in JS, TypeScript
Previously, SCREAMING_SNAKE_CASE identifiers were highlighted as types due to a mistake in the order of patterns in the highlight queries.
Max Brunsfeld created
246a6ad
Merge pull request #2239 from zed-industries/add-constructor-to-syntax-overrides
Add constructor to syntax overrides
Max Brunsfeld created
020a096
WIP
Mikayla Maki created
b745534
Add an element to pane to take care of wiring initial mouse handlers
Mikayla Maki created
4a85274
Add child item alignment to flex implementation
Fix checkbox styling co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
4c17987
Add png image loading to gpui
add zed logo into welcome experience Co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
f89f333
Added CTA buttons to welcome experience
Co-authored-by: Nathan <nathan@zed.dev>
Mikayla Maki and Nathan created
9dee2ca
WIP
Mikayla Maki created
62aeb6b
Added background to welcome page
Mikayla Maki created
5210be9
Added welcome experience sketch
Made toolbar hideable
Mikayla Maki created
7d7053b
Move to using stateless
Mikayla Maki created
118435a
Added basic styling for checkboxes, yay
Co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
86e2101
Added the ability to nested values to the settings file, while preserving user formatting
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
5058681
Make generate licenses quieter
Mikayla Maki created
416c793
Start on welcome experience settings
Mikayla Maki created
a0637a7
WIP
Mikayla Maki created
9401ef2
Add welcome crate and associated types
Mikayla Maki created
620890c
Merge pull request #2247 from zed-industries/tidy-up-sprite-cache
Tidy up `SpriteCache::render_glyph`
Julia created
0ec984f
Tidy up `SpriteCache::render_glyph`
Antonio Scandurra created
01bbf20
Merge pull request #2235 from zed-industries/no-panic-uploads-in-debug
Don't upload panic files when running in a PTY
Max Brunsfeld created
996294b
Merge pull request #2246 from zed-industries/fix-lsp-derive-error
Make diagnostic processing order independent
Mikayla Maki created
ddf2f2c
Update test to use new group ids and new ordering of diagnostics.
Mikayla Maki created
bd4d755
Make diagnostic processing order independent
Co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
5097cf5
Merge pull request #2245 from zed-industries/confirm-restart-unsaved
Confirm restart if prompt-quit is enabled or there are unsaved changes
Julia created
13212d2
Confirm restart if prompt-quit is enabled or there are unsaved changes
Julia created
b9110c9
Increase reconnect timeout
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created
b957387
Merge pull request #2243 from zed-industries/joseph/z-225-track-open-terminals
Keep track of open terminals
Joseph T. Lyons created
3ec71a7
Keep track of open terminals
Co-Authored-By: Petros Amoiridis <petros@hey.com> Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Joseph Lyons , Petros Amoiridis , and Mikayla Maki created
50682dc
Merge pull request #2233 from zed-industries/fix-code-folding-initialization
Initialize code fold indicators on buffer startup
Mikayla Maki created
2bca64f
Merge pull request #2242 from zed-industries/mouse-event-handlers-yes
Fix surprising mouse propagation & avoid focusing tab while closing
Julia created
606d683
Add interactable fold markers
Change fold handlers to be driven by the fold map Switch to a mouse region based implementation for click regions Co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
ff2e6bc
Fix surprising mouse propagation & avoid focusing tab while closing
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Julia and Antonio Scandurra created