1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-25 06:06:21 +03:00
vimr/SwiftNeoVim
2017-10-17 21:25:46 +02:00
..
CellAttributes.swift Restructure ui bridge file 2017-05-27 16:27:53 +02:00
CocoaExtensions.swift GH-436 Make table views to react to theme change 2017-06-25 21:46:13 +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: snapshot/231 2017-10-17 21:25:46 +02:00
InputTestView.swift Make hanja menu pop up 2016-07-02 18:57:38 +02:00
KeyUtils.swift Refactor slightly 2017-08-26 09:26:45 +02:00
Logger.swift Add a stdout logger 2017-09-01 21:06:43 +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-512 Wait when doing Cmd-Q till neovim exits 2017-08-28 19:09:04 +02:00
NeoVimAgent.m GH-512 Do not perform selector in the same thread since it won't work... 2017-08-28 19:17:27 +02:00
NeoVimObjectsExtensions.swift Add Position.beginning 2017-02-12 13:41:12 +01:00
NeoVimUiBridgeProtocol.h GH-436 Add theme to neovim view 2017-06-25 17:35:51 +02:00
NeoVimUiBridgeProtocol.m Add function for cursor shape name 2017-05-27 11:08:40 +02:00
NeoVimView.swift Add a stdout logger 2017-09-01 21:06:43 +02:00
NeoVimView+Api.swift GH-512 Wait when doing Cmd-Q till neovim exits 2017-08-28 19:09:04 +02:00
NeoVimView+Dragging.swift Refactor slightly 2017-08-08 09:53:30 +02:00
NeoVimView+Draw.swift Move normalization to UIBridge before saving to grid 2017-08-06 16:47:33 -05:00
NeoVimView+Key.swift Refactor slightly 2017-08-26 09:26:45 +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 Fix mouse wheel scrolling row/column mix-up 2017-06-28 17:16:02 +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-512 Wait when doing Cmd-Q till neovim exits 2017-08-28 19:09:04 +02:00
NeoVimViewDelegate.swift GH-436 Add theme to neovim view 2017-06-25 17:35:51 +02: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 Chop drawn string into uniform segments of either surrogate pairs o simple unichars 2017-08-04 23:58:35 -05:00
VIM.LICENSE Add very very rudimentary rendering of some characters 2016-06-13 18:09:34 +02:00