898 Commits (e64b67a3053dd07ee43d89027080b411c5837c8e)
 

Author SHA1 Message Date
Nguyễn Anh Khoa f563360735
remove "-complete=expression" with -nargs=0 (#1097)
fix: Remove `-complete` when using `-nargs=0`

Newer versions of Vim/Neovim throw error when using -complete with
-nargs=0

https://github.com/neoclide/coc.nvim/issues/3414
https://github.com/neoclide/coc.nvim/pull/3210
3 years ago
shaunsingh 7b6a8f31d2
Merge pull request #1088 from pawlowskialex/main
Fix Full Disk Access for universal macOS app
3 years ago
Serg Tereshchenko 393d26bebe chore: Update Cargo.lock after enabling default features 3 years ago
jsosulski 37d39a100e Enable default features on winit
Currently neovide does not compile on Ubuntu (see #1092).
If the second solution in #1092 is preferred, i.e. having x11 and wayland as features in neovide, I can also do that.
3 years ago
Keith Simmons 60ec743b7e tweaks to cli args 3 years ago
Keith Simmons 78bcc7431a add nosrgb flag 3 years ago
Keith Simmons 6b96f79bb1 move window files into main window directory rather than being window wrapper 3 years ago
Keith Simmons b78a714be0 attach to console on startup 3 years ago
Keith Simmons 4982c2615e only set background opacity if window transparency is not 1.0 3 years ago
Keith Simmons 76bddae01a check loaded window size before running 3 years ago
Keith Simmons 7390e1aae5 swap to org forks of winit and glutin 3 years ago
Alex Pawlowski f6db4b7ebb Ad-Hoc codesign the resulting app bundle after lipo 3 years ago
Alex Pawlowski ed61e45a05
Remove the cached app bundle before bundling 3 years ago
Keith Simmons 5539b035b5 remove verbosity 3 years ago
Keith Simmons 00bed7dabd add some tests documenting behavior 3 years ago
Serg Tereshchenko bad4415e48 fix redundant field names 3 years ago
Serg Tereshchenko 2e68a48cb0 refactor: Use neovim_args for passing files to open 3 years ago
Serg Tereshchenko 2014b40195 fix: Add files_to_open, removed in https://github.com/neovide/neovide/pull/1016/ 3 years ago
Serg Tereshchenko 6e93bd7552 fix: Add verbosity flag, removed in https://github.com/neovide/neovide/pull/1016, set default verbosity to "warn". 3 years ago
Keith Simmons cf8b48f5f5 default to only logging errors 3 years ago
LoipesMas 4131c50cfd Fix compiler warnings on non-Windows 3 years ago
Keith Simmons 46e7bec50d move mouse hiding to just be in the mouse manager 3 years ago
Jan Sosulski 81f52db78b cargo fmt 3 years ago
Jan Sosulski f17020b6af added setting to hide mouse cursor when typing 3 years ago
Keith Simmons 15f9e82af1 fix formatting and clippy 3 years ago
Keith Simmons c1f7af6eaa fix formatting 3 years ago
Alex Pawlowski 894c07bf5a Document handle_macos() 3 years ago
Alex Pawlowski 774f55b882 Linting 3 years ago
Alex Pawlowski 6a627e2be7 Properly parse PATH on macOS
This fixes Fish support Neovide is launched from Finder, as well as other non-standard configs where ~/.profile is missing
3 years ago
LoipesMas ef8a95a91d Fix transparency for floating windows 3 years ago
LoipesMas 5906bf58c3 Cleanup 3 years ago
LoipesMas 06113d603e Fix separators and tabline not disappearing 3 years ago
LoipesMas d4c9b7b850 Sort floating windows by position 3 years ago
LoipesMas b8b9573168 Formatting 3 years ago
LoipesMas a6f5906fbd Remove unnecessary code 3 years ago
LoipesMas 1345eb396b Draw default-color background as transparent 3 years ago
LoipesMas b0dc9332c4 Make only root_canvas semi-transparent 3 years ago
LoipesMas 45ab1843b8 Draw floating text as opaque
I don't think anyone wants transparent text
3 years ago
LoipesMas 139e0da98d Draw black background as transparent 3 years ago
LoipesMas b68cf32006 Revert useless change 3 years ago
LoipesMas 62bdb20c41 Remove useless code 3 years ago
LoipesMas 42f74a3bbb Transparency working again 3 years ago
Keith Simmons 401d1a88a2 add tests for the cmdline parsing 3 years ago
LoipesMas 5630d5240e Add neovim_bin argument 3 years ago
LoipesMas 82d06a39d3
Merge pull request #1080 from LoipesMas/fix_linux_ci
apt update in linux CI
3 years ago
LoipesMas 1b3513a671
Merge pull request #1079 from pawlowskialex/build_universal_app
Install cargo-bundle when building for macOS
3 years ago
LoipesMas d478b415a0 Update apt in linux ci 3 years ago
LoipesMas fe4ac0162e
Merge pull request #1078 from LoipesMas/fix_float_outside
Fix floating windows showing outside of neovide window
3 years ago
Alex Pawlowski a85f52becf Install cargo bundle 3 years ago
LoipesMas a7d87d6218 Fix special style test 3 years ago