1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-28 12:20:38 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Tae Won Ha
edffb8956b
Use @import where appropriate 2016-06-18 23:14:49 +02:00
Tae Won Ha
c95d2c3201
Draw bold/italic/underline and correct color 2016-06-18 23:09:34 +02:00
Tae Won Ha
8e9c532b40
Minor refactoring 2016-06-16 18:36:26 +02:00
Tae Won Ha
a394f9ce4a
Remove unused stuff 2016-06-15 22:59:07 +02:00
Tae Won Ha
5b05e84baa
Update neovim 2016-06-15 22:51:07 +02:00
Tae Won Ha
c124f1adbb
Find out which Cells to draw in drawRect
- NeoVim's UI callbacks stores the screen data in the Grid and sets
  appropriate rects invalid.
- drawRect() then computes which cells are invalidated and draw them.
2016-06-15 22:39:46 +02:00
Tae Won Ha
c7fe3f1dac
Add scroll for Grid 2016-06-15 20:37:02 +02:00
Tae Won Ha
79e39b8350
Remove some crashing 2016-06-14 23:50:25 +02:00
Tae Won Ha
355844ad01
Add very very rudimentary rendering of some characters 2016-06-13 18:09:34 +02:00
Tae Won Ha
1ca45e84c5
Manually memory-manage in the XPC implementation
- Input events are fed and processed in two different threads. We want
  to be sure that our NSStrings are released only after the processing
  of the event has been done.
2016-06-07 19:47:27 +02:00
Tae Won Ha
5acc58d376
Add a probe method to the XPC service 2016-06-07 18:48:59 +02:00
Tae Won Ha
872036dd66
Update README.md 2016-06-06 23:29:36 +02:00
Tae Won Ha
f8e759162a
Delete unused file 2016-06-06 23:11:02 +02:00
Tae Won Ha
103b254505
Update README.md 2016-06-06 23:00:55 +02:00
Tae Won Ha
681ee137f4
Call vim_input on the main_loop 2016-06-06 21:50:35 +02:00
Tae Won Ha
e67ade62de
Update neovim 2016-06-05 17:50:43 +02:00
Tae Won Ha
ab33181cc4
Use RxSwift to react to some of the UI events 2016-06-05 17:49:16 +02:00
Tae Won Ha
1459113ff1
Init the xpc with the remote UI from the main app
- Otherwise we lose some very first UI callbacks
2016-06-05 17:47:18 +02:00
Tae Won Ha
fa0ef63611
Add SwiftNeoVim framework target
- This target includes the XPC-service and will be included in the main
  app
2016-06-05 17:46:05 +02:00
Tae Won Ha
8a72b81ae9 Update README.md 2016-06-04 19:59:27 +02:00
Tae Won Ha
c312960540
Update neovim 2016-06-04 19:52:54 +02:00
Tae Won Ha
3a9d6908c3
Add HlAttrs counterpart in the main app 2016-06-04 19:49:39 +02:00
Tae Won Ha
fd90f4be0b
Add stub UI callbacks in the main app 2016-06-04 19:07:14 +02:00
Tae Won Ha
135220c963
Let the XPC talk back to the main app 2016-06-04 09:51:57 +02:00
Tae Won Ha
01b568d837
Remove the method from the XPC template 2016-06-04 08:58:13 +02:00
Tae Won Ha
a510090bb4
Add RxSwift via Carthage 2016-06-03 23:45:15 +02:00
Tae Won Ha
b3b47668e9
Initial commit with content
- embed libnvim in an XPC-service
- send some inputs to neovim and log the UI callbacks
2016-06-03 23:43:39 +02:00
Tae Won Ha
10eb204539 Initial Commit 2016-06-03 22:13:59 +02:00