keith
ede0fb10f5
update version
5 years ago
James Robert Rooke
dc399c3c49
Animation test ( #278 )
...
* animation test
* fix formatting error
5 years ago
j4qfrost
cb61b891cd
Merge pull request #276 from vivlim/point-skulpin-at-upstream
...
Point skulpin at upstream & turn off Vulkan debug layer
5 years ago
Vivian Lim
b39e4edfab
Disable vulkan debug layer
5 years ago
Vivian Lim
95f57c6f0e
Refer to upstream skulpin repo
5 years ago
j4qfrost
738dce79e8
Update github actions config ( #265 )
...
* add tests to editor style; simplify character grid code
* destructure size
* test all editor helpers
* simpler
* setup deps for coverage; setup tarpaulin coverage
* add rustup install
* update github actions config
forgot windows
use scoop
choco install neovim
* add coverage generation
* remove coverage
* set more path vars
try uninstall brew llvm
add neovim test dep
add coverage build
remove patching
new lock file
update cargo file
* font fallback guifont extension
* formatting
* freetype conflict
* update github actions config
forgot windows
use scoop
choco install neovim
add coverage generation
remove coverage
* Better symbol font for linux (#262 )
* patch freetype
* move font-kit to deps
* patch font-kit in skribo
* new lock file
* revert cargo file
* checkout cargo and build file
* temporary fix to bypass skia build
* remove sdl patch
* add sdl sys build back
Co-authored-by: keith <keith@the-simmons.net>
Co-authored-by: James Robert Rooke <thepoltergeist23@gmail.com>
5 years ago
James Robert Rooke
253f983194
Better symbol font for linux ( #262 )
5 years ago
Keith Simmons
c3fc923b46
Merge pull request #261 from j4qfrost/testing
...
Settings tests
5 years ago
keith
e9715535f8
formatting
5 years ago
keith
e8263f1f19
font fallback guifont extension
5 years ago
AnhQuan Nguyen
606606ad6a
fix literal max
5 years ago
AnhQuan Nguyen
2e01d49b53
fmt
5 years ago
AnhQuan Nguyen
2428225fbe
settings tests
5 years ago
keith
2c196f84f1
format
5 years ago
Keith Simmons
8c89ffb92b
Merge pull request #258 from exoticus/master
...
Neovide can now open files... with drag/drop
5 years ago
Keith Simmons
e943381b2d
Merge pull request #240 from Kethku/switch-to-upstream-skulpin
...
progress toward switching to upstream skulpin
5 years ago
Keith Simmons
679ab52408
Merge pull request #259 from j4qfrost/switch-to-upstream-skulpin
...
Switch to upstream skulpin
5 years ago
AnhQuan Nguyen
37f55f4962
Merge branch 'master' into HEAD
5 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
5 years ago
Keith Simmons
ce63064b38
Merge pull request #256 from Kethku/macos-fullscreen-fix
...
better fullscreen toggle and minor cleanup
5 years ago
Keith Simmons
f77da92f5f
ft
5 years ago
Keith Simmons
1c06f61408
more tweeks to get fullscreen working
5 years ago
Keith Simmons
6c6e7867f9
Merge pull request #252 from exoticus/master
...
Proper setting to disable cursor animation while in insert mode
5 years ago
Keith Simmons
65ab4987d7
remove unwrap
5 years ago
Keith Simmons
91c29c5898
better fullscreen toggle and minor cleanup
5 years ago
exoticus
423ecedc1a
address pr concerns, values are no longer hard coded
5 years ago
exoticus
494853331d
cursor no longer responsible for editor mode stuff
5 years ago
exoticus
46cd882891
added EditorMode to the editor
5 years ago
keith
f70956866a
fix mouse scaling
5 years ago
keith
242b541ed3
fix formatting
5 years ago
keith
6c3d286869
fixed patch issue
5 years ago
keith
e3ad491a3a
hack to get the cargo patch working... not great
5 years ago
keith
7b9963652e
progress toward switching to upstream skulpin
5 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
5 years ago
exoticus
020f44abc6
just some whitespace for more clarity
5 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
5 years ago
Keith Simmons
3da11e09d8
update skribo, fontkit, and format
5 years ago
Keith Simmons
bea55d321f
Merge pull request #238 from exoticusd/master
...
Shrink Binary Size
5 years ago
exoticus
df229c602c
more house keeping 🧹
5 years ago
exoticus
a42c7a3b4e
cleaner, more consistent
5 years ago
exoticus
3037f2b984
some formatting
5 years ago
exoticus
261a27091b
not disgusting any more, should also patch variants
5 years ago
exoticus
a6710a5518
disgusting duplication but works
5 years ago
Keith Simmons
b8127ea3e4
Merge pull request #248 from R-Michelsen/feature/win10-togglefullscreen
...
Toggleable fullscreen (Alt+Enter)
5 years ago
Rasmus Michelsen
7d74833529
Reinserted call to position_centered()
5 years ago
Rasmus Michelsen
fefce19262
Integrated the toggle with the existing vim settings variable
5 years ago
Rasmus Michelsen
5286df954d
Reverted keybind changes for this branch
5 years ago
Rasmus Michelsen
18b8c65835
Return after toggle fullscreen (avoids extraneous enter processed by vim)
5 years ago
Rasmus Michelsen
628c06077c
Fixed display relative top-left coordinates
5 years ago
Rasmus Michelsen
db3d8ef179
Made fullscreen toggleable with Alt+Enter
5 years ago