Commit log
f4121b4
Add more padding to dismiss button.
Click to expand commit body
Add a style for mode buttons group margin
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
d17aba4
Fix double borders in mode buttons.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
7314456
nav_button: Fix double border between nav buttons.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
b72a42e
buffer: fix alignment of editor icon.
Click to expand commit body
Co-authored-by: Kyle <kyle@zed.dev>
Piotr Osiewicz
and
Kyle
created
2 years ago
9ae28f8
Update option buttons text color
Piotr Osiewicz
created
2 years ago
ae229d4
Align "Select all" to the center
Piotr Osiewicz
created
2 years ago
94ac84a
Fix borders being cut off in buffer search
Piotr Osiewicz
created
2 years ago
8bb3bfa
Style buffer modes like project modes
Piotr Osiewicz
created
2 years ago
1c35db7
project_search: style filters button like the rest of the buttons
Piotr Osiewicz
created
2 years ago
d37ebe7
Add option_button_height style
Piotr Osiewicz
created
2 years ago
9121178
project_search: Swap places of case-sens/whole-word
Piotr Osiewicz
created
2 years ago
449c009
Properly generate ranges to query
Kirill Bulatov
created
2 years ago
56f8973
Do not add duplicate hints to the cache
Kirill Bulatov
created
2 years ago
0e2a1fc
Query inlay hints for parts of the file
Kirill Bulatov
created
2 years ago
708409e
Query hints on every scroll
Kirill Bulatov
created
2 years ago
5d2750e
Hide inlay cache fields
Kirill Bulatov
created
2 years ago
85f3549
Compiling checkpoint
Nathan Sobo
created
2 years ago
7662210
I think the adapter is ready. Close to pixels.
Nathan Sobo
created
2 years ago
625e4a1
Introduce new PaintContext and LayoutContext
Nathan Sobo
created
2 years ago
2d17e96
Compiling checkpoint
Nathan Sobo
created
2 years ago
be7a43c
Get taffy style conversion working
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
b586601
Style nav buttons
Piotr Osiewicz
created
2 years ago
e151555
Style dismiss button.
Click to expand commit body
Fix clipping in nav buttons and mode buttons. Add missing borders to outskirts of mode buttons.
Piotr Osiewicz
created
2 years ago
c6425b3
chore: remove redundant mut
Piotr Osiewicz
created
2 years ago
94f1d82
Remove buttonside, use new corner_radii instead
Piotr Osiewicz
created
2 years ago
6be73e4
Merge branch 'main' into project_search_design
Piotr Osiewicz
created
2 years ago
a90c0e0
Merge branch 'main' into collab-panel
Mikayla
created
2 years ago
5ce7cca
Allow individual corner radii on containers, images, and drop shadows (#2841)
Click to expand commit body
Here's an example in `crates/gpui/examples/corner_radii.rs`

@iamnbutler, in the themes, anywhere we have a container style can now
take either a `corner_radius` or a `corner_radii` field, both of these
fields can either have 1 number (for all 4 corners) or a an object like:
```
{
top_left?: number,
top_right?: number,
bottom_left?: number,
bottom_right?:number
}
```
Fields that are not included in this second representation default to 0
corner radius.
Mikayla Maki
created
2 years ago
29a8563
Make each setting optional
Mikayla
created
2 years ago
563b25f
Add deserialization helper
Mikayla
created
2 years ago
fa7ebd0
Include drop shadows with different corner radii in the example
Nathan Sobo
created
2 years ago
65123e6
Allow individual corner radii on drop shadows
Nathan Sobo
created
2 years ago
40f4789
Allow distinct corner radii for images
Nathan Sobo
created
2 years ago
84dc409
Wire up per corner radii for quad
Click to expand commit body
Still need to expose this in the styling layer and allow images
to have per corner radii.
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
5e36040
Put a Taffy layout engine on window
Nathan Sobo
created
2 years ago
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
Page 158 of 383