This website requires JavaScript.
a241a13d60
fix test
Mikayla
2024-01-22 19:35:23 -08:00
938b84c045
Finish documenting GPUI
Mikayla
2024-01-22 19:25:48 -08:00
eab2e21126
Document more styling functions
Mikayla
2024-01-22 19:00:16 -08:00
a99d5b87e8
WIP: text_system
Mikayla
2024-01-22 09:35:01 -08:00
0c3fb449f0
Document geometry
Mikayla
2024-01-22 08:11:21 -08:00
1902df9316
WIP: Start geometry crate
Mikayla
2024-01-21 15:51:33 -08:00
1f94463ce2
Switch Arc<Mutex<Keymap>> to Rc<RefCell<Keymap>>, a relic of the GPUI2 port. Make gpui pass clippy
Mikayla
2024-01-21 15:35:47 -08:00
ba5b969e10
collab 0.40.0
Max Brunsfeld
2024-01-22 17:30:55 -08:00
a529a53d51
Don't allow granting write access to guests who haven't signed the CLA, if the channel requires the zed CLA (#4208 )
Max Brunsfeld
2024-01-22 17:29:23 -08:00
25708088b7
Add requires_zed_cla column to channels table
Max Brunsfeld and Marshall
2024-01-22 16:38:54 -08:00
f2eb78bbfc
Avoid overwriting mouse wheel scroll with selection auto-scroll (#4207 )
Julia
2024-01-22 19:07:03 -05:00
a2aa47aba2
Avoid overwriting mouse wheel scroll with selection auto-scroll
Julia
2024-01-22 18:12:25 -05:00
fd8d2d41b0
One off
Conrad Irwin
2024-01-22 15:53:12 -07:00
92c4c84730
Fix the fonts panic and completions in the settings (#4205 )
Kirill Bulatov
2024-01-23 00:29:36 +02:00
a75fa35a08
Fix the fonts panic
Kirill Bulatov and Piotr
2024-01-22 20:06:21 +02:00
98d514f5bf
Fix off-by-one highlighting in hover tooltip
Conrad Irwin
2024-01-22 15:21:10 -07:00
676d2cb24a
collab 0.39.0
Max Brunsfeld
2024-01-22 14:22:04 -08:00
44c2b8b063
Add REST APIs for signing the CLA, retrieving users who've signed the CLA (#4202 )
Max Brunsfeld
2024-01-22 14:20:39 -08:00
b9458fe4ac
Fix call to get_or_create_user in seed binary
Max Brunsfeld
2024-01-22 14:15:41 -08:00
03e008959f
Fix get_or_create_user test
Max Brunsfeld
2024-01-22 14:12:31 -08:00
cd7f377c31
Allow checking CLA signatures by GitHub login
Max Brunsfeld and Marshall
2024-01-22 13:55:12 -08:00
a9ddef8227
Update Channel membership UI
Conrad Irwin
2024-01-22 14:48:14 -07:00
43c21925ac
Hide editor hovers when a menu is open (#4200 )
Conrad Irwin
2024-01-22 14:41:03 -07:00
56556d71a1
Add API for retrieving the date that a contributor signed the CLA
Max Brunsfeld and Marshall
2024-01-22 13:11:24 -08:00
6c937c4a90
Make POST /contributors API idempotent
Max Brunsfeld and Marshall
2024-01-22 12:49:35 -08:00
2bfbd72483
Remove unused import? (#4201 )
Conrad Irwin
2024-01-22 13:48:36 -07:00
2445df8bdd
Remove unused import?
Conrad Irwin
2024-01-22 13:37:14 -07:00
53b47c15ac
Hide editor hovers when a menu is open
Conrad Irwin
2024-01-22 13:33:13 -07:00
c5465d26f8
Fix panel deserialization (#4198 )
Conrad Irwin
2024-01-22 12:37:38 -07:00
36a8bbfd43
Fix panel deserialization
Conrad Irwin
2024-01-22 12:28:42 -07:00
1981de4cae
Add REST APIs for getting and adding contributors
Max Brunsfeld and Mikayla
2024-01-22 10:48:33 -08:00
a1c4716eeb
Potential fix for #2422 (#4197 )
Conrad Irwin
2024-01-22 11:25:02 -07:00
e896941981
Fix certain hovers being cut off (#4196 )
Mikayla Maki
2024-01-22 10:19:39 -08:00
72cb865108
jk (#4189 )
Conrad Irwin
2024-01-22 11:12:43 -07:00
9d221a139d
Z index with flicker fix (#4170 )
Julia
2024-01-22 13:11:12 -05:00
41a99c686b
Potential fix for #2422
Conrad Irwin
2024-01-22 11:10:15 -07:00
6419df82ee
Fix certain hovers being cut off
Mikayla
2024-01-22 09:49:07 -08:00
942edbfcbb
Run tests even if lint/fmt/spell/squawk fails
Conrad Irwin
2024-01-22 10:00:32 -07:00
c49477746e
TYPO
Conrad Irwin
2024-01-22 09:56:59 -07:00
0903d29ab3
Improve logic for reused bindings, add docs.
Conrad Irwin
2024-01-22 09:51:21 -07:00
3b3252b040
Rewrote and documented was_top_layer logic
Julia and Antonio Scandurra
2024-01-22 11:50:47 -05:00
455d5eeb89
Preserve stacking order ID order when reusing cached view state
Julia and Antonio Scandurra
2024-01-22 10:50:52 -05:00
6c4d024237
TYPO
Conrad Irwin
2024-01-22 08:40:21 -07:00
c5d7c8e122
Fix cmd-k left
Conrad Irwin
2024-01-22 08:38:20 -07:00
831769ce8c
Ignore stacking order entry ids in was_top_layer
Julia
2024-01-19 15:26:33 -05:00
2c3d9805a4
Store a z-index id per-layer
Julia and Nathan Sobo
2024-01-18 10:59:23 -05:00
7ec4f22202
de-dbg!
Conrad Irwin
2024-01-22 08:14:30 -07:00
5b906e731d
Fix lightning bolt hover and git gutter mark overlapping (#4195 )
Kirill Bulatov
2024-01-22 16:12:34 +02:00
7aa3d9d1fb
Fix lightning bolt hover and git gutter mark overlapping
Kirill Bulatov
2024-01-22 16:01:32 +02:00
b5cb8323d4
lsp-log: Reemit Editors search events.
Piotr Osiewicz
2024-01-22 13:29:42 +01:00
426ef75f4e
Show diagnostics on hover (#4192 )
Antonio Scandurra
2024-01-22 12:09:46 +01:00
f76a2502bb
Show diagnostics on hover
Antonio Scandurra
2024-01-22 12:01:53 +01:00
4312c7d1e6
Introduce ZED_MEASUREMENTS=1 and script/histogram (#4191 )
Antonio Scandurra
2024-01-22 11:54:48 +01:00
de64de22a3
Introduce a ZED_MEASUREMENTS env var and use it to measure frame time
Antonio Scandurra
2024-01-22 11:37:14 +01:00
10ca33ce02
Introduce script/histogram to produce before/after comparisons
Antonio Scandurra
2024-01-22 11:22:22 +01:00
2c737a1d39
Resize Nightly icons to same scale as Stable/Preview (#4179 )
Thorsten Ball
2024-01-22 10:34:01 +01:00
b9c7bafc80
Merge remote-tracking branch 'origin/main' into jk
Conrad Irwin
2024-01-21 22:03:24 -07:00
4143d3a36e
Work on tests
Conrad Irwin
2024-01-21 21:59:41 -07:00
9bcf27b05b
WIP: Refactor out ElementContext from WindowContext (#4166 )
Mikayla Maki
2024-01-21 20:59:59 -08:00
b65cae5874
Moved Frame struct into element context, to be close to it's associated methods
Mikayla
2024-01-21 20:52:24 -08:00
c05edee2b5
Port the rest of the app
Mikayla
2024-01-21 20:26:33 -08:00
df4566fd1e
Refactor out element context from GPUI
Mikayla
2024-01-21 19:43:35 -08:00
9d261cf859
Merge branch 'main' into jk
Conrad Irwin
2024-01-21 20:36:18 -07:00
8c541b4930
Comment out tests for nwo
Conrad Irwin
2024-01-21 20:16:14 -07:00
b06e2eb6af
Update handling of 'pending' keys
Conrad Irwin
2024-01-21 14:36:59 -07:00
2f9958621b
Do an initial pass on refactoring out ElementContext from WindowContext
Mikayla
2024-01-21 18:40:20 -08:00
a8990baaac
Document more gpui (#4187 )
Mikayla Maki
2024-01-21 15:10:04 -08:00
118a3461a7
Restore erronously removed APIs
Mikayla
2024-01-21 14:33:34 -08:00
660a391806
Fix typos, mark docs related todos in GPUI
Mikayla
2024-01-21 14:28:40 -08:00
aa57a4cfbc
Document / lockdown more of GPUI
Mikayla
2024-01-21 14:26:45 -08:00
7d1cb8b072
Dont group chat messages after certain period of time (#4186 )
Joseph T. Lyons
2024-01-21 16:14:59 -05:00
24f6c434cf
Dont group messages after certain period of time
Joseph T. Lyons
2024-01-21 16:06:28 -05:00
06a325dafd
Fix chat timestamps (#4185 )
Joseph T. Lyons
2024-01-21 15:21:18 -05:00
4580172edb
Fix chat timestamps
Joseph T. Lyons
2024-01-21 15:12:04 -05:00
b8ed83a452
Refactor key dispatch to work in terms of bindings
Conrad Irwin
2024-01-20 14:11:10 -07:00
6c82380232
chore: Fix clippy::needless_borrow up to an editor
Piotr Osiewicz
2024-01-21 14:55:08 +01:00
c3102feeeb
chore: use WindowContext in Workspace where it is a sufficient context type
Piotr Osiewicz
2024-01-21 14:12:28 +01:00
29e74a648f
When searching in visual mode switch to normal mode (#4178 )
Thorsten Ball
2024-01-21 08:42:47 +01:00
aa776bc9c4
Add some initial testing to telemetry (#4182 )
Joseph T. Lyons
2024-01-20 23:37:11 -05:00
634f7f768c
Merge branch 'main' into add-telemetry-tests
Joseph T. Lyons
2024-01-20 23:28:01 -05:00
decd689332
Document the action, asset, color, element, canvas, and div modules (#4181 )
Mikayla Maki
2024-01-20 20:26:11 -08:00
c93d744be4
Add some initial testing to telemetry
Joseph T. Lyons
2024-01-20 23:23:52 -05:00
476de329b3
Fix issues in element comment
Mikayla
2024-01-20 20:19:01 -08:00
2083fdcaf6
Fix compile issue
Mikayla
2024-01-20 20:15:02 -08:00
bf878b8257
Document the canvas and div
Mikayla
2024-01-20 20:07:25 -08:00
a44aae9e91
Finish documenting the action, asset, color, and element modules in GPUI Remove SmallVec from the public API of GPUI
Mikayla
2024-01-20 18:31:31 -08:00
3b84291343
Updates to chat after Hack#2 (#4175 )
Conrad Irwin
2024-01-20 20:03:37 -07:00
76d38525ff
Document the gpui platform code (#4180 )
Mikayla Maki
2024-01-20 15:11:03 -08:00
4184686e8d
Lock down test platform implementation
Mikayla
2024-01-20 14:56:50 -08:00
017661818d
Fix typo
Mikayla
2024-01-20 14:42:38 -08:00
9da6b8c7f6
Lock down mac os platform type visibility in the rest of GPUI Add documentation to all platform types
Mikayla
2024-01-20 14:38:03 -08:00
29ac1fd081
Merge remote-tracking branch 'origin/main' into chat-font-size
Conrad Irwin
2024-01-20 14:51:53 -07:00
6e1f44163e
Render newlines as newlines in chat
Conrad Irwin
2024-01-20 13:45:44 -07:00
778856c101
Add a setting "use_autoclose" to control autoclose
Conrad Irwin
2024-01-20 13:32:31 -07:00
72689b08cc
shift-enter for newline in chat
Conrad Irwin
2024-01-20 13:31:19 -07:00
42c81354fa
Fix placeholder height
Conrad Irwin
2024-01-20 11:12:51 -07:00
a811b1503c
Resize Nightly icons to same scale as Stable/Preview
Thorsten Ball
2024-01-20 17:27:37 +01:00
87be105af7
When searching in visual mode switch to normal mode
Thorsten Ball and Conrad
2024-01-20 16:29:59 +01:00
33105486aa
Make platform input handler private Automatically record the context on non-view input handlers Simplify the async window context update() method
Mikayla
2024-01-20 06:56:04 -08:00
0858db9ebb
Autocomplete mentions (#4171 )
Max Brunsfeld
2024-01-19 17:03:56 -08:00