273 Commits (6f418d6c65a266a23cfa54d9b903cf98db41d9a6)
 

Author SHA1 Message Date
keith 71406ba6cb fix emoji font loading on macos 5 years ago
keith b7368ac110 use system emoji font first if possible 5 years ago
keith ec260da475 revive bold and italic support 5 years ago
keith ca24df79e6 embed fonts 5 years ago
Keith Simmons ad3409f3e0
Note that neovide requires neovim 0.4 or greater. 5 years ago
Keith Simmons e8e69f757e fixed underlines 5 years ago
Keith Simmons 934d63b278 fix panic handling (probably) and tweek font discovery 5 years ago
Keith Simmons d0941cef2e handle panics in renderer somewhat more gracefully 5 years ago
Keith Simmons e72c8959f1 make editor grid access more robust 5 years ago
Keith Simmons c7bb4e2f7a
Fix build target path typo 5 years ago
Keith Simmons a3c1233e30 update readme and move skulpin to track upstream github instead of published package 5 years ago
Keith Simmons 335045840b fix some warnings and bump skulpin 5 years ago
Keith Simmons 9308d1d81f rework animation loop and add back animation buffer 5 years ago
Keith Simmons b60132132e
Merge pull request #54 from meribold/patch-1
Fix a few typos and inconsistencies in README.md
5 years ago
Lukas Waymann fcf18373ce
Fix a typo again
Apparently I replaced a misspelling with another misspelling...
5 years ago
Lukas Waymann 2d19f3d9ff
Fix a few typos and inconsistencies in README.md 5 years ago
Keith Simmons 7233feffb5
Hint about DRI3 settings 5 years ago
keith 24a5e5dc51 rework font loading to be WAY more robust 5 years ago
Keith Simmons d83fbee805
Merge pull request #48 from wbthomason/master
Fix nvim-rs dependency
5 years ago
Wil Thomason 01640aacb8
Fix nvim-rs dependency 5 years ago
keith 2f619c5d17 linux bug fixes and better error printing on linux (just panic with a message) 5 years ago
keith 2916f1337a don't require emoji font 5 years ago
Keith Simmons c558479b62
Typo 5 years ago
Keith Simmons 159ce794fa
Add libgtk dependency to linux instructions 5 years ago
Keith Simmons cc8b8471d9
Request for code review 5 years ago
Keith Simmons 62fe5c6f45
Create LICENSE 5 years ago
Keith Simmons 58bb564022
More detailed support description 5 years ago
Keith Simmons 436c334e39
Better mac and linux instructions 5 years ago
keith 7358a7cff6 minor using fix 5 years ago
keith 1ed9fc9eb9 manually setup redraw system 5 years ago
keith 49d9dbb15d initial pass on readme 5 years ago
Keith Simmons 5a8d24b77c fix redraw event order 5 years ago
Keith Simmons 4079f218b3 remove unnecessary hack for emoji rendering 5 years ago
Keith Simmons 2494b37070 build fixes 5 years ago
Keith Simmons a874537c35 parse multigrid events 5 years ago
keith 7f5902d364 adjust emoji positioning 5 years ago
Keith Simmons f8bc1a2ce4 emojis working 5 years ago
keith 5a880d06aa remove fonts cache and make first attempt at font fallback 5 years ago
Keith Simmons b4c392997e use global lazy_static variables to handle modules instead of passing via reference 5 years ago
Keith Simmons e4dd7e572b finish up cursor options 5 years ago
Keith Simmons a1ad41247d resolve clippy issues and fix cursor character issue 5 years ago
Keith Simmons c562c78fcd fix bug in cell styling 5 years ago
Keith Simmons 4690623ec6 better special casing of resize and enable closing via x button 5 years ago
Keith Simmons 3efb6879dc bridge struct to wrap tokio runtime and channel 5 years ago
keith 35a675c8a4 progress toward splitting main into bridge 5 years ago
Keith Simmons b3647d69c4 fix scroll positioning 5 years ago
Keith Simmons c96a44a9e1 better resize handling 5 years ago
Keith Simmons e0acbd0b9f fix crash with error in startup script 5 years ago
Keith Simmons 54212f73f5 switch to tokio channel and add resizing debouncing 5 years ago
Keith Simmons 376664e65d minor formatting 5 years ago