Skip to content

Tags: ExPixel/neovide

Tags

0.7.0

Toggle 0.7.0's commit message
commit cargo lock

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update github actions config (neovide#265)

* add tests to editor style; simplify character grid code

* destructure size

* test all editor helpers

* simpler

* setup deps for coverage; setup tarpaulin coverage

* add rustup install

* update github actions config

forgot windows

use scoop

choco install neovim

* add coverage generation

* remove coverage

* set more path vars

try uninstall brew llvm

add neovim test dep

add coverage build

remove patching

new lock file

update cargo file

* font fallback guifont extension

* formatting

* freetype conflict

* update github actions config

forgot windows

use scoop

choco install neovim

add coverage generation

remove coverage

* Better symbol font for linux (neovide#262)

* patch freetype

* move font-kit to deps

* patch font-kit in skribo

* new lock file

* revert cargo file

* checkout cargo and build file

* temporary fix to bypass skia build

* remove sdl patch

* add sdl sys build back

Co-authored-by: keith <[email protected]>
Co-authored-by: James Robert Rooke <[email protected]>

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove arch linux instructions

They are out of date :l

0.4.0

Toggle 0.4.0's commit message
parallize processing of ui commands and don't block on nvim process c…

…reation

0.3.0

Toggle 0.3.0's commit message
update readme and move skulpin to track upstream github instead of pu…

…blished package

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Better mac and linux instructions

0.1.0

Toggle 0.1.0's commit message
fix redraw event order