1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00
vimr/SwiftNeoVim
Tae Won Ha a5d6ca0ffd
Handle x,y-offset in the view drawing
- we won't resize the view in integer steps, but just draw some margins
2016-07-04 19:04:49 +02:00
..
CellAttributes.swift Refactor slightly 2016-07-03 22:07:02 +02:00
CocoaExtensions.swift Play around with Cocoa's text input system 2016-06-27 18:42:35 +02:00
ColorUtils.swift Refactor slightly 2016-07-03 22:07:02 +02:00
DispatchUtils.swift Play around with Cocoa's text input system 2016-06-27 18:42:35 +02:00
Grid.swift Reformat 2016-07-03 22:08:14 +02:00
Info.plist Add SwiftNeoVim framework target 2016-06-05 17:46:05 +02:00
InputTestView.swift Make hanja menu pop up 2016-07-02 18:57:38 +02:00
MMCoreTextView.h Implement update fg/bg/sp 2016-06-19 20:54:47 +02:00
MMCoreTextView.m Implement update fg/bg/sp 2016-06-19 20:54:47 +02:00
NeoVim.swift Draw bold/italic/underline and correct color 2016-06-18 23:09:34 +02:00
NeoVimUiBridgeProtocol.h Try to correctly render marked text 2016-07-02 18:59:23 +02:00
NeoVimView.swift Handle x,y-offset in the view drawing 2016-07-04 19:04:49 +02:00
NeoVimViewDelegate.swift Draw bold/italic/underline and correct color 2016-06-18 23:09:34 +02:00
NeoVimViewEvents.swift Add Quick/Nimble and a stub test 2016-07-03 21:37:12 +02:00
NeoVimViewResponder.swift Add some support for marked text 2016-06-29 18:18:11 +02:00
NeoVimViewUiBridge.swift Handle x,y-offset in the view drawing 2016-07-04 19:04:49 +02:00
SwiftNeoVim.h Play around with Cocoa's text input system 2016-06-27 18:42:35 +02:00
TextDrawer.h Use CoreText's font metric 2016-06-19 20:54:55 +02:00
TextDrawer.m Use CoreText's font metric 2016-06-19 20:54:55 +02:00
VIM.LICENSE Add very very rudimentary rendering of some characters 2016-06-13 18:09:34 +02:00