905 Commits (main)
 

Author SHA1 Message Date
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 Simmons c0abb29b2c sdl2 build instructions 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
Keith Simmons b432be7e75
Merge pull request #132 from vivlim/master
Write nvim version requirement messages directly to stderr
5 years ago
Vivian Lim f167bbe410 Write nvim version requirement messages directly to stderr 5 years ago
Keith Simmons 6ad31484a8
Merge pull request #128 from jonvaldes/fix-less-than-key
Fix less than key on linux, simpler version
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 25ebfb77fe
Remove wayland warning 5 years ago
Keith Simmons acef2eb44f
Merge pull request #120 from jonvaldes/add-linux-build-actions
Added build actions for linux
5 years ago
Keith Simmons 2f67645390 fix init error freeze 5 years ago
Jon Valdés 359a1497eb Added build actions for linux 5 years ago
Keith Simmons 1b677f3d1b make settings less complicated 5 years ago
Keith Simmons 1853652085 update fontkit and lock file 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
Keith Simmons 3f750b96dc
Merge pull request #118 from jonvaldes/add-keycode-translations
Add all missing VirtualKeycodes to the translation function
5 years ago
Keith Simmons 055a0cbfeb
Merge pull request #115 from rahuliyer95/cargo-bundle
Cargo bundle for macOS
5 years ago
Jon Valdés e1b423ce86 Add all missing VirtualKeycodes to the translation function 5 years ago
rahuliyer95 70a16f948e
Fix upload-artifact zip issue 5 years ago
rahuliyer95 286f799715
Add cargo-bundle and update macOS workflow 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
Keith Simmons 260291e8b6
Merge pull request #111 from jonvaldes/fix-clippy-issues
Fix a bunch of small issues reported by clippy
5 years ago
Jon Valdés a9acc532aa Fix a bunch of small issues reported by clippy 5 years ago
Keith Simmons 1efe1b8a0f
Add gitter 5 years ago
Keith Simmons 5cca9ba3f9
Merge pull request #109 from jonvaldes/linux-input-hack
Linux input hack
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 4f7f8654a6
Merge pull request #108 from rahuliyer95/issue-106
Update README with build instructions for Ubuntu
5 years ago
rahuliyer95 a441236d96
Update README with build instructions for Ubuntu 5 years ago
Keith Simmons 2f9e1859ed
Merge pull request #103 from rahuliyer95/master
Github Workflow to generate binaries
5 years ago
Keith Simmons ed6e06eefa update lock file 5 years ago
Keith Simmons 850cf3c6db temp fix for scrolling problem 5 years ago
Keith Simmons af403e536f
Merge pull request #104 from jonvaldes/use-parking-lot-mutex
Switch to parking_lot::Mutex. It is faster and has a better API than the std one
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
Rahul Iyer 9e2158498c
Create rust.yml 5 years ago