1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
Commit Graph

2581 Commits

Author SHA1 Message Date
Tae Won Ha
42c641335c GH-666 Move files around 2018-08-29 18:38:18 +02:00
Tae Won Ha
c5e0736efe GH-666 Delete MMCoreTextView.m and TextDrawer.m 2018-08-29 18:37:23 +02:00
Tae Won Ha
71fad2ebc2 GH-666 Refactor slightly 2018-08-29 18:36:25 +02:00
Tae Won Ha
ce7e4e8899 GH-666 Handle x-offset and default colors 2018-08-29 08:40:01 +02:00
Tae Won Ha
c04b6094e6 GH-666 Remove some print() statements 2018-08-27 19:49:59 +02:00
Tae Won Ha
c95144b2e5 GH-666 Make init() of Position public
Why do I have to manually write a public init for a public struct?
2018-08-27 19:48:04 +02:00
Tae Won Ha
9bd76bd91d GH-666 Add some more characters for visual inspection 2018-08-27 19:44:21 +02:00
Tae Won Ha
d904fe23ad GH-666 Move around code 2018-08-27 19:41:12 +02:00
Tae Won Ha
79350c385f GH-666 Rename 2018-08-27 19:38:50 +02:00
Tae Won Ha
9f115681be GH-666 Remove old ligature typesetter 2018-08-27 19:38:00 +02:00
Tae Won Ha
1585e214f0 GH-666 Use the new ligature typesetting in the non-ligature typesetting 2018-08-27 19:35:40 +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
14cfd67457
GH-666 WIP 2018-08-02 11:46:01 +02:00
Tae Won Ha
62ee80a850
GH-666 Update neovim 2018-08-02 11:45:51 +02:00
Tae Won Ha
3f7d29fcc0
GH-666 Remove ignore setIcon event
- Yet merging neovim
2018-08-02 10:23:01 +02:00
Tae Won Ha
e7aba4ca8a
Bump appcast(s) to SNAPSHOT-289 2018-07-20 18:13:58 +02:00
Tae Won Ha
726075a162
Bump version: snapshot/289 2018-07-20 18:10:17 +02:00
Tae Won Ha
9e08911e84
Update release notes 2018-07-20 18:04:35 +02:00
Tae Won Ha
8611cd5232
Update Cartfile 2018-07-20 17:59:26 +02:00
Tae Won Ha
b7aff4e0fd Merge remote-tracking branch 'origin/develop' into update-neovim 2018-07-20 12:52:42 +02:00
Tae Won Ha
15b221c806 Update to neovim v0.3.1 2018-07-20 12:52:35 +02:00
Tae Won Ha
25aa99f94d
Update neovim 2018-07-20 12:38:06 +02:00
Tae Won Ha
987c7cd3cc
Bump appcast(s) to SNAPSHOT-288 2018-07-18 17:04:18 +02:00
Tae Won Ha
d9bda58ad2
Bump version: snapshot/288 2018-07-18 17:00:02 +02:00
Tae Won Ha
61d7a74f9b
Update release notes 2018-07-18 16:49:39 +02:00
Tae Won Ha
4f5b150f9e
Revert "Update MMCoreTextView"
This reverts commit 1560fe9714.
2018-07-18 16:49:14 +02:00
Tae Won Ha
aff2c3c103 Merge remote-tracking branch 'origin/develop' into update-neovim 2018-07-17 21:55:04 +02:00
Tae Won Ha
2d01282379
Bump appcast(s) to SNAPSHOT-287 2018-07-17 21:47:39 +02:00
Tae Won Ha
c213e45bca
Bump version: snapshot/287 2018-07-17 21:41:48 +02:00
Tae Won Ha
9f656890ec
GH-659 Update release notes 2018-07-17 21:36:19 +02:00
Tae Won Ha
4c41b260d0
GH-659 Really turn off ligatures when the option is not set.
See macvim-dev/macvim#711 and macvim-dev/macvim#712
2018-07-17 21:22:32 +02:00
Tae Won Ha
979ef1098b
Save prefs right before quitting (or closing the window) 2018-07-16 18:52:54 +02:00
Tae Won Ha
06bfb6277d
Bump appcast(s) to SNAPSHOT-286 2018-07-16 18:37:53 +02:00
Tae Won Ha
e721e52cf8
Bump version: snapshot/286 2018-07-16 18:34:38 +02:00
Tae Won Ha
18050756e5
GH-603 (Re-) Fix paste bug 2018-07-16 18:26:19 +02:00
Tae Won Ha
d041152138 Update Cartfile.resolved 2018-07-15 22:13:33 +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
724f0343ef Update neovim 2018-07-15 22:10:33 +02:00
Tae Won Ha
5d0f0c9f42
Bump appcast(s) to SNAPSHOT-285 2018-07-15 22:07:13 +02:00
Tae Won Ha
6abf35a385
Bump version: snapshot/285 2018-07-15 22:04:41 +02:00
Tae Won Ha
f1adec8d2b
GH-603 Update release notes 2018-07-15 21:58:57 +02:00
Tae Won Ha
6962afc788
GH-603 Fix insert paste bug 2018-07-15 21:57:24 +02:00
Tae Won Ha
1c80f2bfbf
Refactor slightly 2018-07-15 21:52:12 +02:00
Tae Won Ha
9893b48cf7
Merge branch 'codable' into develop
Use Codable instead of custom SerializableState
2018-07-15 21:47:06 +02:00
Tae Won Ha
c72faf1c36
Refactor slightly 2018-07-15 21:19:17 +02:00
Tae Won Ha
a7055dacba
Add DictionaryCoding to test target 2018-07-15 19:38:57 +02:00
Tae Won Ha
66b7d469c1
Add missing prefs 2018-07-15 19:37:28 +02:00
Tae Won Ha
b42501e440
Move framework around 2018-07-15 19:37:28 +02:00
Tae Won Ha
d90179427d
Delete SerializableState 2018-07-15 19:37:28 +02:00
Tae Won Ha
d64f6c8934
Use Codable infra and add DictionaryCoding to credits 2018-07-15 19:37:28 +02:00