44 Commits (2b76e0e6655f2af72c8cee1976a409f9a17c7fe6)

Author SHA1 Message Date
Keith Simmons 3f2642a306 fix window disconnect bug, and make logging more consistent 5 years ago
Jon Valdés 0a726c2f77 Different, cleaner implementation of structured settings 5 years ago
Keith Simmons b337d83548 keybinding logging 5 years ago
Keith Simmons 8c19cdd275 fixed mouse dpi mapping 5 years ago
keith 56386d0e7f mouse movement 5 years ago
keith 3df33a963e ITS WORKING!!! 5 years ago
Keith Simmons b758f01b62 working keybindings 5 years ago
Keith Simmons f25381530f rendering, but wrong dpi and no input support/resizing 5 years ago
keith 215b98d971 keybinding progress 5 years ago
Vivian Lim f167bbe410 Write nvim version requirement messages directly to stderr 5 years ago
Jon Valdés 4169ad2170 Fix less than key on linux 5 years ago
Keith Simmons 67468b20dd settings system 5 years ago
Keith Simmons 2f67645390 fix init error freeze 5 years ago
Keith Simmons 1b677f3d1b make settings less complicated 5 years ago
Jon Valdés e1b423ce86 Add all missing VirtualKeycodes to the translation function 5 years ago
Jon Valdés a9acc532aa Fix a bunch of small issues reported by clippy 5 years ago
Jon Valdés c6d2a9a0f5 Hack to interpret more keyboard events on Linux 5 years ago
Keith Simmons 850cf3c6db temp fix for scrolling problem 5 years ago
Jon Valdés f9c7e2500c Switch to parking_lot::Mutex. It is faster and has a better API than the std one
Also, no possibility of poisoning, so it removes a bunch of unwraps
5 years ago
Luis Holanda f48e7d5df8 perf: take msgv::Value by value in bridge::events 5 years ago
Keith Simmons b411bd786d unset lazyredraw on startup 5 years ago
Keith Simmons 5912b82cea remove msg, add logging, add startup commands, add no-idle command 5 years ago
Matteo Merola 7becb4c7d0 Removed unused import. 5 years ago
keith 792568774b missing semicolon 5 years ago
keith ba3874f309 version error 5 years ago
keith 6758d4139b fix keybindings 5 years ago
Keith Simmons 840110ae73
Merge pull request #81 from luisholanda/cleanup-brigde
Remove unnecessary clones and allocations from bridge module
5 years ago
keith 234d6fa71d revert winit to pre 0.20.0 as it crashes on windows and mac 5 years ago
Luis Holanda 8143becae6 remove unneeded clones from brigde::events 5 years ago
Luis Holanda 4df81f9cd9 remove unneeded allocations in bridge::keybindings 5 years ago
keith 20a7320474 mouse fixes 5 years ago
keith f971f7fbeb minor quit changes 5 years ago
Keith Simmons 4991fc3f58 parallize processing of ui commands and don't block on nvim process creation 5 years ago
keith 24a5e5dc51 rework font loading to be WAY more robust 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 5a8d24b77c fix redraw event order 5 years ago
Keith Simmons 2494b37070 build fixes 5 years ago
Keith Simmons a874537c35 parse multigrid events 5 years ago
Keith Simmons b4c392997e use global lazy_static variables to handle modules instead of passing via reference 5 years ago
Keith Simmons a1ad41247d resolve clippy issues and fix cursor character issue 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