1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/SwiftNeoVim
Tae Won Ha cb72766cd7
GH-472 Pass over the current cell position when scrolling
- such that the window below the cursor gets scrolled.
2017-06-24 11:33:37 +02:00
..
CellAttributes.swift Restructure ui bridge file 2017-05-27 16:27:53 +02:00
CocoaExtensions.swift Remove unnec' extension 2017-05-30 23:51:57 +02:00
ColorUtils.swift Update neovim 2017-05-11 08:08:58 +02:00
Grid.swift Refactor cursor drawing 2017-06-05 14:22:12 +02:00
Info.plist Bump version: v0.16.0-205 2017-06-21 13:09:00 +02:00
InputTestView.swift Make hanja menu pop up 2016-07-02 18:57:38 +02:00
KeyUtils.swift Make special keys file private 2017-05-17 21:57:27 +02:00
Logger.swift GH-450 Cache isHidden value in FileBrowserItem 2017-06-06 13:47:23 +02:00
MMCoreTextView.h Implement update fg/bg/sp 2016-06-19 20:54:47 +02:00
MMCoreTextView.m Remove some compile warnings 2017-04-24 20:36:34 +02:00
NeoVimAgent.h GH-472 Pass over the current cell position when scrolling 2017-06-24 11:33:37 +02:00
NeoVimAgent.m GH-472 Pass over the current cell position when scrolling 2017-06-24 11:33:37 +02:00
NeoVimObjectsExtensions.swift Add Position.beginning 2017-02-12 13:41:12 +01:00
NeoVimUiBridgeProtocol.h GH-423 Cache cwd and send the change event as a callback 2017-06-09 01:15:45 +02:00
NeoVimUiBridgeProtocol.m Add function for cursor shape name 2017-05-27 11:08:40 +02:00
NeoVimView.swift GH-302, GH-421 Call agent.quit() in main thread 2017-06-13 22:56:50 +02:00
NeoVimView+Api.swift Sync return when quitting neovim 2017-06-11 15:48:18 +02:00
NeoVimView+Draw.swift Don't do unnec' computation... 2017-06-05 16:10:24 +02:00
NeoVimView+Key.swift Refactor cursor drawing 2017-06-05 14:22:12 +02:00
NeoVimView+MenuItems.swift Make some fields fileprivate and remove some fields 2017-05-30 23:53:47 +02:00
NeoVimView+Mouse.swift GH-472 Pass over the current cell position when scrolling 2017-06-24 11:33:37 +02:00
NeoVimView+Resize.swift Render the whole view even when the resizing does not change grid's size 2017-06-17 17:25:52 +02:00
NeoVimView+UiBridge.swift GH-302, GH-421 Call agent.quit() in main thread 2017-06-13 22:56:50 +02:00
NeoVimViewDelegate.swift GH-339 Update preview when tab switching 2017-01-08 16:06:01 +01:00
SwiftNeoVim.h GH-339 Pass through auevents... 2016-12-19 23:11:42 +01:00
TextDrawer.h GH-270 Take linespacing into account when drawing. 2016-10-26 22:42:49 +02:00
TextDrawer.m GH-378 Draw undercurl, eg for spelling 2017-06-16 18:17:32 +02:00
VIM.LICENSE Add very very rudimentary rendering of some characters 2016-06-13 18:09:34 +02:00