1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 11:35:35 +03:00
Commit Graph

61 Commits

Author SHA1 Message Date
Tae Won Ha
371abcc460 GH-666 Update deps 2018-11-12 21:43:44 +01:00
Tae Won Ha
eb420fc8ea GH-666 Update deps to the deployment target 10.11 2018-10-06 18:21:13 +02:00
Tae Won Ha
0d06f27b1b GH-666 Update to Swift 4.2 2018-09-29 20:55:31 +02:00
Tae Won Ha
ba6911fd53 GH-666 Use the new nightly RxNeovimApi 2018-09-29 17:29:37 +02:00
Tae Won Ha
a521962173 GH-666 Update swifter to 1.4.3 2018-09-27 10:32:06 +02:00
Tae Won Ha
918430662a Use stable of swifter until a new version compatible with Swift 4.2 is released 2018-09-26 15:51:49 +02:00
Tae Won Ha
29a67dbaf7 GH-666 Use RxNeovimApi nightly 2018-09-02 21:40:44 +02:00
Tae Won Ha
ce0e0c64d7 GH-666 Add a new typesetter [WIP]
The typesetter will replace the MMCoreTextView of MacVim.
2018-08-27 18:46:02 +02:00
Tae Won Ha
8611cd5232
Update Cartfile 2018-07-20 17:59:26 +02:00
Tae Won Ha
07f50b6b08 Merge remote-tracking branch 'origin/develop' into update-neovim 2018-07-15 22:10:37 +02:00
Tae Won Ha
d64f6c8934
Use Codable infra and add DictionaryCoding to credits 2018-07-15 19:37:28 +02:00
Tae Won Ha
2caeb2c10e Merge remote-tracking branch 'origin/develop' into update-neovim
Conflicts:
	Cartfile
	Cartfile.resolved
2018-07-09 21:54:29 +02:00
Tae Won Ha
9702cee35a
Update deps and release notes 2018-07-07 09:46:50 +02:00
Tae Won Ha
5b1a731bfb Use develop of RxNeovimApi 2018-06-13 06:29:42 +02:00
Tae Won Ha
a0e8a6e2a2
Update deps and release notes 2018-06-12 21:09:18 +02:00
Tae Won Ha
6b420cd851 Update neovim 2018-06-12 20:57:18 +02:00
Tae Won Ha
e0679d37ad Merge remote-tracking branch 'origin/develop' into update-neovim
Conflicts:
	NvimView/NvimView/NvimAutoCommandEvent.generated.swift
2018-05-26 09:26:29 +02:00
Tae Won Ha
d278672d36 Update neovim 2018-05-26 09:23:08 +02:00
Tae Won Ha
8b103bbd0a
Update deps 2018-05-19 22:56:51 +02:00
Tae Won Ha
52e3401760 Merge remote-tracking branch 'origin/develop' into update-neovim 2018-05-13 18:24:26 +02:00
Tae Won Ha
216066d120
Use release version of swifter again 2018-05-12 14:50:41 +02:00
Tae Won Ha
c33126e95e Merge remote-tracking branch 'origin/develop' into update-neovim 2018-05-06 15:53:15 +02:00
Tae Won Ha
f8ff172265
Remove quit flags 2018-05-05 22:46:57 +02:00
Tae Won Ha
23c2f0b978
Use RxNeovimApi 2018-05-05 21:46:27 +02:00
Tae Won Ha
dc91d5ce59
Use 0.0.0 of RxMessagePort and RxMsgpackRpc 2018-05-05 15:46:08 +02:00
Tae Won Ha
b3e35b9cac
Merge branch 'develop' into more-rx 2018-05-04 14:41:11 +02:00
Tae Won Ha
a3675b7785
Use forked version of Swifter for now 2018-05-04 14:35:51 +02:00
Tae Won Ha
5c51c37da8
Add RxMessagePort to Cartfile 2018-05-02 18:17:32 +02:00
Tae Won Ha
7217b54368
Use more RxSwift 2018-05-02 18:17:27 +02:00
Tae Won Ha
befe63b53f
Update RxSwift 2018-04-08 11:58:31 +02:00
Tae Won Ha
f0ebb72da1
Update swifter to 1.4.0 2018-03-18 23:11:51 +01:00
Tae Won Ha
e3ce72b51d
Update dependencies 2018-01-14 14:11:27 +01:00
Tae Won Ha
458d702439
Compile swifter directly again
- It's Swift 4 compatible now
2017-12-10 22:19:20 +01:00
Tae Won Ha
4ef2fd0f15
Restructure the project 2017-12-03 09:59:15 +01:00
Tae Won Ha
84901ed5c3
Add a rudimentary msgpack client 2017-11-26 20:27:20 +01:00
Tae Won Ha
ea286e99c4
Update dependencies 2017-11-10 16:15:55 +01:00
Tae Won Ha
a10a006cd4
Update deps 2017-08-16 22:42:32 +02:00
Tae Won Ha
9e2c848823
Upgrade dependencies 2017-06-05 16:36:01 +02:00
Tae Won Ha
674aa24907
Update RxSwift to 3.4.1 2017-05-02 07:58:36 +02:00
Tae Won Ha
f13a765979
Bump dependencies 2017-04-21 16:49:41 +02:00
Tae Won Ha
c4b69fea78
Update dependencies w/o breaking changes 2017-02-24 12:41:13 +01:00
Tae Won Ha
1a7f633cea
GH-339 Use a http server to serve the markdown preview html file (and the content of the containing folder)
- WKWebView does not let you load files in arbitrary folders when you use loadHTMLString()
- loadFileURL can load files from one directories, but you'd have to create a temporary file in the folder
2017-01-13 08:11:47 +01:00
Tae Won Ha
daf16d0fc0
Merge branch 'develop' into issue/339-md-preview 2017-01-03 16:45:25 +01:00
Tae Won Ha
f5681b70de
Update RxSwift to 3.1.0 2017-01-03 16:43:38 +01:00
Tae Won Ha
8955273826
Merge branch 'develop' into issue/339-md-preview 2017-01-01 17:18:11 +09:00
Tae Won Ha
6b0e147b64
Update sparkle to 0.15.1 2016-12-24 18:39:46 +09:00
Tae Won Ha
1ce679da9d
GH-339 React to opening 2016-12-23 12:15:26 +01:00
Tae Won Ha
1ea6959471
GH-339 Add CocoaMarkdown (forked one) 2016-12-18 16:15:10 +01:00
Tae Won Ha
7ed4eb619a
GH-293 Use font awesome 2016-11-28 19:34:14 +01:00
Tae Won Ha
101387f3cf
Update RxSwift to 3.0.1 2016-11-08 21:55:09 +01:00