350 Commits (b29dff8db711816d927db538ecbb59a365e15c97)

Author SHA1 Message Date
AnhQuan Nguyen 606606ad6a fix literal max 4 years ago
AnhQuan Nguyen 2e01d49b53 fmt 4 years ago
AnhQuan Nguyen 2428225fbe settings tests 4 years ago
keith 2c196f84f1 format 4 years ago
Keith Simmons 8c89ffb92b
Merge pull request #258 from exoticus/master
Neovide can now open files... with drag/drop
4 years ago
AnhQuan Nguyen 37f55f4962 Merge branch 'master' into HEAD 4 years ago
exoticus b80bad8e6d can now drop files to open them
in order to open a file if there’s changes in current buffer, a user should have `set hidden` in his/her vimrc
4 years ago
Keith Simmons ce63064b38
Merge pull request #256 from Kethku/macos-fullscreen-fix
better fullscreen toggle and minor cleanup
4 years ago
Keith Simmons f77da92f5f ft 4 years ago
Keith Simmons 1c06f61408 more tweeks to get fullscreen working 4 years ago
Keith Simmons 65ab4987d7 remove unwrap 4 years ago
Keith Simmons 91c29c5898 better fullscreen toggle and minor cleanup 4 years ago
exoticus 423ecedc1a address pr concerns, values are no longer hard coded 4 years ago
exoticus 494853331d cursor no longer responsible for editor mode stuff 4 years ago
exoticus 46cd882891 added EditorMode to the editor 4 years ago
keith f70956866a fix mouse scaling 4 years ago
keith 242b541ed3 fix formatting 4 years ago
keith 6c3d286869 fixed patch issue 4 years ago
keith e3ad491a3a hack to get the cargo patch working... not great 4 years ago
keith 7b9963652e progress toward switching to upstream skulpin 4 years ago
exoticus a5abe769a6 Fixes a bug where values over 1 breaks
trails size values over one totally broke the cursor, this ensures only 0-1 values are used for lerp
4 years ago
exoticus 020f44abc6 just some whitespace for more clarity 4 years ago
exoticus cc783adeb4 added disable cursor animation in insert mode
current approach to disable cursor animation during typing relied on a hack, now it’s an option <animate_in_insert_mode> (default to true) whether to use cursor animations in insert mode
4 years ago
Keith Simmons 3da11e09d8 update skribo, fontkit, and format 4 years ago
Keith Simmons bea55d321f
Merge pull request #238 from exoticusd/master
Shrink Binary Size
4 years ago
exoticus df229c602c more house keeping 🧹 4 years ago
exoticus a42c7a3b4e cleaner, more consistent 4 years ago
exoticus 3037f2b984 some formatting 4 years ago
exoticus 261a27091b not disgusting any more, should also patch variants 4 years ago
exoticus a6710a5518 disgusting duplication but works 4 years ago
Rasmus Michelsen 7d74833529 Reinserted call to position_centered() 4 years ago
Rasmus Michelsen fefce19262 Integrated the toggle with the existing vim settings variable 4 years ago
Rasmus Michelsen 5286df954d Reverted keybind changes for this branch 4 years ago
Rasmus Michelsen 18b8c65835 Return after toggle fullscreen (avoids extraneous enter processed by vim) 4 years ago
Rasmus Michelsen 628c06077c Fixed display relative top-left coordinates 4 years ago
Rasmus Michelsen db3d8ef179 Made fullscreen toggleable with Alt+Enter 4 years ago
Rasmus Michelsen 09b25bd636 Fixed win32 input for Danish keyboard layout 4 years ago
exoticus 187ead2e1f don't return None unless there's no variants 4 years ago
exoticus ca7f984d30 typo 5 years ago
exoticus f0cc8cd696 better than repetitive if statements 5 years ago
exoticus 2975d599bd instead of unknown panic, we get a useful message 5 years ago
exoticus 7c9924ba57 RustFmt 5 years ago
exoticus 90d5329b88 more neat 5 years ago
exoticus 6b26808148 hmmm 🤔 5 years ago
Keith Simmons 52e0fcd54a cargo format 5 years ago
Keith Simmons a146c1aaa3 mouse configuration via mouseon mouseoff 5 years ago
exoticus ed917b2c50 fluff 5 years ago
exoticus 9af54bf225 fluff 5 years ago
exoticus ca9829f5d3 FontLoader loads and caches fonts 5 years ago
exoticus fb9c877afc i wish rust had block conditional compilation 5 years ago
exoticus 9e6c41ac65 wip 5 years ago
Keith Simmons 18d37134c5 formatting 5 years ago
Keith Simmons cebcaa86bc better handling of quit 5 years ago
exoticus 942724ec91 fixes #226, and temporarly #221 based on j4qfrost 5 years ago
keith c78fb4a679 fix error handling on startup 5 years ago
Keith Simmons 07ba8574f9
Merge pull request #220 from j4qfrost/macos-app-crash
Fix MacOS crash launching from Finder
5 years ago
AnhQuan Nguyen 88a4dff67f cargo fmt 5 years ago
AnhQuan Nguyen a6ee9c4b48 add full path 5 years ago
AnhQuan Nguyen 3d40e0c78a signal bridge shutdown 5 years ago
Nicholas Jarretta 703b7bbe5b Add WSL arg and code to use the Windows WSL 5 years ago
Keith Simmons cd0954d332 add cursor antialiasing setting 5 years ago
Aamr El Kazdadi 89e8a839b4 Allow user provided geometry 5 years ago
AnhQuan Nguyen a530171aea rust fmt 5 years ago
keith b36581b25b more keyboard testing 5 years ago
keith c972a3eacf enable italic bold 5 years ago
keith 257a8ad32a ignore text events on frame when focus is regained 5 years ago
keith a16584c919 add focus lost and gained events 5 years ago
keith dcd33bda1a more principled keybindings 5 years ago
keith 04773807cb add back D- modifier but disable it for windows. 5 years ago
Keith Simmons 3cfab0b4b5 remove windows binding as it doesn't help anything 5 years ago
keith 31f9211b68 slightly better key handling. Still can't handle modified shift keys 5 years ago
Keith Simmons 18775f5d67 fix ginit error 5 years ago
keith 5237a11cae actually fix skia font loading error 5 years ago
keith c9b9b3eee8 add back dpi fix 5 years ago
keith 7c8e21c504 add fullscreen support 5 years ago
keith 310a383dd0 window transparency 5 years ago
keith d20027a490 allow disabling of embedded fonts 5 years ago
keith 33feb45696 Merge branch 'master' of https://github.com/Kethku/neovide 5 years ago
keith 56cc29d47c update skulpin 5 years ago
keith 9a9051f044 add tests to ci build 5 years ago
mewhhaha 82dd785a26 Make changes based on https://github.com/Kethku/neovide/pull/183#discussion_r389208255 5 years ago
mewhhaha f3f441bb86 Add workaround for Nordic keyboard 5 years ago
keith afce3a7f87 fix some font fallback bugs 5 years ago
keith a011628cda load ginit.vim 5 years ago
keith f25d317b1b minor refactoring 5 years ago
Jon Valdés 6f418d6c65 Added particle curl option 5 years ago
Jon Valdés b82db76553 Expose speed and phase parameters for particles 5 years ago
Jon Valdés 78e74a7984 Fixed small typo 5 years ago
Jon Valdés 2dc28c633e
Merge branch 'master' into framerate-independent-cursor 5 years ago
Jon Valdés 1b2a2552c3 Make particle effects based on font size. Spawn particles at text baseline 5 years ago
Jon Valdés b11642c6b0 Fix railgun effect particle spawning 5 years ago
Jon Valdés 0fc2680098 Made the rng persist from frame to frame, so particles don't spawn in the same place every time 5 years ago
Jon Valdés b29a83214a Fix issue that was creating particles with NaN lifetimes, causing the update loop to never kill them 5 years ago
Jon Valdés cef497d0a0 Random number generation was completely wrong. Fixed 5 years ago
Jon Valdés 7fd6df50ce Exposed setting for particle density 5 years ago
Jon Valdés 885aca19da Exposing cursor vfx parameters as settings 5 years ago
Jon Valdés 1eadd7fad6 More lenient type checking for setting parsing 5 years ago
Jon Valdés 6d2d398c23 Fix cursor animation being stuck for 1 frame after animation reset 5 years ago
Jon Valdés 6939a8186b Made trail animation slightly longer to match old behavior better 5 years ago
Jon Valdés 5c8b1de97a Switched to an exponential function for cursor trail animation 5 years ago