fredizzimo
fredizzimo
Hm, this issue might be a bit different, it looks like grid is modifed ``` TRACE [neovide::channel_utils] neovim_handler GridLine { grid: 1, row: 24, column_start: 40, cells: [GridLineCell { text:...
Although I think this is another Neovim spurious cursor movement bug. It seems to move to the separator when the layout changes. I think we might be able to make...
The underline thickness is inconsistent, so that's probably something that needs fixing.
On Windows, slight hinting is probably too much, it distorts the text a bit. None is better. And to restore the full quality, I think we need to implement gamma...
This also seem to be causing bad performance regressions on Windows, probably related to the caching behaviour. Marking as draft due to the various issues
The performance and quality issues have been fixed by ensuring that the vertical grid size is always an integer size. If not, the grid size is rounded up, the way...
For a technical overview of what this actually does, see: [The Raster Tragedy in Skia](https://skia.org/docs/dev/design/raster_tragedy/)
I think the default hinting needs to be changed to `none`. `slight` still causes some of the fonts and sizes to look wrong. I'm not sure if it's visible with...
I changed the default hinting to `none`
I'm pretty sure the cause is the same as these, but a logfile is needed in order to confirm (`neovide --log`) * https://github.com/neovide/neovide/issues/2217 * https://github.com/neovide/neovide/issues/2353 * https://github.com/neovide/neovide/issues/2339 And maybe this...