1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-29 03:53:38 +03:00
Commit Graph

571 Commits

Author SHA1 Message Date
Ezequiel Rosas
c6c822f539 Refactor NeoVimView.keydown 2017-08-14 11:15:30 -05:00
Tae Won Ha
7c2995a173
Bump version: v0.18.0-217 2017-08-13 07:44:06 +02:00
Tae Won Ha
eb4df41499
Bump version: snapshot/216 2017-08-11 14:59:38 +02:00
Tae Won Ha
eb406668a2 Merge pull request #494 from nhtzr/add-fgevent
Add becomeMain & resignMain methods
2017-08-11 14:48:36 +02:00
Tae Won Ha
78826fe7ce
Bump version: snapshot/215 2017-08-10 13:53:53 +02:00
Tae Won Ha
9576bd2803 Merge pull request #497 from nhtzr/fix-cstab
Catch <C-Tab> & <C-S-Tab>
2017-08-08 18:08:05 +02:00
Tae Won Ha
c86748eb25 Merge pull request #499 from nhtzr/add-hidcur
Hide cursor on keydown
2017-08-08 18:00:33 +02:00
Tae Won Ha
254b813a2f Merge pull request #505 from nhtzr/fix-ctx-crash
On ocasions, NSTextInputContext comes as null.
2017-08-08 17:56:48 +02:00
Tae Won Ha
5664bb9e24
Bump version: snapshot/214 2017-08-08 12:36:11 +02:00
Tae Won Ha
d51522ed3a
Refactor slightly 2017-08-08 09:53:30 +02:00
Ezequiel Rosas
101cf71718 On ocasions, NSTextInputContext comes as null. 2017-08-07 15:55:32 -05:00
Ezequiel Rosas
7c612266b9 Hide cursor on keydown 2017-08-02 16:05:39 -05:00
Ezequiel Rosas
69daf994de Catch <C-Tab> & <C-S-Tab> 2017-07-31 15:55:27 -05:00
Ezequiel Rosas
eada6f95ba Add becomeMain & resignMain methods 2017-07-27 21:40:02 -05:00
Ezequiel Rosas
67dd8c28e1 Move Drag logic to NeoVimView 2017-07-03 16:03:59 -05:00
Tae Won Ha
29e2acabf0
Bump version: v0.17.0-213 2017-06-30 20:19:52 +02:00
Tae Won Ha
eb6ecdf7bb
Bump version: snapshot/212 2017-06-30 06:59:42 +02:00
Tae Won Ha
19d7ee9b84
Bump version: snapshot/211 2017-06-29 18:02:10 +02:00
Tae Won Ha
502dbbebb0
GH-436 Add directory foreground color to themes 2017-06-28 19:50:34 +02:00
Tae Won Ha
e0034396ef
Merge branch 'master' into develop
Conflicts:
	MacNeovim/Info.plist
	SwiftNeoVim/Info.plist
	SwiftNeoVimTests/Info.plist
	VimR-Workspace-Demo/Info.plist
	VimR.xcodeproj/project.pbxproj
	VimR/Info.plist
	VimRTests/Info.plist
	resources/release-notes.md
2017-06-28 19:46:15 +02:00
Tae Won Ha
e21ef3e864
Bump version: v0.16.2-210 2017-06-28 17:31:10 +02:00
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
462dc3a698
Bump version: snapshot/209 2017-06-27 20:03:07 +02:00
Tae Won Ha
720e850098
GH-436 Use colorscheme colors when resizing 2017-06-27 19:03:36 +02:00
Tae Won Ha
d10e98a536
GH-436 Remove unused colors 2017-06-25 23:19:23 +02:00
Tae Won Ha
2c3779523c
GH-436 Make the first attempt 2017-06-25 23:17:13 +02:00
Tae Won Ha
653067c334
GH-436 Make table views to react to theme change 2017-06-25 21:46:13 +02:00
Tae Won Ha
da8a4c8a94
GH-436 Handle color = -1 2017-06-25 20:26:52 +02:00
Tae Won Ha
c00a634c86
GH-436 Add theme to neovim view 2017-06-25 17:35:51 +02:00
Tae Won Ha
7164f47ad7
GH-436 Add Theme to mainwindow 2017-06-25 11:46:43 +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