Junkui Zhang
80be0e29b9
add more context for errors
2025-07-31 01:15:39 +08:00
Junkui Zhang
b75f6e2210
use if-else
2025-07-31 00:59:46 +08:00
Junkui Zhang
b8f85be372
use log::warn
instead
2025-07-31 00:58:23 +08:00
Junkui Zhang
34e433ad90
check debug layer before creating
2025-07-31 00:05:56 +08:00
Junkui Zhang
6a91ac26d7
remove unneeded change
2025-07-30 23:29:32 +08:00
Junkui Zhang
345fd526fc
log the feature level we are using
2025-07-30 23:17:15 +08:00
Junkui Zhang
7c8074ce5c
update feature level
2025-07-30 22:56:28 +08:00
Junkui Zhang
0a0803e2a7
remove enable-renderdoc
2025-07-30 18:22:30 +08:00
Junkui Zhang
8c8b91470a
remove unused
2025-07-30 18:10:04 +08:00
Junkui Zhang
98692cc928
fix linux
2025-07-30 17:42:47 +08:00
Junkui Zhang
d194bf4f52
QOL improvement when device lost happens
2025-07-30 17:36:14 +08:00
Junkui Zhang
cc763729a0
add GPUI_DISABLE_DIRECT_COMPOSITION
env
2025-07-30 14:53:36 +08:00
Junkui Zhang
e370c3d601
misc
2025-07-30 09:29:09 +08:00
Junkui Zhang
eb3bb95c91
fix error msg
2025-07-29 22:45:58 +08:00
Junkui Zhang
554b36fd3c
fix where fxc.exe
2025-07-29 22:44:05 +08:00
Junkui Zhang
441731de2e
fix build.rs
2025-07-29 19:59:04 +08:00
Junkui Zhang
ead7a1e1f0
remove blade
2025-07-29 19:54:34 +08:00
Junkui Zhang
73eaee8f6f
use none instead of stretch
2025-07-29 17:44:54 +08:00
Junkui Zhang
98f31172ab
fix atlas sometime fails
2025-07-29 16:56:01 +08:00
Junkui Zhang
181f324473
fix device lost
2025-07-29 16:50:10 +08:00
Junkui Zhang
a1f03ee42c
log unknown vendor id
2025-07-29 16:03:59 +08:00
Junkui Zhang
741b38f906
remove unused repr(c)
2025-07-29 14:45:28 +08:00
Junkui Zhang
599b82fc9d
remove unused
2025-07-29 14:41:52 +08:00
Junkui Zhang
64b3b050e3
fix
2025-07-29 14:24:43 +08:00
Junkui Zhang
62d1b7e36f
fix PathRasterization
pipeline
2025-07-29 14:05:38 +08:00
Junkui Zhang
d7b14d8dc5
rename pipeline
2025-07-29 13:24:56 +08:00
Junkui Zhang
ce67ce1482
Revert "Use pre-multiplied alpha for path rasterization"
...
This reverts commit 8eea9aad40
.
2025-07-29 13:07:00 +08:00
Max Brunsfeld
8eea9aad40
Use pre-multiplied alpha for path rasterization
2025-07-28 17:52:55 -07:00
Max Brunsfeld
e9697e4639
Start work on doing path MSAA using intermediate texture
2025-07-28 17:45:35 -07:00
Max Brunsfeld
92b0a7e760
Merge branch 'main' into windows/dx11
2025-07-28 15:41:04 -07:00
Kirill Bulatov
798aa50df8
Fix tasks leaked despite workspace window close ( #35246 )
...
Closes https://github.com/zed-industries/zed/issues/34932
Release Notes:
- Fixed tasks leaked despite workspace window close
2025-07-28 22:37:48 +00:00
Julia Ryan
11c7b498b3
Fix panic feature flag detection ( #35245 )
...
The flag was being checked before feature flags were resolved.
Release Notes:
- N/A
2025-07-28 22:18:20 +00:00
Finn Evers
ca34ead6d9
onboarding: Add proper icon for action ( #35241 )
...
This change updates one icon within the onboarding flow to the indended
icon for that entry.
Release Notes:
- N/A
2025-07-28 22:02:12 +00:00
Finn Evers
158f65fd1e
gpui: Ensure tab index handles are properly reused across frames ( #35235 )
...
This fixes an issue where focus handles with a tab index would get lost
between rendered frames because the focus handles were not reused for
the following paint cycle.
Release Notes:
- N/A
2025-07-28 23:33:20 +02:00
Ben Kunkle
fa6b1a0114
keymap_ui: Fix bug introduced in #35208 ( #35237 )
...
Closes #ISSUE
Fixes a bug that was cherry picked onto stable and preview branches
introduced in #35208 whereby modifier keys would show up and not be
removable when editing a keybind
Release Notes:
- (preview only) Keymap Editor: Fixed an issue introduced in v0.197.2
whereby modifier keys would show up and not be removable while recording
keystrokes in the keybind edit modal
2025-07-28 17:27:10 -04:00
Danilo Leal
f3dc842ce6
keymap editor: Make table denser ( #35236 )
...
Hopefully, this will make it a bit easier to parse as a whole.
Release Notes:
- Made the keymap editor denser, improving how easy you can parse it at
a glance.
2025-07-28 21:25:48 +00:00
Finn Evers
7ccf8c2f8c
onboarding: Continue work on new flow ( #35233 )
...
This PR continues the work on the new and revamped onboarding flow.
Release Notes:
- N/A
2025-07-28 23:10:28 +02:00
Marshall Bowers
ab90ed41da
collab: Remove POST /billing/subscriptions/sync
endpoint ( #35232 )
...
This PR removes the `POST /billing/subscriptions/sync` endpoint, as it
has been moved to `cloud.zed.dev`.
Release Notes:
- N/A
2025-07-28 20:22:54 +00:00
Smit Barmase
cf13a76618
editor: Prioritize fuzzy score over sort positions in code completion sort ( #35229 )
...
We already prioritize matches that come after separators like `_`:
cef7d53607/crates/fuzzy/src/matcher.rs (L274)
and deprioritize non-consecutive matches using distance penalty:
cef7d53607/crates/fuzzy/src/matcher.rs (L281)
In completion sort, letting fuzzy score be the primary sort factor and
sort positions be secondary yields better results upon testing. We still
need sort positions because of this kind of test case:
cef7d53607/crates/editor/src/code_completion_tests.rs (L195-L217)
Before/After:
<img height="250" alt="image"
src="https://github.com/user-attachments/assets/38495576-add6-4435-93f0-891f48ec9263 "
/>
<img height="250" alt="image"
src="https://github.com/user-attachments/assets/0c73b835-0e23-4e30-a3ff-28bb56294239 "
/>
Release Notes:
- N/A
2025-07-29 01:15:29 +05:30
Richard Feldman
b64977f6f4
Use zed settings to detect .zed
folders ( #35224 )
...
Behind-the-scenes enhancement of
https://github.com/zed-industries/zed/pull/35221
Release Notes:
- N/A
2025-07-28 19:38:20 +00:00
Finn Evers
c3920b806b
editor: Ensure code actions menu doesn't grow beyond its max size ( #35211 )
...
This resolves the same issue as fixed by
https://github.com/zed-industries/zed/pull/34939/commits/d295409f0fc9c1ccd5e06e91c1c5365e96f16486
for the code actions menu.
No release notes since this only occurs on Nightly.
Release Notes:
- N/A
2025-07-28 21:07:58 +02:00
Richard Feldman
a55bd49c8d
Allow edit tool to access files outside project (with confirmation) ( #35221 )
...
Now the edit tool can access files outside the current project (just
like the terminal tool can), but it's behind a prompt (unlike other edit
tool actions).
Release Notes:
- The edit tool can now access files outside the current project, but
only if the user grants it permission to.
2025-07-28 14:01:34 -04:00
Ben Kunkle
eef15abbe4
keymap_ui: Additional keystroke input polish ( #35208 )
...
Closes #ISSUE
Fixed various issues and improved UX around the keystroke input
primarily when used for keystroke search.
Release Notes:
- Keymap Editor: FIxed an issue where the modifiers used to activate
keystroke search would appear in the keystroke search
- Keymap Editor: Made it possible to search for repeat modifiers, such
as a binding with `cmd-shift cmd`
- Keymap Editor: Made keystroke search matches match based on ordered
(not necessarily contiguous) runs. For example, searching for `cmd
shift-j` will match `cmd-k cmd-shift-j alt-q` and `cmd-i g shift-j` but
not `alt-k shift-j` or `cmd-k alt-j`
- Keymap Editor: Fixed the clear keystrokes binding (`delete` by
default) not working in the keystroke input
2025-07-28 13:15:21 -04:00
Danilo Leal
5aa8425449
Update Nightly app icon ( #35215 )
...
Follow-up to https://github.com/zed-industries/zed/pull/35119 .
Release Notes:
- N/A
2025-07-28 17:01:07 +00:00
Todd L Smith
05d3473df8
Fix Nushell environment variables ( #35166 )
...
- Fixes environment variable ingestion for Nushell.
Closes #35056
Release Notes:
- N/A
2025-07-28 13:00:41 -04:00
Cole Miller
3dc36dc7c3
git: Touch up amend UX ( #35114 )
...
Follow-up to #26114
- Ensure that the previous commit message is filled in when toggling on
amend mode from the context menu
- Fix keybinding flicker in context menu
Release Notes:
- N/A
2025-07-28 12:21:07 -04:00
Agus Zubiaga
fd68265efd
Fix integration tests for claude ( #35212 )
...
Release Notes:
- N/A
2025-07-28 16:18:01 +00:00
devjasperwang
5e2da042ef
debugger: Fix the terminal popping up when the Rust debugger starts on Windows ( #35125 )
...
This PR fixs a terminal popping up when debugging Rust on Windows.
Release Notes:
- N/A
---------
Co-authored-by: 张小白 <364772080@qq.com>
2025-07-28 22:44:22 +08:00
Agus Zubiaga
c2fc70eef7
ACP over MCP server impl ( #35196 )
...
Release Notes:
- N/A
---------
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-07-28 14:14:10 +00:00
Danilo Leal
b02ae771cd
ai onboarding: Add first-open upsell card ( #35199 )
...
Release Notes:
- N/A
2025-07-28 11:00:59 -03:00