549 Commits (7a1fa123b8a4eb1260d05527c4b17bbd98b7338d)
 

Author SHA1 Message Date
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
Keith Simmons 72aefd4730 fix mouse location 5 years ago
Keith Simmons 514a9ca254 working with nvim_rs 5 years ago
Keith Simmons db223b616f
Merge pull request #37 from KillTheMule/nvimrs
Port to nvim-rs
5 years ago
KillTheMule f1a082a24e Use spawn_blocking
Receiving on a sync channel will otherwise block the thread
5 years ago
KillTheMule 51a387ec21 Move to futures branch of nvim-rs 5 years ago
KillTheMule 74c4075f06 Make main() own the channel, and pass it off 5 years ago
KillTheMule 50f7f3bbf2 UI Events are notifications 5 years ago
KillTheMule 06eead9944 Remove dependency on neovim-lib 5 years ago
Keith Simmons 73875eb486 part way there, but can't get ui events to receive properly and don't get events yet 5 years ago
Keith Simmons ca1fdfc25c special case message line cursor positions 5 years ago
Keith Simmons ed28b14596 support cursor blinking 5 years ago
Keith Simmons 35093e6472 scroll fix 5 years ago
Keith Simmons 39ea340693 minor changes and add neovide variable 5 years ago
Keith Simmons 34034474d5 support strikethrough 5 years ago
Keith Simmons ccc9a83e15 icons 5 years ago
keith 64fe9c8de6 upgrade skulpin and winit 5 years ago
keith c8eeb096cb Merge branch 'master' of https://github.com/Kethku/neovide 5 years ago
keith 778868acc3 attempt at adding more support virtual key codes 5 years ago
keith 0dad3a829a attempt at adding more support virtual key codes 5 years ago
Keith Simmons d6b4c6dc41 remove reference to old shaper 5 years ago
Keith Simmons 005797b276 font widths are WAY better now 5 years ago
Keith Simmons ab6c1d5700 more progress, but can't use text blob creation utilities :/ 5 years ago
Keith Simmons ec00fe37fa progress toward better text shaping maybe... 5 years ago
keith 6f04e9e7e0 support font setting and changing 5 years ago