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

542 Commits

Author SHA1 Message Date
Tae Won Ha
d00472332f
Bump version for release 2017-06-28 17:17:49 +02:00
Tae Won Ha
ebfa0bdb5a
GH-472 Fix mouse wheel scrolling row/column mix-up 2017-06-28 17:16:02 +02:00
Tae Won Ha
3f4424ae90
Bump version: v0.16.1-208 2017-06-24 14:52:58 +02:00
Tae Won Ha
5a5a3b7dbd
Bump version: v0.16.1-207 2017-06-24 14:43:07 +02:00
Tae Won Ha
8f53b0a760
Bump version: v0.16.1-206 2017-06-24 14:37:08 +02:00
Tae Won Ha
3aa2337971
GH-472 Fix the row/col mixup 2017-06-24 14:12:11 +02:00
Tae Won Ha
cb72766cd7
GH-472 Pass over the current cell position when scrolling
- such that the window below the cursor gets scrolled.
2017-06-24 11:33:37 +02:00
Tae Won Ha
d9c6443e2d
GH-472 Use the correct type when packing values in Data 2017-06-24 10:45:03 +02:00
Tae Won Ha
4279147b80
GH-472 Add unused marker 2017-06-23 18:58:55 +02:00
Tae Won Ha
9795d23538
Bump version: v0.16.0-205 2017-06-21 13:09:00 +02:00
Tae Won Ha
dc0b2aab5d
Render the whole view even when the resizing does not change grid's size 2017-06-17 17:25:52 +02:00
Tae Won Ha
f2fd30073c
Bump version: snapshot/204 2017-06-16 19:32:55 +02:00
Tae Won Ha
cae3795fb5
GH-378 Draw undercurl, eg for spelling 2017-06-16 18:17:32 +02:00
Tae Won Ha
18ff02164d
Bump version: snapshot/203 2017-06-14 18:32:29 +02:00
Tae Won Ha
5ddd9a812e
Bump version: snapshot/202 2017-06-13 23:30:42 +02:00
Tae Won Ha
f524a3ff0c
GH-302, GH-421 Call agent.quit() in main thread
- this avoids the strange delay which occurs sometimes when we call it in the mach port server thread
2017-06-13 22:56:50 +02:00
Tae Won Ha
253aa00f78
GH-302, GH-421 Use vimCommand to initialize some neovim settings
- otherwise _NSDetectedLayoutRecursion gets invoked.. dunno why
2017-06-12 21:49:16 +02:00
Tae Won Ha
64501bb43f
GH-302, GH-421 Launch neovim after first resize.
- when using -d option of nvim, it's important that the initial size of nvim corresponds to the NSWindow's size such that both splits have the same width
2017-06-12 19:28:58 +02:00
Tae Won Ha
ec838aa0b9
GH-302, GH-421 Add --wait to cli tool 2017-06-12 19:28:54 +02:00
Tae Won Ha
3216b08699
GH-302, GH-421 Add passthrough arguments to vimr script 2017-06-12 00:30:33 +02:00
Tae Won Ha
2d64198e5c
Sync return when quitting neovim 2017-06-11 15:48:18 +02:00
Tae Won Ha
de195e7726
Bump version: v0.15.2-201 2017-06-11 14:12:47 +02:00
Tae Won Ha
efb4083a7d
Bump version: snapshot/200 2017-06-10 08:22:49 +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
a845e410cd
Bump version: v0.15.1-199 2017-06-07 21:17:19 +02:00
Tae Won Ha
9dfab25cef
Bump version: snapshot/198 2017-06-07 07:23: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
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
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
8c51148515
Bump version: snapshot/196 2017-06-04 16:47:31 +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
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
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
34569b14b5
Make only one file appender per file url 2017-05-28 09:04:13 +02:00
Tae Won Ha
a7bc657514 Merge remote-tracking branch 'origin/develop' into update-neovim
Conflicts:
	NeoVimServer/server_ui.m
	SwiftNeoVim/NeoVimView.swift
        and many others...
2017-05-27 17:22:47 +02:00
Tae Won Ha
6e403c7a24
Be 100 chars wide 2017-05-27 16:41:28 +02:00