Nathan Sobo
3dad0d9811
Add group_active
2023-10-11 21:48:21 -06:00
Nathan Sobo
d920f7edc1
Add group hovers
2023-10-11 21:34:08 -06:00
Nathan Sobo
f37b83a0ea
WIP
2023-10-11 17:18:39 -06:00
Nathan Sobo
93c233b1cf
Checkpoint
2023-10-11 13:22:40 -06:00
Nathan Sobo
47b64a5074
Checkpoint
2023-10-11 12:51:56 -06:00
Nathan Sobo
e2da2b232e
Checkpoint
2023-10-11 11:40:42 -06:00
Antonio Scandurra
006f840570
Checkpoint
2023-10-11 17:53:29 +02:00
Antonio Scandurra
457df8d3f3
Start and stop display link on the main thread
2023-10-11 16:38:54 +02:00
Antonio Scandurra
b6e4208ea8
Checkpoint
2023-10-11 15:08:28 +02:00
Antonio Scandurra
56fba5541a
Checkpoint
2023-10-11 14:19:04 +02:00
Antonio Scandurra
a69dbafe3c
Checkpoint
2023-10-11 12:47:19 +02:00
Antonio Scandurra
a9c69bf774
Checkpoint
2023-10-11 12:45:09 +02:00
Antonio Scandurra
b6a3d9ce59
Checkpoint
2023-10-11 11:03:08 +02:00
Antonio Scandurra
eebbc807e5
Checkpoint
2023-10-11 10:45:57 +02:00
Antonio Scandurra
0fb7364235
Checkpoint
2023-10-11 09:17:25 +02:00
Nathan Sobo
f1cc62c21f
WIP
2023-10-10 22:49:47 -06:00
Nathan Sobo
f53b63eaf6
Checkpoint
2023-10-10 22:14:47 -06:00
Nathan Sobo
61b8ad38bd
Remove state erasure for now
2023-10-10 12:44:40 -06:00
Nathan Sobo
e714653478
Checkpoint
2023-10-10 12:42:44 -06:00
Nathan Sobo
d70b4f04f6
Checkpoint
2023-10-10 12:41:28 -06:00
Antonio Scandurra
9eff99de49
--amend
2023-10-10 20:02:34 +02:00
Antonio Scandurra
4855b8f3de
WIP
2023-10-10 20:02:23 +02:00
Antonio Scandurra
84ad2cb827
Checkpoint
2023-10-10 19:48:32 +02:00
Antonio Scandurra
97edec6e72
WIP
2023-10-10 17:31:42 +02:00
Antonio Scandurra
96fbf9fd06
Checkpoint
2023-10-10 16:47:09 +02:00
Antonio Scandurra
48a12be538
WIP
2023-10-10 15:03:47 +02:00
Antonio Scandurra
012a7743ad
Checkpoint
2023-10-10 14:43:55 +02:00
Antonio Scandurra
678235023f
Checkpoint
2023-10-10 13:07:53 +02:00
Antonio Scandurra
a4afb72535
Checkpoint: beziers
2023-10-10 13:01:35 +02:00
Nathan Sobo
fe60f264c4
Checkpoint
2023-10-09 21:46:49 -06:00
Nathan Sobo
dfdb691f73
Checkpoint
2023-10-09 21:30:14 -06:00
Nathan Sobo
9fe5836240
Move events module up
2023-10-09 21:19:56 -06:00
Nathan Sobo
8074e6b46a
Add basic mouse event handling
2023-10-09 21:17:56 -06:00
Nathan Sobo
f763ed9a7e
Checkpoint
2023-10-09 19:54:29 -06:00
Antonio Scandurra
7b610f8dd8
WIP
2023-10-09 19:50:48 +02:00
Antonio Scandurra
d889cdecde
Checkpoint
2023-10-09 19:13:57 +02:00
Antonio Scandurra
6a4c2a0d40
WIP
2023-10-09 16:02:55 +02:00
Marshall Bowers
73360d37f7
Merge branch 'main' into gpui2
2023-10-07 12:15:23 -04:00
Marshall Bowers
f795177ab6
Fix icon paths
2023-10-07 10:51:19 -04:00
Marshall Bowers
a4bde421db
Revert changes to gpui2 crate
2023-10-07 10:50:50 -04:00
Marshall Bowers
f6a4151f60
Merge branch 'main' into gpui2
2023-10-07 10:50:05 -04:00
Max Brunsfeld
9f32a6e209
collab 0.23.3
2023-10-06 11:25:46 -07:00
Max Brunsfeld
3f66caedfc
Fix error in query for last N channel messages ( #3100 )
2023-10-06 11:24:34 -07:00
Joseph T. Lyons
1dd82df59e
Use display name for release channel in panic events ( #3101 )
...
This was a mistake from long ago - something I've been meaning to fix
for a long time. All other events use `display_name()`, but panic
events, which leads to mistakes when filtering out `Zed Dev`, which
isn't the format that `dev_name()` returns. I'm adding a fix to zed.dev
as well:
- https://github.com/zed-industries/zed.dev/pull/393
so that the values are adjusted for all clients, not just ones with this
fix. I will correct the data in clickhouse, and adjust the queries in
metabase.
Release Notes:
- N/A
2023-10-06 14:20:06 -04:00
Joseph T. Lyons
81bc86be07
Use display name for release channel in panic events
2023-10-06 14:04:38 -04:00
Max Brunsfeld
663649a100
Fix error in query for last N channel messages
2023-10-06 10:58:34 -07:00
Joseph T. Lyons
1e557dddcc
Add session id to panic events ( #3098 )
...
Release Notes:
- N/A
2023-10-06 13:32:45 -04:00
456baaa112
Mainline GPUI2 UI work ( #3099 )
...
This PR mainlines the current state of new GPUI2-based UI from the
`gpui2-ui` branch.
Included in this is a performance improvement to make use of the
`TextLayoutCache` when calling `layout` for `Text` elements.
Release Notes:
- N/A
---------
Co-authored-by: Nate Butler <iamnbutler@gmail.com >
Co-authored-by: Antonio Scandurra <me@as-cii.com >
2023-10-06 13:18:56 -04:00
Joseph T. Lyons
2c7e37e9ff
Add session id to panic events
2023-10-06 12:32:20 -04:00
Antonio Scandurra
ca6eb5511c
Checkpoint: underlines
2023-10-06 15:34:37 +02:00