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

1622 Commits

Author SHA1 Message Date
Tae Won Ha
de195e7726
Bump version: v0.15.2-201 2017-06-11 14:12:47 +02:00
Tae Won Ha
3811c673bf
Update release notes 2017-06-11 13:53:07 +02:00
Tae Won Ha
e152559544
Store tools state in the app state such that the next new main window has the same state 2017-06-11 13:50:40 +02:00
Tae Won Ha
7d9d3b6359
Update readme 2017-06-10 11:54:29 +02:00
Tae Won Ha
26aab9116c
Use update_screen, setcursor, ui_flush sequence in window select func 2017-06-10 10:16:32 +02:00
Tae Won Ha
e612bcc80a
Do not upgrade carthage in travis, it somehow causes error... 2017-06-10 09:11:40 +02:00
Tae Won Ha
e1d4be1948
GH-423 Remove commented out code 2017-06-10 08:26:12 +02:00
Tae Won Ha
91f002c09b
Bump appcast to SNAPSHOT-200 2017-06-10 08:25:26 +02:00
Tae Won Ha
efb4083a7d
Bump version: snapshot/200 2017-06-10 08:22:49 +02:00
Tae Won Ha
dfc45d292a
GH-423 Update release notes 2017-06-09 23:17:46 +02:00
Tae Won Ha
786ac2a87e
GH-423 Use transient fields in state for cwd and current buffer to set 2017-06-09 23:16:06 +02:00
Tae Won Ha
91fac3868e
GH-423 Cache cwd and send the change event as a callback 2017-06-09 01:15:45 +02:00
Tae Won Ha
4547ed8c7f
GH-423 Remove unnec' method syncNeoVimViewWithBounds 2017-06-09 00:01:06 +02:00
Tae Won Ha
f3366bfc9b
Prepare release notes for next release 2017-06-07 22:24:48 +02:00
Tae Won Ha
5e0ff85c2b
Bump appcast to v0.15.1-199 2017-06-07 21:24:52 +02:00
Tae Won Ha
a845e410cd
Bump version: v0.15.1-199 2017-06-07 21:17:19 +02:00
Tae Won Ha
de53d8a333
Update release notes 2017-06-07 21:06:52 +02:00
Tae Won Ha
60db84c340
Reformat to 100 chars 2017-06-07 18:41:21 +02:00
Tae Won Ha
c200e05323
Bump appcast to SNAPSHOT-198 2017-06-07 07:25:55 +02:00
Tae Won Ha
9dfab25cef
Bump version: snapshot/198 2017-06-07 07:23:30 +02:00
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