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

10 Commits

Author SHA1 Message Date
Tae Won Ha
2b921374aa GH-666 Refactor slightly 2018-09-02 17:22:02 +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
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
ce7e4e8899 GH-666 Handle x-offset and default colors 2018-08-29 08:40:01 +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