905 Commits (main)
 

Author SHA1 Message Date
keith 7c8e21c504 add fullscreen support 5 years ago
keith 310a383dd0 window transparency 5 years ago
keith d20027a490 allow disabling of embedded fonts 5 years ago
keith 33feb45696 Merge branch 'master' of https://github.com/Kethku/neovide 5 years ago
keith 56cc29d47c update skulpin 5 years ago
Keith Simmons 046dac9661
Merge pull request #184 from Kethku/add-test
add tests to ci build
5 years ago
keith 9a9051f044 add tests to ci build 5 years ago
keith 3cbb6a9fde updated lock file 5 years ago
Keith Simmons c3b216df66
Merge pull request #183 from mewhhaha/workaround-nordic-keyboard
Add workaround for Nordic keyboard
5 years ago
mewhhaha 82dd785a26 Make changes based on https://github.com/Kethku/neovide/pull/183#discussion_r389208255 5 years ago
mewhhaha f3f441bb86 Add workaround for Nordic keyboard 5 years ago
keith 0d0792fddb update version to match release 5 years ago
keith a67643f88a libsndio comment in readme 5 years ago
Keith Simmons f460b9dbea
Merge pull request #182 from Kethku/optional-sdl-embed
Optional sdl embed
5 years ago
keith afce3a7f87 fix some font fallback bugs 5 years ago
keith a011628cda load ginit.vim 5 years ago
keith 1f3f21ba41 update skulpin 5 years ago
keith 6ca70139db add back aur package instructions 5 years ago
Keith Simmons 387a0c7c7b
Update release documentation 5 years ago
keith bb64fe6ca6 update to use skulpin branch with optional sdl embed 5 years ago
Keith Simmons 45ce6d932a
Remove arch linux instructions
They are out of date :l
5 years ago
Keith Simmons 70e1848027
Possible fix on mac instructions 5 years ago
Keith Simmons 7adb7387aa
Merge pull request #168 from OrcaXS/patch-1
Add `cmake` as build dependency for macOS
5 years ago
OrcaXS 055abba070
Add `cmake` as build dependency for macOS 5 years ago
Keith Simmons 63e56e0d90
Merge pull request #164 from alassek/update-readme
Update Linux dependencies in README
5 years ago
Adam Lassek 50dc8b5f10 Add libsndio-dev as a Linux dependency
My build broke because I was missing this
5 years ago
Keith Simmons 8aff807fee
Merge pull request #161 from wezm/patch-1
Update README
5 years ago
Keith Simmons 195a04f89b
Merge pull request #160 from Kethku/Readme-update-progress-(had-to-restart)
Add vfx to readme
5 years ago
keith 147c29c267 gifs 5 years ago
Wesley Moore c504ee0c45
Update README
Fix some typos, add Arch Linux instructions.
5 years ago
Keith Simmons c5b82a31fc
Update README.md 5 years ago
keith f25d317b1b minor refactoring 5 years ago
Jon Valdés 6f418d6c65 Added particle curl option 5 years ago
Jon Valdés b82db76553 Expose speed and phase parameters for particles 5 years ago
Jon Valdés 78e74a7984 Fixed small typo 5 years ago
Keith Simmons 2b76e0e665
Merge pull request #159 from Kethku/framerate-independent-cursor
Framerate independent cursor
5 years ago
Jon Valdés f34c8823e1 Attempt to fix Linux CI runs 5 years ago
Jon Valdés 2dc28c633e
Merge branch 'master' into framerate-independent-cursor 5 years ago
Jon Valdés 1b2a2552c3 Make particle effects based on font size. Spawn particles at text baseline 5 years ago
Jon Valdés b11642c6b0 Fix railgun effect particle spawning 5 years ago
Jon Valdés 0fc2680098 Made the rng persist from frame to frame, so particles don't spawn in the same place every time 5 years ago
Jon Valdés b29a83214a Fix issue that was creating particles with NaN lifetimes, causing the update loop to never kill them 5 years ago
Jon Valdés cef497d0a0 Random number generation was completely wrong. Fixed 5 years ago
Jon Valdés 7fd6df50ce Exposed setting for particle density 5 years ago
Jon Valdés 885aca19da Exposing cursor vfx parameters as settings 5 years ago
Jon Valdés 1eadd7fad6 More lenient type checking for setting parsing 5 years ago
Jon Valdés 6d2d398c23 Fix cursor animation being stuck for 1 frame after animation reset 5 years ago
Jon Valdés 6939a8186b Made trail animation slightly longer to match old behavior better 5 years ago
Jon Valdés 5c8b1de97a Switched to an exponential function for cursor trail animation 5 years ago
Jon Valdés 4ea5e31f13 Added "PixieDust" effect 5 years ago