Commit log

6bbb79a Rework prettier installation and start

Kirill Bulatov created

d673efe Add prettier workspace resolution test

Kirill Bulatov created

cdc82d0 Call editor::init

Antonio Scandurra created

800c268 Remove dependency from gpui from editor2

Antonio Scandurra created

fbee6b5 Get editor2 compiling with a ton of code commented out

Nathan Sobo created

f3b8a9d WIP

Nathan Sobo created

a731f8f WIP

Nathan Sobo created

dfc7c81 WIP

Nathan Sobo created

72b9dc8 Merge remote-tracking branch 'origin/main' into editor2

Nathan Sobo created

6a89f7c rich text2 (#3220)

Click to expand commit body
- git -> git3
- Add rich_text2

[[PR Description]]

Release Notes:

N/A

Nathan Sobo created

2a12e8f Merge remote-tracking branch 'origin/rich_text2' into editor2

Nathan Sobo created

383d912 [Not compiling] Continue working on VSCode import

Nate Butler created

0b3932f Convert rich_text2

Conrad Irwin created

6ecb480 Add rich_text2

Conrad Irwin created

cbd9026 git -> git3

Click to expand commit body
This is needed for the editor.

Conrad Irwin created

0aabb19 Into the woods

Conrad Irwin created

b4e2368 Merge branch 'main' into import-theme

Nate Butler created

0d0b6db Update theme importer

Nate Butler created

8d09baa Remove unintentionally committed txt file

Nate Butler created

2b0c959 Add terminal colors to ThemeColors, add `_background` to some color names.

Nate Butler created

9052b48 Use correct color values in quad fragment shader (#3217)

Click to expand commit body
Previously, when using rounded corners, the borders would get wider.
Looks like we weren't using the input color values consistently in the
fragment shader. The quad values are raw HSLA and are converted in the
vertex shader.

Release Notes:

- N/A

Nathan Sobo created

95a0827 Clean up unused code

Marshall Bowers created

152ac69 Add `themes2/src/themes` directory

Marshall Bowers created

d1636bf Finish up theme printer

Marshall Bowers created

fc37628 Start work on theme printer

Marshall Bowers created

7b712ac WIP

Nathan Sobo created

0bc5138 Add basic `VsCodeThemeConverter`

Marshall Bowers created

e48332c Parse VSCode theme files

Marshall Bowers created

583c36e WIP

Conrad Irwin created

0589813 Scaffold out new `theme-importer` crate

Click to expand commit body
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>

Nate Butler and Marshall Bowers created

09efa01 Editor2

Conrad Irwin created

9e5275c Fix error handling of open_path

Click to expand commit body
Co-Authored-By: Nathan <nathan@zed.dev>

Conrad Irwin and Nathan created

972f076 Deserialize theme metadata

Nate Butler created

58ac7f2 [Broken] Load a src theme in test

Nate Butler created

5496987 Make the Zed2 window movable (#3218)

Click to expand commit body
This PR makes the Zed2 window movable and fixes a crash related to a
`todo!()` that wasn't necessary.

Release Notes:

- N/A

Marshall Bowers created

6eeaa64 workspace2 (#3188)

Click to expand commit body
Tracking PR for workspace port

Conrad Irwin created

8283909 Disable selective warnings to make cargo check happy

Conrad Irwin created

91f3e97 Use correct color values in quad fragment shader

Click to expand commit body
Co-Authored-By: Julia Risley <julia@zed.dev>

Nathan Sobo and Julia Risley created

269a724 Merge remote-tracking branch 'origin/main' into zed2-workspace

Conrad Irwin created

85f0959 Remove the 2s from source code (#3216)

Click to expand commit body
Release Notes:

- N/A

Mikayla Maki created

9c8220d Remove commented-out label code

Marshall Bowers created

809d878 WIP

Nate Butler created

3605afc Render active item in pane

Marshall Bowers created

d1cb2d3 Enforce Send bound on next frame callback functions, because they're invoked on arbitrary threads (#3215)

Click to expand commit body
This enforces the send bound, then uses an async task looping on a
channel to run callbacks on the main thread.

Nathan Sobo created

8b1b7a2 Checkpoint: Basic tab bar structure

Marshall Bowers created

29d8390 Fix formatting

Nathan Sobo created

1dd20d4 Merge remote-tracking branch 'origin/main' into gpui2-image-reborrow

Nathan Sobo created

004c5d3 WIP

Nate Butler created

04a8ee2 Enforce a Send bound on next frame callbacks

Click to expand commit body
This required using mpsc channels to invoke frame callbacks on the
main thread and send the receiver to the platform display link.

Co-Authored-By: Julia Risley <julia@zed.dev>

Nathan Sobo and Julia Risley created

d11ff14 Remove the 2s from source code

Mikayla created