40f4789
Allow distinct corner radii for images
Nathan Sobo created
40f4789
Allow distinct corner radii for images
Nathan Sobo created
84dc409
Wire up per corner radii for quad
Still need to expose this in the styling layer and allow images to have per corner radii.
Nathan Sobo created
0d31d6d
WIP
Nathan Sobo created
4b4b949
WIP
Nathan Sobo created
5e36040
Put a Taffy layout engine on window
Nathan Sobo created
1911f53
Add a compile test for the element derive (#2840)
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
7970406
Add a compile test for the element derive
Mikayla created
c0356fd
Decrease row count for buffer search bar
Piotr Osiewicz created
9b5551a
split into body and header
Mikayla created
ff1261b
WIP Restyle channel modal
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler and Mikayla Maki created
0a0314e
Shrink project search + decrease padding
Piotr Osiewicz created
e4c593c
chore: fix compiler warning
Piotr Osiewicz created
799278e
Add row_height
Piotr Osiewicz created
100a896
Add accent colors to search option buttons
Piotr Osiewicz created
f6ecf83
Increase editor's left hand side padding to 10
Piotr Osiewicz created
9e9b309
Style mode/option buttons
Piotr Osiewicz created
983641d
WIP
Nathan Sobo created
ffffbbe
chore: use Cow instead of String for tooltips (#2838)
A QoL change to align `Tooltip` with other elements like `Label` Release Notes: - N/A
Piotr Osiewicz created
3d10354
Make ButtonSide respect corner_radius
Piotr Osiewicz created
b8df26b
mode_button: get rid of borders before creating a label
Piotr Osiewicz created
a9a2d28
Make ButtonSide scale with corner_radius
Piotr Osiewicz created
d6eaa3c
Ditch the hot reloading approach
Nathan Sobo created
b21b17c
Merge branch 'main' into collab-panel
Mikayla created
0bf607c
WIP
Nathan Sobo created
dd6425e
WIP
Nathan Sobo created
096e293
Fix rounding artifacts of nav buttons
Piotr Osiewicz created
9ad308f
Fix padding inside search input.
Adjust borders for toggle buttons
Piotr Osiewicz created
da3a417
Bump row_count for buffer search
Piotr Osiewicz created
b2f773e
Increase padding on search
Piotr Osiewicz created
3b1e5e9
What if we base themes on Rose Pine
Nathan Sobo created
b3447ad
Dial in the channel creating/renaming UI
* 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
076b72c
Improve styling of collab panel
Max Brunsfeld created
ac1b2b1
Send user ids of channels of which they are admins on connecting
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
60e25d7
Send channel permissions to clients when they fetch their channels
Max Brunsfeld created
268f4b1
Restore shutdown behavior (#2837)
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
704ab33
Restore shutdown behavior
Kirill Bulatov created
a3623ec
Add renames
co-authored-by: max <max@zed.dev>
Mikayla and max created
eed49a8
Fix bad merge
Mikayla created
707e41c
Merge branch 'collab-panel' of github.com:zed-industries/zed into collab-panel
Mikayla created
99daa73
Merge branch 'main' into collab-panel
Mikayla created
778fd6b
Represent channel relationships using paths table
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
498d043
Avoid leak of channel store
Co-authored-by: Mikayla <mikayla@zed.dev>
Max Brunsfeld and Mikayla created
beffe6f
WIP BROKEN
Nate Butler created
230b894
v0.100.x dev
Joseph T. Lyons created
40030f3
Fix two mouse event bugs (#2835)
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
c58cf39
Add cycle mode command for buffer search
Piotr Osiewicz created
a5cb4c6
Fix selections and enter-to-create-file
Mikayla created
6cc0b81
Add `ui_sans` as a font option in the theme (#2836)
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
85af025
Add IBM Plex license
Nate Butler created
af388e7
Only load TTF fonts for now, additional font types will need to be manually added
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Nate Butler and Julia created