Commit log
f978ccb
Merge pull request #1516 from zed-industries/bootstrap-script
Click to expand commit body
Add bootstrap script, avoid hard-coding zed team members
Max Brunsfeld
created
3 years ago
51b98d5
Ensure a deterministic order to project activity summaries
Max Brunsfeld
created
3 years ago
e14f2b3
Removed old cargo params
Mikayla Maki
created
3 years ago
776095c
Add bootstrap script, avoid hard-coding zed team members
Max Brunsfeld
created
3 years ago
dfeb5e0
Merge pull request #1512 from zed-industries/autoscroll-filename-editor
Click to expand commit body
Autoscroll to filename editor when creating or renaming entry
Antonio Scandurra
created
3 years ago
4fcba08
Autoscroll to filename editor when creating or renaming entry
Click to expand commit body
Also, autoscroll when a filename editor goes off-screen and the user
types or changes selections.
Antonio Scandurra
created
3 years ago
119c25d
Merge pull request #1511 from zed-industries/rename-sidebar-items-toggle
Click to expand commit body
Rename `{project_panel,contacts_panel}::Toggle` to `ToggleFocus`
Antonio Scandurra
created
3 years ago
545f123
Rename `{project_panel,contacts_panel}::Toggle` to `ToggleFocus`
Antonio Scandurra
created
3 years ago
6dc0907
Merge pull request #1510 from zed-industries/toggle-full-screen
Click to expand commit body
Add `zed::ToggleFullScreen` bound to `ctrl-cmd-f`
Antonio Scandurra
created
3 years ago
b94366a
Add `zed::ToggleFullScreen` bound to `ctrl-cmd-f`
Antonio Scandurra
created
3 years ago
61684e6
Merge pull request #1494 from zed-industries/do-not-scroll-when-saving
Click to expand commit body
Don't scroll to cursor when performing file save
Julia
created
3 years ago
7b71554
Don't scroll to cursor when performing file save
ForLoveOfCats
created
3 years ago
9d57f76
Merge pull request #1496 from zed-industries/ime-stuff
Click to expand commit body
Remove Clippy from CI
Mikayla Maki
created
3 years ago
6839530
remove clippy :(
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
e220010
Make clippy happy
Mikayla Maki
created
3 years ago
804c4c5
Merge branch 'main' into ime-stuff
Mikayla Maki
created
3 years ago
4b945f5
Merge pull request #1495 from zed-industries/remove-clippy
Click to expand commit body
Removed clippy from default settings
Mikayla Maki
created
3 years ago
8cf2ae3
Removed clippy from default settings
Mikayla Maki
created
3 years ago
42c01c5
minor rustfmt fix
K Simmons
created
3 years ago
2de25e0
Merge pull request #1492 from zed-industries/add-clippy
Click to expand commit body
Add clippy! :D
Mikayla Maki
created
3 years ago
5417838
prettied up the ci yml
Mikayla Maki
created
3 years ago
073bd76
Fixed build errors in json_language
Mikayla Maki
created
3 years ago
c74d108
Testing with allow flags
K Simmons
created
3 years ago
Mikayla Maki
created
3 years ago
9aa3f2d
clippy fixes for focus change
K Simmons
created
3 years ago
8ba2f77
One big cleanup pass of clippy lints
Click to expand commit body
Co-authored-by: Mikayla <mikayla@zed.dev>
ForLoveOfCats
and
Mikayla
created
3 years ago
e7540d2
Changed CI and default.json to run clippy
Mikayla Maki
created
3 years ago
ec015d4
Merge pull request #1422 from zed-industries/workspace-child-focus-pane-activation
Click to expand commit body
Add on_child_focus and on_child_blur to View trait
Keith Simmons
created
3 years ago
K Simmons
created
3 years ago
d68f227
Fix failing tests
K Simmons
created
3 years ago
ee0e6a0
Added env toml so readme db instructions are correct
Mikayla Maki
created
3 years ago
3460a24
Changed CI and default.json to run clippy
Mikayla Maki
created
3 years ago
635805c
Merge pull request #1482 from zed-industries/click-goto-on-mouse-up
Click to expand commit body
Handle Cmd/Shift + Click go-to action on mouse-up instead of mouse-down
Julia
created
3 years ago
3bdf05c
fix up command palette
K Simmons
created
3 years ago
f5a6a11
Address picker issues
K Simmons
created
3 years ago
6f180ed
Pane focus working. Modals seem broken now
K Simmons
created
3 years ago
K Simmons
created
3 years ago
690ea57
WIP compiling but failing with circular reference
K Simmons
created
3 years ago
6442ec5
Switch action dispatch to use MutableAppContext parent utilities and delete parent map from presenter
K Simmons
created
3 years ago
4271eb3
Event dispatch moved to MutableAppContext. No longer dispatches from presenter. Not currently handling key presses properly
K Simmons
created
3 years ago
c303c4e
Merge pull request #1485 from zed-industries/fullscreen-workspace-title-padding
Click to expand commit body
Fullscreen workspace title padding
Mikayla Maki
created
3 years ago
45c0539
changed name of subscription mapping and moved out to file
Click to expand commit body
Co-authored-by: Keith <keith@zed.dev>
Mikayla Maki
and
Keith
created
3 years ago
1044b7d
checkpoint, no idea what's happening
Mikayla Maki
created
3 years ago
3d9821b
Jankily adjust left padding on workspace title in fullscreen
Click to expand commit body
This could seriously be done better
Co-authored-by: Mikayla <mikayla@zed.dev>
ForLoveOfCats
and
Mikayla
created
3 years ago
43b9f3b
Invalidate view when entering/exiting fullscreen
Click to expand commit body
This is required for `render_titlebar` to eventually adapt to
fullscreen status to affect the size of left padding on workspace
name to account for the traffic lights presence/absence
Co-authored-by: Mikayla <mikayla@zed.dev>
ForLoveOfCats
and
Mikayla
created
3 years ago
46fef69
Refactor notification/observation callback pattern in MutableAppContext
Click to expand commit body
Pull out duplicate code and clarify some misc behavior. Some of this
existing API feels like it's probably incorrect but that needs more
thorough investigation
Co-authored-by: Mikayla <mikayla@zed.dev>
ForLoveOfCats
and
Mikayla
created
3 years ago
ab76049
Route whether or not a window is fullscreen down into GPUI
Click to expand commit body
This still needs to be able to invalidate things to be useful
but it's a good first cut at just making the information available
to platform-agnostic code
Co-authored-by: Mikayla <mikayla@zed.dev>
ForLoveOfCats
and
Mikayla
created
3 years ago
ae8dd1e
Merge pull request #1481 from zed-industries/trigger-search-automatically
Click to expand commit body
Automatically trigger project search to occur when deploying
Julia
created
3 years ago
a47a6f2
Handle Cmd/Shift + Click go-to action on mouse-up instead of mouse-down
ForLoveOfCats
created
3 years ago
Page 35 of 145