321 Commits (dcd33bda1ae5f597c0eebdc2fb609074138a610f)
 

Author SHA1 Message Date
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
Keith Simmons 9ed5bbcdde fix build issue 5 years ago
Keith Simmons c4264df6cc better explained unwrap solution 5 years ago
Keith Simmons 9cf4e9c2ce add error message boxes 5 years ago
Keith Simmons c21605532e smarter cursor text rendering 5 years ago
Keith Simmons cd35e33877 better cursor animation speed and clipping text to grid region 5 years ago
keith 38b90136c8 option set event parsing 5 years ago
keith 4ab94b3cae support cell percentage configuration 5 years ago
keith 1d620acc5a horizontal scrolling and progress toward command line 5 years ago
Keith Simmons bf574cc876 some comments 5 years ago
Keith Simmons f6edcc4761 working cursor smear 5 years ago
keith 59601b7d71 progress toward smeared cursor 5 years ago
Keith Simmons 2b2beb4e10 cursor_renderer changes 5 years ago
Keith Simmons 45f5c937f9 conditionally compile windows_subsystem for debug mode 5 years ago
Keith Simmons 6811d02983 remove debug commands and hide console 5 years ago
Keith Simmons d729477193 more efficient event handling 5 years ago
keith 2dfe4c1a7f partially working externalized command 5 years ago
Keith Simmons 22ddb545a9 more progress toward externalized command bar 5 years ago
keith 1a12766861 progress toward externalized commandline 5 years ago
Keith Simmons e08ac79b9f support bold and italic text 5 years ago
keith 4297faca63 fix ligature rendering 5 years ago
keith 7f772be865 progressive rendering done 5 years ago
Keith Simmons 06eb849497 progressive rendering progress 5 years ago
Keith Simmons 0cc51481b2 Cache surface not image 5 years ago
keith 84648518dc progress toward progressive rendering 5 years ago
keith 8c75c44905 persistent rendering 5 years ago
Keith Simmons c1fb24c37b handle resize more robustly 5 years ago
Keith Simmons 8467ef18ab refactored editor into multiple files to make things more readable 5 years ago
keith be7c9f5207 refactor somewhat 5 years ago