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

337 Commits

Author SHA1 Message Date
Tae Won Ha
779071c2b5 GH-666 WIP 2018-09-03 07:50:36 +02:00
Tae Won Ha
7c997589a9 GH-666 Refactor slightly 2018-09-03 06:48:34 +02:00
Tae Won Ha
6d52b06be8 GH-666 Implement mode shape change 2018-09-03 06:38:25 +02:00
Tae Won Ha
f68d01d1f1 GH-666 Refactor slightly 2018-09-02 22:05:42 +02:00
Tae Won Ha
c14d2c6b1e GH-666 Use 0 as initial attributes ID 2018-09-02 21:56:10 +02:00
Tae Won Ha
3b3407d591 GH-666 Refactor slightly 2018-09-02 20:35:25 +02:00
Tae Won Ha
009f3ff30e GH-666 Draw cursor 2018-09-02 20:28:00 +02:00
Tae Won Ha
1f442e0ff6 GH-666 Refactor slightly 2018-09-02 17:56:29 +02:00
Tae Won Ha
d60bec50f4 GH-666 Implement clear 2018-09-02 17:53:34 +02:00
Tae Won Ha
10d475dbaa GH-666 Add comments 2018-09-02 17:39:23 +02:00
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