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
|
29a67dbaf7
|
GH-666 Use RxNeovimApi nightly
|
2018-09-02 21:40:44 +02:00 |
|
Tae Won Ha
|
30f067b87b
|
Record-only merge branch 'adapt-ui-666-cglayer' into adapt-ui-666
|
2018-09-02 20:53:04 +02:00 |
|
Tae Won Ha
|
c0433ac259
|
GH-666 Try out CGLayer (again)
|
2018-09-02 20:51:49 +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
|
e7aba4ca8a
|
Bump appcast(s) to SNAPSHOT-289
|
2018-07-20 18:13:58 +02:00 |
|
Tae Won Ha
|
726075a162
|
Bump version: snapshot/289
|
2018-07-20 18:10:17 +02:00 |
|
Tae Won Ha
|
9e08911e84
|
Update release notes
|
2018-07-20 18:04:35 +02:00 |
|
Tae Won Ha
|
8611cd5232
|
Update Cartfile
|
2018-07-20 17:59:26 +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
|
987c7cd3cc
|
Bump appcast(s) to SNAPSHOT-288
|
2018-07-18 17:04:18 +02:00 |
|
Tae Won Ha
|
d9bda58ad2
|
Bump version: snapshot/288
|
2018-07-18 17:00:02 +02:00 |
|
Tae Won Ha
|
61d7a74f9b
|
Update release notes
|
2018-07-18 16:49:39 +02:00 |
|