549 Commits (7a1fa123b8a4eb1260d05527c4b17bbd98b7338d)
 

Author SHA1 Message Date
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
Keith Simmons b8127ea3e4
Merge pull request #248 from R-Michelsen/feature/win10-togglefullscreen
Toggleable fullscreen (Alt+Enter)
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
Keith Simmons a7a01c9247
Merge pull request #239 from Kethku/mouse-configuration
mouse configuration via mouseon mouseoff
5 years ago
exoticus 6b26808148 hmmm 🤔 5 years ago
exoticus 5342a196af optional LLDB/VSDBG debuggers 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
exoticus ab38826b60 these two have the missing symbols (Ln etc) 5 years ago
exoticus b0851760a1 removed bundled fonts 5 years ago
exoticus c2b2d12758 using LLDB task to debug in vscode 5 years ago
exoticus 70cf0a52b9 size/compile optimization 5 years ago
Keith Simmons ef2d99b508
Merge pull request #234 from Kethku/better-exit
better handling of quit
5 years ago
Keith Simmons 18d37134c5 formatting 5 years ago