zed/crates/gpui/src
2022-09-02 15:48:49 -07:00
..
app changed name of subscription mapping and moved out to file 2022-08-09 16:59:13 -07:00
elements Drag and drop tabs working. all known bugs fixed 2022-08-25 11:14:24 -07:00
platform Polished scrolling significantly 2022-09-02 15:47:35 -07:00
presenter Dispatch Event refactoring. Appears to be workingCo-Authored-By: nathan@zed.dev 2022-08-22 16:16:40 -07:00
scene Fix some drag and drop issues including the mouse cursor not being locked to pointer, tooltips being incorrect when a dragged tab is used, and some subscription leaks from panes 2022-08-26 15:43:15 -07:00
views
app.rs Sketched out program manager API 2022-09-01 20:07:30 -07:00
assets.rs
clipboard.rs
color.rs
elements.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
executor.rs Add failing unit test for buffer opening cancellation 2022-08-17 11:55:34 +02:00
font_cache.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
fonts.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
geometry.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
gpui.rs
image_data.rs
json.rs
keymap.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
platform.rs Add zed::ToggleFullScreen bound to ctrl-cmd-f 2022-08-15 11:53:37 +02:00
presenter.rs Simulate mouse up if mouse was released outside window, don't report dragged payload if it was dragged from a different window 2022-08-31 14:06:38 -07:00
scene.rs wip tab drag and drop 2022-08-22 16:16:39 -07:00
test.rs Event dispatch moved to MutableAppContext. No longer dispatches from presenter. Not currently handling key presses properly 2022-08-09 17:09:16 -07:00
text_layout.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
util.rs
views.rs