zed/crates/gpui/src
Son f24f601e05
Adjust erf estimation function (#15423)
Release Notes:

- Fixed a (potential) small error in erf estimation. Technically, the
error is negligible.

I am not sure where the current calculation for erf come from and if it
is intended or a simple mistake. However it looks slightly different
from the official calculation, notably
[this](https://en.wikipedia.org/wiki/Error_function#Approximation_with_elementary_functions)
from Wikipedia.

I will add a comment if it is intended.
2024-08-07 14:12:26 +02:00
..
app Update http crate name (#15041) 2024-07-23 15:01:05 -07:00
elements gpui: Improve img element to support load from Assets (#15482) 2024-07-30 10:55:48 -04:00
keymap Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
platform Adjust erf estimation function (#15423) 2024-08-07 14:12:26 +02:00
text_system Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
window
action.rs
app.rs Provide user agent when performing HTTP requests (#15470) 2024-07-30 11:12:37 +02:00
arena.rs
asset_cache.rs gpui: Improve img element to support load from Assets (#15482) 2024-07-30 10:55:48 -04:00
assets.rs gpui: Add support for animated images (#13809) 2024-07-27 14:05:37 +02:00
bounds_tree.rs
color.rs Linux window decorations (#13611) 2024-07-03 11:28:09 -07:00
element.rs Avoid losing focus when block decorations go offscreen (#14815) 2024-07-19 17:04:18 +02:00
executor.rs
geometry.rs SSH remote ui (#15129) 2024-07-26 16:45:44 -06:00
global.rs
gpui.rs Use vanity Discord link (#15880) 2024-08-06 16:55:51 -04:00
input.rs
interactive.rs Fix delay when changing scrolling direction (#13867) 2024-07-05 11:11:43 -04:00
key_dispatch.rs Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
keymap.rs Refactor key dispatch (#14942) 2024-07-22 10:46:16 -06:00
platform.rs zed: Persist window stack order across restarts (#15419) 2024-07-29 17:05:56 +02:00
prelude.rs
scene.rs
shared_string.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
shared_uri.rs
style.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
styled.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
subscription.rs
svg_renderer.rs
taffy.rs
test.rs
text_system.rs Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
util.rs Prefer .map for conditionals with else conditions (#15118) 2024-07-24 17:09:07 -04:00
view.rs
window.rs gpui: Align SVG sprites to whole pixels (#15822) 2024-08-05 12:43:23 -07:00