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

327 Commits

Author SHA1 Message Date
Tae Won Ha
9a5ac3f631 GH-666 Refactor slightly 2018-09-02 17:36:42 +02:00
Tae Won Ha
162f6827fb GH-666 Refactor slightly 2018-09-02 17:33:14 +02:00
Tae Won Ha
6bf0c568ff GH-666 Use parallel computation when DEBUG is set 2018-09-02 17:30:29 +02:00
Tae Won Ha
2b921374aa GH-666 Refactor slightly 2018-09-02 17:22:02 +02:00
Tae Won Ha
226eb9820b GH-666 Update neovim 2018-09-02 17:08:22 +02:00
Tae Won Ha
2f8539a78f GH-666 Do not use parallel computation
Seems to be fast enough...
2018-09-02 17:07:58 +02:00
Tae Won Ha
d531835e4c GH-666 Optimize rendering
Too slow: When we parallelize the CTLine computation, it's quite fast,
but then, the CPU usage is very very high. Still, parallelizing.
2018-09-01 19:08:34 +02:00
Tae Won Ha
9b8e0b6d42 GH-666 Only render affected columns 2018-08-31 18:41:49 +02:00
Tae Won Ha
f0dfd94d9a GH-666 Remove old (slow) run with ligatures method 2018-08-31 16:38:56 +02:00
Tae Won Ha
a739e6bb39 GH-666 Add scrolling
Re-implement runs with ligatures to speed up things
2018-08-31 15:54:15 +02:00
Tae Won Ha
4ceff1ea6c GH-666 Delete unnec' files 2018-08-29 19:06:42 +02:00
Tae Won Ha
dfed84cf63 GH-666 Update neovim 2018-08-29 18:56:02 +02:00
Tae Won Ha
46b0efd99c GH-666 Reformat 2018-08-29 18:48:17 +02:00
Tae Won Ha
625df1e665 GH-666 Make loggers framework global 2018-08-29 18:46:57 +02:00
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
726075a162
Bump version: snapshot/289 2018-07-20 18:10:17 +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
d9bda58ad2
Bump version: snapshot/288 2018-07-18 17:00:02 +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
c213e45bca
Bump version: snapshot/287 2018-07-17 21:41:48 +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
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
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
6abf35a385
Bump version: snapshot/285 2018-07-15 22:04:41 +02:00
Tae Won Ha
6962afc788
GH-603 Fix insert paste bug 2018-07-15 21:57:24 +02:00
Tae Won Ha
3118b615f3 Update neovim 2018-07-13 22:36:49 +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
edea4219a2 Update neovim 2018-07-09 21:52:16 +02:00
Tae Won Ha
1560fe9714
Update MMCoreTextView
- macvim-dev/macvim@351faf929e
- We do not use isComposing. We do that in TextDrawer.
2018-07-07 09:21:33 +02:00
Tae Won Ha
ee93ec2fc4
Remove unnec' header import 2018-07-06 21:24:33 +02:00
Tae Won Ha
81ae077bf9
Bump version: snapshot/284 2018-07-06 20:59:15 +02:00