zed/crates/gpui/src
Antonio Scandurra d4e0f73ffe Drop window borrow before calling makeKeyAndOrderFront
We're seeing some stack traces where calling `makeKeyAndOrderFront`
could invoke `setFrameSize`, which is causing a double borrow.
2022-07-13 10:19:46 +02:00
..
app Add command palette filter global and update it when vim mode is enabled/disabled 2022-06-28 13:35:43 -07:00
elements fix merge conflicr 2022-07-07 17:24:55 -07:00
platform Drop window borrow before calling makeKeyAndOrderFront 2022-07-13 10:19:46 +02:00
views Require that PartialEq is implemented for Action 2022-06-06 09:18:44 +02:00
app.rs Fixes terminal launch issues and adds tests for queries 2022-07-12 17:45:11 -07:00
assets.rs
clipboard.rs
color.rs
elements.rs Add tooltip to follow collaborators 2022-06-15 17:08:39 +02:00
executor.rs Always finish previous autosave before starting a new one 2022-07-05 17:51:01 +02:00
font_cache.rs
fonts.rs
geometry.rs
gpui.rs pull event data out into individual Event structs 2022-07-06 15:36:42 -07:00
image_data.rs
json.rs
keymap.rs Always use capital letters when rendering a keystroke 2022-06-16 17:48:10 -07:00
platform.rs pull event data out into individual Event structs 2022-07-06 15:36:42 -07:00
presenter.rs fix merge conflicr 2022-07-07 17:24:55 -07:00
scene.rs fix merge conflicr 2022-07-07 17:24:55 -07:00
test.rs
text_layout.rs rendering cursor correctly 2022-07-01 13:03:26 -07:00
util.rs
views.rs