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

999 Commits

Author SHA1 Message Date
Tae Won Ha
43170dd3ad
Fix min. NvimView demo 2023-12-16 19:56:35 +01:00
Tae Won Ha
0a170cebdb
Remove unused field 2023-12-16 19:22:06 +01:00
Tae Won Ha
ecd9513d43
Reformat 2023-12-16 19:19:12 +01:00
Tae Won Ha
55f5e90280
Remove unused functions 2023-12-16 19:18:23 +01:00
Tae Won Ha
e6575790e5
Reformat 2023-12-16 19:15:21 +01:00
Tae Won Ha
0514da7def
swiftformat 2023-12-16 19:09:20 +01:00
Tae Won Ha
9277e9de94
Make functions private where possible 2023-12-16 19:07:16 +01:00
Tae Won Ha
1a13174a65
swiftformat 2023-12-15 21:52:10 +01:00
Tae Won Ha
ccbb496e08
Mark regions for update only when flush is issued 2023-12-15 21:47:59 +01:00
Tae Won Ha
4d76e9b932
Remove draw parallel option 2023-12-14 07:57:53 +01:00
Tae Won Ha
1dd5dec2ce
Single threaded drawing seems to be faster due to sync overhead 2023-12-13 22:15:29 +01:00
Tae Won Ha
7f4628398e
Set min. macOS version to v12 2023-12-11 19:51:39 +01:00
Tae Won Ha
4c23aabd24
Use blocking vimenter request from Neovim to set up autocmd 2023-12-11 17:05:51 +01:00
Tae Won Ha
531e664ae9
Remove unnec' param 2023-12-11 08:34:52 +01:00
Tae Won Ha
ca8c7fedb6
Reorder Neovim launch init sequence
Colorscheme change notification still not working
2023-12-11 08:31:25 +01:00
Tae Won Ha
3a0b8a6ebf
First draft to replace unix domain socket with pipe 2023-12-10 23:55:16 +01:00
Tae Won Ha
81a78315f4
Remove unnec' version check 2023-12-10 15:33:28 +01:00
George Harker
870534c83d check versions on starting neovim via the pipe 2023-12-04 12:35:33 -08:00
George Harker
89e5446b6b fix trackpad scrolling to respect natural 2023-12-04 11:23:37 -08:00
Tae Won Ha
fdbebfa9c8
Remove unused fields 2023-11-24 22:18:31 +01:00
Tae Won Ha
810b0db7ed
Remove unused fields 2023-11-24 22:17:25 +01:00
Tae Won Ha
dece29390f
Remove unused function 2023-11-24 21:53:33 +01:00
George Harker
5c3a1cdf00 ensure resize does not persist prior updates 2023-11-16 11:33:15 -08:00
George Harker
dc24338fa5 clarify comments 2023-11-16 09:58:03 -08:00
George Harker
72abe96f05 source files before uistart 2023-11-15 15:42:54 -08:00
George Harker
5943d1b901 fix remote rpc commands 2023-11-15 12:09:47 -08:00
Tae Won Ha
3bc2526325
Remove debug msgs 2023-11-14 20:35:30 +01:00
Tae Won Ha
e6eb1e11e4
Fix build 2023-11-14 20:29:54 +01:00
Tae Won Ha
9910abc275
Remove unnec' files 2023-11-14 20:23:08 +01:00
Tae Won Ha
a4c0d366f2
Remove NSNotificationCenter warnings 2023-11-13 19:29:22 +01:00
George Harker
5c045c49aa remove warnings 2023-11-12 10:00:47 -08:00
Tae Won Ha
ed8aeee987
swiftformat NvimView 2023-11-10 21:31:59 +01:00
George Harker
bf27c2abd8 Merge branch 'stock-nvim' of github.com:qvacua/vimr into stock-nvim 2023-11-09 13:57:36 -08:00
George Harker
705249fc4c wait for neovim startup 2023-11-09 13:56:53 -08:00
Tae Won Ha
bb3e3f9931
Fix deployment target and remove obsolete (sub) project 2023-11-09 22:38:21 +01:00
Tae Won Ha
0c3a15a327
Fix scripts for generating sources
- Include also deprecated API methods, but mark it as deprecated using
  `@available()`.
2023-11-09 17:55:59 +01:00
George Harker
afd60b1978 clean up quit 2023-11-08 10:56:07 -08:00
George Harker
13bf3b10a9 Add neovim version check on startup 2023-11-08 09:37:50 -08:00
Tae Won Ha
ffb3423b0f
Merge remote-tracking branch 'origin/pr/1015' into stock-nvim
Conflicts:
	.gitignore
	NvimServer~HEAD
	NvimView/Sources/NvimView/NvimView.swift
	NvimView/Sources/NvimView/UiBridge.swift
	NvimView/Support/NvimViewSupport.xcodeproj/project.pbxproj
	VimR.xcworkspace/xcshareddata/swiftpm/Package.resolved
2023-11-08 12:32:33 +01:00
Josa Gesell
5738190342 Fix typo 2023-11-06 11:25:48 +01:00
Tae Won Ha
7b47ae0961
Remove some warnings 2023-11-05 13:36:32 +01:00
Tae Won Ha
e73ceaf0e9
Update deps 2023-11-04 22:01:01 +01:00
Tae Won Ha
e70bb5c8dc
Bump deployment target to Ventura (v13) 2023-11-04 19:37:44 +01:00
George Harker
dff22ec24d implement custom tab bar 2023-10-30 21:49:54 -07:00
George Harker
3e6de128bd handle color scheme missing fg, bg better 2023-10-30 20:02:17 -07:00
George Harker
63e1c40468 fix input in blocked mode 2023-10-30 16:47:49 -07:00
George Harker
d5b5b65ea0 inverted scrolling 2023-10-30 16:18:36 -07:00
George Harker
3bd739473d make robust to colorschemes leaving out fg/bg 2023-10-30 16:18:26 -07:00
George Harker
b5adab050d bump package min os 2023-10-30 14:48:30 -07:00
George Harker
67012a447e bump min os to get things working 2023-10-30 14:27:31 -07:00