Tae Won Ha
f826242caf
Record-only merge branch 'cglayer-based-rendering' into develop
2017-06-06 21:04:54 +02:00
Tae Won Ha
0c67431559
Try not to add too fragmented row runs which causes too many ligature
...
calls
2017-06-06 21:02:25 +02:00
Tae Won Ha
6369b75edc
Update release notes
2017-06-06 20:42:30 +02:00
Tae Won Ha
e20d92f307
GH-450 Cache isHidden value in FileBrowserItem
...
- We have to cache the value for the following case: when a hidden file gets deleted, then, when updating, we want to use isHidden => error => false => crash
2017-06-06 13:47:23 +02:00
Tae Won Ha
089c459e0d
Update release notes
2017-06-06 07:34:28 +02:00
Tae Won Ha
a5dad4bb2d
Bump appcast to SNAPSHOT-197
2017-06-06 07:17:40 +02:00
Tae Won Ha
23c8b74d7f
Bump version: snapshot/197
2017-06-06 07:15:28 +02:00
Tae Won Ha
5e2db8d518
GH-237 Do not scroll x3 when using mouse
2017-06-06 07:04:02 +02:00
Tae Won Ha
8b167b5e8a
Refactor select()
2017-06-05 20:58:50 +02:00
Tae Won Ha
8b8b28367c
Reformat to 100 line width
2017-06-05 20:58:50 +02:00
Tae Won Ha
ffb6cd449b
Extract a function to scan children
2017-06-05 20:58:50 +02:00
Tae Won Ha
44cde218fb
Rename variable
2017-06-05 20:58:50 +02:00
Tae Won Ha
f42f86b4a0
Delete unused screen cursor functions
2017-06-05 19:19:26 +02:00
Tae Won Ha
9e2c848823
Upgrade dependencies
2017-06-05 16:36:01 +02:00
Tae Won Ha
0f0770f670
Do not increment version when not publishing
2017-06-05 16:13:56 +02:00
Tae Won Ha
f844d0c205
Don't do unnec' computation...
2017-06-05 16:10:24 +02:00
Tae Won Ha
5c713c8d97
Speed up row runs for ranges function
2017-06-05 15:58:30 +02:00
Tae Won Ha
c415df78e1
Do not send unnec' screen cursor position to UI
2017-06-05 15:22:35 +02:00
Tae Won Ha
5d3aca696d
Refactor cursor drawing
...
- draw only when flushed and use the normal position from goto
2017-06-05 14:22:12 +02:00
Tae Won Ha
93b9366a66
Set cursor and flush after scrolling
2017-06-05 13:44:53 +02:00
Tae Won Ha
d14b01efe6
Bump appcast to SNAPSHOT-196
2017-06-04 16:49:52 +02:00
Tae Won Ha
8c51148515
Bump version: snapshot/196
2017-06-04 16:47:31 +02:00
Tae Won Ha
ebac67ebbb
Update release notes
2017-06-04 16:22:17 +02:00
Tae Won Ha
747c7ba6b5
Fix wrong cursor drawing
2017-06-04 16:07:46 +02:00
Tae Won Ha
22ec2dda64
Reduce the line count to scroll
2017-06-01 22:32:15 +02:00
Tae Won Ha
0b52a9ea38
Remove unnec' fields and reduce max scroll lines
2017-06-01 22:16:15 +02:00
Tae Won Ha
6f42dde6ce
Use update_screen instead of ui_refresh
2017-06-01 22:15:59 +02:00
Tae Won Ha
f60a0becc1
Use a different font to slow down...
2017-05-31 20:55:46 +02:00
Tae Won Ha
cb8145a4b3
Use a different font to slow down...
2017-05-31 20:51:16 +02:00
Tae Won Ha
c1d919d740
Merge branch 'develop' into cglayer
...
Conflicts:
SwiftNeoVim/CocoaExtensions.swift
SwiftNeoVim/NeoVimView+Draw.swift
SwiftNeoVim/NeoVimView+Mouse.swift
SwiftNeoVim/NeoVimView+UiBridge.swift
SwiftNeoVim/NeoVimView.swift
2017-05-31 00:26:38 +02:00
Tae Won Ha
7104739bad
Turn off debug log for ui bridge
2017-05-30 23:57:35 +02:00
Tae Won Ha
3a80c7257c
Stop agent in the main thread
2017-05-30 23:54:30 +02:00
Tae Won Ha
a128ddcae6
Rename some functions
2017-05-30 23:54:30 +02:00
Tae Won Ha
2e96b09e88
Make some fields fileprivate and remove some fields
2017-05-30 23:53:47 +02:00
Tae Won Ha
aca159851e
Remove unnec' extension
2017-05-30 23:51:57 +02:00
Tae Won Ha
c74c884d8b
Reformat drawing code a bit
2017-05-30 23:51:57 +02:00
Tae Won Ha
72e24de79c
Use migrate to cgcontext
2017-05-30 23:51:57 +02:00
Tae Won Ha
98db3ef951
Update neovim
2017-05-30 23:48:45 +02:00
Tae Won Ha
f099c125fd
Add debug flag to logger
2017-05-30 23:41:29 +02:00
Tae Won Ha
39feb8524b
Scroll in custom steps
2017-05-30 23:41:15 +02:00
Tae Won Ha
844449d8e7
Mark rectToScroll - clipRect for update
2017-05-29 20:39:42 +02:00
Tae Won Ha
689fc8d0a3
Use offsetBy instead of custom translating
2017-05-29 20:23:32 +02:00
Tae Won Ha
c5974abd63
Render correctly when scrolling up
2017-05-29 17:52:25 +02:00
Tae Won Ha
2bf3e4c659
Make scrolling via keystrokes almost work (some drawing glitches...)
2017-05-28 22:41:22 +02:00
Tae Won Ha
ace94fd066
Stop agent in the main thread
2017-05-28 20:21:00 +02:00
Tae Won Ha
4ad0871240
Add rudimentary drawing w/o cursor
2017-05-28 20:18:41 +02:00
Tae Won Ha
6209184570
Rename some functions
2017-05-28 09:19:33 +02:00
Tae Won Ha
21576dc23c
Make some fields fileprivate and remove some fields
2017-05-28 09:06:23 +02:00
Tae Won Ha
a5fc39b1da
Remove unnec' extension
2017-05-28 09:05:33 +02:00
Tae Won Ha
eb918d2acb
Reformat drawing code a bit
2017-05-28 09:05:32 +02:00