1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-08-16 20:20:28 +03:00
Commit Graph

55 Commits

Author SHA1 Message Date
Tae Won Ha
de35ad91af
Update deps 2024-04-26 14:27:46 +02:00
Tae Won Ha
35527bc52e
Do not include font check for CTRuns when typesetting.
We have to clear the cache when changing the font (and other parameters
which may affect the typesetting).
2023-12-27 21:50:10 +01:00
Tae Won Ha
33778e829d
Update swift tools version to 5.9 2023-12-17 19:42:17 +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
George Harker
5c045c49aa remove warnings 2023-11-12 10:00:47 -08:00
Tae Won Ha
6de41ab2aa
swiftformat Commons 2023-11-10 21:30:11 +01:00
Tae Won Ha
b4891bb7f4
Fix deployment target 2023-11-09 22:34:42 +01: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
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
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
Tae Won Ha
d7b257435e
Reformat 2022-12-15 15:25:24 +09:00
Tae Won Ha
9d9d8947b9 Remove warnings and bump deployment target to 10.15 2022-11-05 16:30:00 +01:00
Tae Won Ha
c5a56250d4 Update deps 2022-11-03 16:16:36 +01:00
Tae Won Ha
050537eeb7
wip 2022-06-17 22:42:20 +02:00
Tae Won Ha
1781483dd9
Implement VCS ignoring in Swift and use fzy to fuzzy match 2022-06-16 15:26:39 +02:00
Tae Won Ha
c017466cc6
Use swift-tools 5.6 and bump Nimble to 10.0.0 2022-05-22 15:54:52 +02:00
Tae Won Ha
2567204282
GH-928: When passing path to Neovim backend, shell-escape the path 2022-03-30 17:36:11 +02:00
Tae Won Ha
6501c3286a
Update Xcode 2022-03-16 21:48:10 +01:00
Tae Won Ha
4786aa94bb
Use ClosedRange instead of CountableClosedRange 2021-12-23 22:41:07 +01:00
Tae Won Ha
e63f2ccea6
Reformat 2021-12-23 22:38:43 +01:00
Tae Won Ha
e4701adc1d
Reformat and add a test 2021-12-23 22:37:18 +01:00
Tae Won Ha
848017f450
Simplify closure a bit 2021-12-23 20:54:49 +01:00
Tae Won Ha
ca7a270f52
Refactor slightly 2021-12-23 20:42:37 +01:00
Tae Won Ha
b671e0d60b
Ack Xcode recommendations 2021-12-23 19:45:18 +01:00
Tae Won Ha
1e9fe40f9c
Make use of automatic conversion between CGFloat and Double 2021-12-23 19:40:14 +01:00
Tae Won Ha
a67ad89cd7
Update SPM deps 2021-11-04 22:06:28 +01:00
Tae Won Ha
7f814e1bfb
Adapt tests 2021-07-16 17:24:10 +02:00
Tae Won Ha
b3bfa72c42
Rename 2021-07-16 17:15:34 +02:00
Tae Won Ha
dd955fb4f1
Remove Xcode warnings 2021-06-18 08:57:57 +02:00
Tae Won Ha
d8439d8e64
Update deps
- up to RxSwift
2021-06-18 08:06:38 +02:00
Tae Won Ha
cb5ea8b7a9
Fix some of swiftlint msgs 2020-12-25 21:59:35 +01:00
Tae Won Ha
e6c0e543e4
Update nimble 2020-12-24 21:43:56 +01:00
Tae Won Ha
06afc5131d
Reformat 2020-12-24 17:48:27 +01:00
Tae Won Ha
9ee067a0d3
Move shell code to Commons 2020-12-20 15:24:57 +01:00
Tae Won Ha
f9776d91d9
Use target in fifo cache 2020-12-12 21:51:50 +01:00
Tae Won Ha
d3568fa88a
Add stub tab bar 2020-11-28 11:38:14 +01:00
Tae Won Ha
f03f22b4c6
Move NetUtils to Commons 2020-10-03 09:29:17 +02:00
Tae Won Ha
0e89b99e6f
Reformat using swiftformat 2020-09-18 16:01:55 +02:00
Tae Won Ha
a59a40e871
Add simple tests for FifoCache 2020-09-18 12:26:49 +02:00
Tae Won Ha
00fc1acb9e
Refactor slightly 2020-09-18 12:18:06 +02:00
Tae Won Ha
3800715304
Make queue concurrent in FifoCache 2020-09-18 11:55:19 +02:00
Tae Won Ha
9080ad8b5c
Make QOS of queue customizable in FifoCache 2020-09-18 11:02:25 +02:00
Tae Won Ha
4e60d5878b
Inline cgf
- Since cgf is in a separate module, it has a big performance impact when not inlined.
2020-09-18 10:58:03 +02:00
Tae Won Ha
a0ec21db29
Use Dispatch 2020-09-17 22:46:15 +02:00
Tae Won Ha
13ed1e28a8
Refactor build scripts 2020-08-21 08:59:40 +02:00
Tae Won Ha
aac853f2a8
Re-add some demos 2020-08-19 21:51:40 +02:00
Tae Won Ha
4f8c0391dd
Move EnvTest to Commons 2020-08-19 00:57:33 +02:00