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

76 Commits

Author SHA1 Message Date
Tae Won Ha
0b4804968e
Bump version: snapshot/302 2019-03-05 09:11:20 +01:00
Tae Won Ha
4bbe370ba7
Bump version: snapshot/301 2019-03-03 21:13:43 +01:00
Tae Won Ha
3030373d2c
Bump version: snapshot/300 2019-02-28 01:32:41 +01:00
Tae Won Ha
e14e9f6b38
Bump version: snapshot/299 2019-02-28 01:14:02 +01:00
Tae Won Ha
40347752f0
Bump version: snapshot/298 2019-02-26 07:21:19 +01:00
Tae Won Ha
4aa0b42bae
Bump version: v0.25.0-297 2019-02-23 17:52:29 +01:00
Tae Won Ha
cbd4e2535d
Bump version: snapshot/296 2019-02-21 22:43:45 +01:00
Tae Won Ha
2e96ae9eef
Bump version: snapshot/295 2019-02-06 22:59:57 +01:00
Tae Won Ha
2edb0cc99d
Bump version: snapshot/294 2018-11-19 17:01:56 +01:00
Tae Won Ha
996174e8e5 GH-666 Rename 2018-10-04 21:36:41 +02:00
Tae Won Ha
c457e1e599 GH-666 Make Korean input work again 2018-10-04 21:31:35 +02:00
Tae Won Ha
a9a5e5644e GH-666 Add unmark
We do not use toggle here to be more robust.
2018-10-03 14:08:28 +02:00
Tae Won Ha
6dfa3d8add GH-666 Use reversed attrs for marked text 2018-09-30 23:20:27 +02:00
Tae Won Ha
3acfd95745 GH-666 Add index conversion (and tests) 2018-09-30 22:52:26 +02:00
Tae Won Ha
b891fc45b2 GH-666 Reformat 2018-09-04 16:44:15 +02:00
Tae Won Ha
7efbc5a099 GH-666 Adapt tests 2018-09-04 16:44:15 +02:00
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