1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-18 19:21:39 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Tae Won Ha
c01bd388b6
Fix tests 2020-02-12 06:47:29 +01:00
Tristan Konolige
27312c83f6 Add option to change spacing between letters 2019-04-16 14:49:26 -06:00
Tae Won Ha
e69f515909
Add a test for Hindi with ligatures turned off 2019-03-11 08:22:06 +01:00
Tae Won Ha
6a49361c2a
Fix some tests 2019-03-11 08:08:59 +01:00
Tae Won Ha
36cc213841
Fix some tests
- The font from Typesetter does not equal to the input font... Why?
2019-03-11 07:18:08 +01:00
Tae Won Ha
7efbc5a099 GH-666 Adapt tests 2018-09-04 16:44:15 +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