179 Commits (c4d524287efc1dda3abdf58e71afc00e9fea55d6)

Author SHA1 Message Date
Keith Simmons c4d524287e more fault tollerant dpi handling 5 years ago
Jon Valdés 9066802fbe Documentation, a bit of code cleaning 5 years ago
Jon Valdés 6f4692db1b Added a warning I forgot to change on last commit 5 years ago
Jon Valdés 28128b56b2 Fixed command line parsing. Added error reporting on wrong setting data type 5 years ago
Jon Valdés 0a726c2f77 Different, cleaner implementation of structured settings 5 years ago
Jon Valdés 40dd9404ec Code formatting 5 years ago
Jon Valdés e296e2a4ce WIP for structured settings system 5 years ago
keith ff67afaa46 refactor window event handling to be more organized 5 years ago
Tristan C b25e86aebe Modified 'setup_changed_listeners' for compatibility with neovim versions < 0.4.3 5 years ago
Keith Simmons b337d83548 keybinding logging 5 years ago
Jon Valdés f31f96e0bc Adding a setting to change the refresh rate 5 years ago
Keith Simmons 8c19cdd275 fixed mouse dpi mapping 5 years ago
keith 8448d1b5a9 fix key binding issue, text scaling, and maybe render bug 5 years ago
keith 0f10f186e8 fix setting loading 5 years ago
keith 813f00fb85 enable mouse clickthrough 5 years ago
keith d0f0477435 queue redraw on window event 5 years ago
keith 08da104680 better linux and mac fix 5 years ago
keith 1fa9127ef7 fix mac and linux builds 5 years ago
keith 56386d0e7f mouse movement 5 years ago
keith 16a076a082 minor fixes 5 years ago
keith b7d8333e9a use public skulpin 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
Keith Simmons fef5d56106 progress 5 years ago
Keith Simmons 04b0b795f3
Merge pull request #135 from jonvaldes/mutex-settings
Settings behind a Mutex, instead of using atomics
5 years ago
Jon Valdés 254426218c Settings behind a Mutex, instead of using atomics 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 86073351d0 remove extra clones 5 years ago
Keith Simmons 2f67645390 fix init error freeze 5 years ago
Keith Simmons 1b677f3d1b make settings less complicated 5 years ago
Keith Simmons 971bb3d2ff remove all hints of integer scaling 5 years ago
Keith Simmons 850b23933b fix command line cursor bug 5 years ago
Jon Valdés e1b423ce86 Add all missing VirtualKeycodes to the translation function 5 years ago
Keith Simmons 829d2b3073 revert font change 5 years ago
Keith Simmons 33c68d38b9 support undercurl 5 years ago
Keith Simmons 703087fd88 set buffer frames to 1 and add extra buffer startup command. Fix bug where mouse position is improperly scaled 5 years ago
Jon Valdés a9acc532aa Fix a bunch of small issues reported by clippy 5 years ago
Jon Valdés f273833f96 Added comment explaining Linux input hack 5 years ago
Jon Valdés 7cfe625777 Improved hack. By ignoring the shift modifier, it works even better 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
Keith Simmons 6db3f31c74
Merge pull request #102 from jonvaldes/linearize-grid-storage
Idea for linearization of the Editor grid storage
5 years ago
Jon Valdés 1750ac8e76 Fix scrolling issue introduced when extracting the grid 5 years ago
Jon Valdés ddad13be2d Iterate over rows without generating a temporary Vec 5 years ago
Jon Valdés 9450ea62d8 Better external API for EditorGrid, returning Option<&mut GridCell> for external code to modify the cells 5 years ago