Commit log
f3b6719
Rename both PlatformDispatcher::poll and Executor::run_step to 'tick'
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
Conrad Irwin
created
2 years ago
5478889
Add storybook3
Conrad Irwin
created
2 years ago
61bd6ba
Actions‽ (#3349)
Click to expand commit body
This PR re-implements our actions with macros instead of a blanket impl.
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
Mikayla
created
2 years ago
17b2b11
Don't update file's saved mtime when reload is aborted
Max Brunsfeld
created
2 years ago
49d3e1c
Add default derive
Mikayla
created
2 years ago
4de2c0f
Re-implement actions as derive macros instead of blanket impls
Mikayla
created
2 years ago
0bed5e4
Port buffer reload bug fixes back to gpui1 crates
Max Brunsfeld
created
2 years ago
5f1acae
Fix race conditions and bugs in Buffer::reload
Max Brunsfeld
created
2 years ago
89d73f7
Label the buffer's diff task so it can be deprioritized in tests
Max Brunsfeld
created
2 years ago
b2451d9
Combine adjacent edits in buffer's diff
Max Brunsfeld
created
2 years ago
074a221
Progress on ContextMenu
Conrad Irwin
created
2 years ago
f9650b3
Don't run until all the way until parked when waiting for a model's next event
Max Brunsfeld
created
2 years ago
6397c05
Add the ability to deprioritize specific labeled tasks in tests
Max Brunsfeld
created
2 years ago
9456f71
Only send one right click event
Conrad Irwin
created
2 years ago
83dfb19
UI size + other theme refinements (#3347)
Click to expand commit body
[[PR Description]]
- Fixes bad titlebar states when the ui scale is set very low
- Tidies up a number of workspace styles
Release Notes:
- N/A
Nate Butler
created
2 years ago
3223e21
Add dock borders
Nate Butler
created
2 years ago
9c5f580
Use `Selected` for active IconButtons
Nate Butler
created
2 years ago
3d8e63b
Buttons should always use `cursor_pointer`
Nate Butler
created
2 years ago
c2d6d24
Ensure the titlebar stays large enough even with small ui sizes
Nate Butler
created
2 years ago
a526f23
Add ui_font settings and set default rem size accordingly (#3346)
Click to expand commit body
[[PR Description]]
- Adds ui_font_family, ui_font_features, ui_font_size to settings and
default settings
- Use the new ui font settings to set the rem size when the workspace is
created.
Release Notes:
- N/A
Nate Butler
created
2 years ago
267e074
Checkpoint, MenuHandle can open one
Conrad Irwin
created
2 years ago
ffd092a
Add ui_font_* for tests
Nate Butler
created
2 years ago
fa9f4a9
Init rem_size in the workspace at the start of the render
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
2 years ago
a0e9765
Salvage old distributed slice code
Mikayla
created
2 years ago
08dddf0
Revert change to default buffer font size
Nate Butler
created
2 years ago
b559bfd
Parameterize `theme2::init` to allow loading just the base theme (#3345)
Click to expand commit body
This PR adds a parameter to the `theme2::init` method to indicate what
the theme-loading behavior should be.
This allows us to indicate when we want to load all of the additional
built-in user themes (like in the Zed binary and in the storybook), and
when we don't want to load the user themes (like in tests).
We're using an enum over just a `bool` here for clarity at the call
site.
Release Notes:
- N/A
Marshall Bowers
created
2 years ago
f8b91bd
Fix some of the warnings
Piotr Osiewicz
created
2 years ago
d782426
Dismiss tooltips on click
Conrad Irwin
created
2 years ago
4540f04
Add more detail to panel switcher interaction
Conrad Irwin
created
2 years ago
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
b2f9c45
Change the default buffer font size to 16
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
c71e522
Allow users to set UI font properties in their settings
Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
Nate Butler
and
Marshall Bowers
created
2 years ago
6b6a30c
Merge branch 'main' into search2
Piotr Osiewicz
created
2 years ago
2aa7c6f
Add a simple context menu into terminal2 (#3343)
Click to expand commit body
Release Notes:
- N/A
Kirill Bulatov
created
2 years ago
ab0a3f1
Add an actual context menu into terminal-2
Click to expand commit body
(click the text, not the pane!)
Co-Authored-By: Piotr <piotr@zed.dev>
Kirill Bulatov
and
Piotr
created
2 years ago
c08ce1c
Start rendering autocompletion menu
Antonio Scandurra
created
2 years ago
781a95d
Add back Completion::documentation
Antonio Scandurra
created
2 years ago
f638d4c
Add basic context menu element
Kirill Bulatov
created
2 years ago
0f0b709
Fix more errors in terminal element
Kirill Bulatov
created
2 years ago
03b4c7c
Terminal 2 (#3342)
Click to expand commit body
Release Notes:
- N/A
Kirill Bulatov
created
2 years ago
Kirill Bulatov
created
2 years ago
e3465fb
Comment out the terminal view
Kirill Bulatov
created
2 years ago
a238368
More compilation fixes
Kirill Bulatov
created
2 years ago
61d6cb8
Start porting terminal_element to gpui2
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Kirill Bulatov
and
Mikayla Maki
created
2 years ago
d89c511
Start porting terminal_view to gpui2
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Kirill Bulatov
and
Mikayla Maki
created
2 years ago
c8f83e2
Tabs n splits (#3340)
Click to expand commit body
Adds back:
- [x] Tab clicking
- [x] Splits ~
- [x] Workspace deserialization
Also adds a new `FocusableView` API to GPUI
Release Notes:
- N/A
Mikayla Maki
created
2 years ago
9da0b78
Merge branch 'main' into tabs-n-splits
Mikayla
created
2 years ago
e9e1170
Compile taffy in release mode
Mikayla
created
2 years ago
Page 69 of 360