Commit Graph

  • 42f74a3bbb Transparency working again LoipesMas 2021-09-25 15:45:47 +0200
  • 401d1a88a2 add tests for the cmdline parsing Keith Simmons 2021-12-09 18:02:25 -0800
  • 5630d5240e Add neovim_bin argument LoipesMas 2021-10-11 20:49:35 +0200
  • 82d06a39d3
    Merge pull request #1080 from LoipesMas/fix_linux_ci LoipesMas 2021-12-09 18:46:07 +0000
  • 1b3513a671
    Merge pull request #1079 from pawlowskialex/build_universal_app LoipesMas 2021-12-09 18:15:34 +0000
  • d478b415a0 Update apt in linux ci LoipesMas 2021-12-09 16:45:29 +0000
  • fe4ac0162e
    Merge pull request #1078 from LoipesMas/fix_float_outside LoipesMas 2021-12-09 16:30:59 +0000
  • a85f52becf Install cargo bundle Alex Pawlowski 2021-12-08 15:26:01 -0500
  • a7d87d6218 Fix special style test LoipesMas 2021-12-03 16:03:58 +0100
  • 4e207fbd19 Remove compiler warning on non windows platforms ParallelCommand was only used on windows but it was imported for every distro jeremycostanzo 2021-12-04 08:38:28 +0100
  • 5edd800d8c Update Cargo.lock Isaac Clayton 2021-12-08 15:06:14 +0100
  • 87952264aa Upgrade skia-safe dependencies (0.40.2 -> 0.42.1) to build on Apple silicon. Fixes #1054 Isaac Clayton 2021-12-08 12:41:02 +0100
  • 8a7c2a00dc Change CI to build a universal app on macOS 11 Alex Pawlowski 2021-12-05 22:21:37 -0500
  • 93b5c49ff7 Fix floating windows showing outside of neovide window LoipesMas 2021-12-08 15:35:21 +0100
  • 8b1a81ded3 format code nganhkhoa 2021-10-11 16:13:50 +0700
  • 551994c705 [windows] Right click menu setup with no Admin nganhkhoa 2021-10-11 15:54:53 +0700
  • 3d4bd0e056 Fixed some clippy warnings Keith Simmons 2021-11-28 20:32:27 -0800
  • b7b06c59a0 fix formatting issues Keith Simmons 2021-11-28 20:19:11 -0800
  • 551236a290 Redraw window when requested Johan Sköld 2021-11-21 04:09:03 -0800
  • 2689bccbb9 Use combinators instead of manual code Michael Doronin 2021-11-09 15:13:55 +0300
  • 2a0f464f34 Remove unnecessary boxing Michael Doronin 2021-11-06 12:24:22 +0300
  • 491973f645
    Merge pull request #998 from xcession/update shaunsingh 2021-10-28 18:42:16 -0400
  • 7f76ad4764 fix formatting Keith Simmons 2021-10-08 15:48:36 -0700
  • 124bf32a86 fix floating window selection issue Keith Simmons 2021-10-08 15:47:10 -0700
  • 2e32ff9cd0 Update discord invite link to not expire Keith Simmons 2021-10-08 13:49:55 -0700
  • 91cac9e385 Update chat badges Keith Simmons 2021-10-08 13:47:28 -0700
  • cbdb28b094 formatting and clippy fixes Keith Simmons 2021-10-04 21:55:21 -0700
  • 80d5ed983c fix quit on startup Keith Simmons 2021-10-04 00:29:10 -0700
  • 0ef1521a18 compiling but quits on startup Keith Simmons 2021-10-04 00:25:18 -0700
  • b5ff3556fe fix minor remaining bugs Keith Simmons 2021-10-01 01:41:20 -0700
  • cb0f92688d split ui command into serial and parallel Keith Simmons 2021-09-29 15:51:54 -0700
  • 00d9d83b19 update brew formulae package name Пэйнт 2021-10-05 04:07:16 +0700
  • a6f45a33ca Update build.yml Dinesh kumar 2021-10-02 19:40:50 +0530
  • 3e60380851 Fixed double zip for windows build artifact Dinesh kumar 2021-10-02 19:30:13 +0530
  • fb9c1de747 fix clippy and formatting Keith Simmons 2021-09-23 21:53:31 -0700
  • 35f46ebb5f adjust foreground clip to be looser in the x y plane Keith Simmons 2021-09-23 13:00:05 -0700
  • 3cc0d5c173 rework draw commands to send whole line at once and draw background before foreground Keith Simmons 2021-09-23 12:54:23 -0700
  • 8bade3667d formatting and clippy fixes Keith Simmons 2021-09-20 10:28:30 -0700
  • 46845b86b4 add modifiers and button selection to other mouse events Keith Simmons 2021-09-20 10:25:50 -0700
  • abd3d52ae3 add modifiers to nvim_input_mouse scroll events Keith Simmons 2021-09-20 10:10:33 -0700
  • a1fc0bf9c7 increase minimum Keith Simmons 2021-09-19 21:57:23 -0700
  • 4515aa5a61 add minimum window size Keith Simmons 2021-09-19 21:55:11 -0700
  • 18f9ae5dac build fixes Keith Simmons 2021-09-19 12:03:26 -0700
  • c1f33d6808 Add neovide to description Keith Simmons 2021-09-18 12:16:36 -0700
  • b5456cfbb7 Add comment to bug report template Keith Simmons 2021-09-18 11:25:21 -0700
  • f9bbdab458
    attempt x11 fix (#964) leon332157 2021-09-18 11:59:22 -0400
  • cf781031e3 pass button to mouse input event Keith Simmons 2021-09-18 00:39:18 -0700
  • 839f2938a1 make event handling forwards compatible and use constant generics to simplify parsing logic Keith Simmons 2021-09-14 00:57:31 -0700
  • 69187642e4 fix: adapt to upstream change to win_viewport Christian Clason 2021-09-11 14:46:41 +0200
  • 1e8f4aacf5
    Fix snap package depdencencies (#909) leon332157 2021-09-11 18:43:06 -0400
  • c23c176c00 add srgb setting, commandline arg, and environment variable to fix amd windows machines Keith Simmons 2021-09-08 13:26:35 -0700
  • a81c65b781 fix: Fixed red color for underline Serg Tereshchenko 2021-09-05 15:36:40 +0300
  • d2760e2d45
    chore: Updates rmpv (0.4.4 -> 1.0.0) Oliver Jan Krylow 2021-09-02 16:05:07 +0200
  • 5047637c4f refactor: Allow resize at startup for tiling WM Serg Tereshchenko 2021-08-29 00:36:20 +0300
  • 96f0c636f4 fix: Allow resize at startup Serg Tereshchenko 2021-08-27 22:05:46 +0300
  • 3be5de6874 Invoke user's login shell to load proper WSL $PATH rsynnest 2021-08-15 22:11:50 -0700
  • 55179e43c3 refactor: Refactor initial resize fix Serg Tereshchenko 2021-08-16 22:59:35 +0300
  • 76eab1d676
    Merge pull request #901 from neovide/fix-maximized-redraw partizan 2021-08-16 22:32:23 +0300
  • bd4a181162 fix(renderer): Force grid redraw on startup with --maximized flag Serg Tereshchenko 2021-08-16 22:29:53 +0300
  • 5884b64852 ci: allow skipping failing publish step Christian Clason 2021-08-15 14:09:34 +0200
  • c3fe866bb9 refactor(font): conditional compilation on macos Christian Clason 2021-08-15 12:44:11 +0200
  • 3bba418c1c refactor grid_renderer out of renderer and clean up window draw command handling Keith Simmons 2021-08-15 00:14:35 -0700
  • c52a6e356a format code Keith Simmons 2021-08-14 11:57:26 -0700
  • 3ef86d4bbb log version on startup and bump it Keith Simmons 2021-08-14 11:34:59 -0700
  • a4822378e2 log version on startup and bump it Keith Simmons 2021-08-14 11:34:46 -0700
  • dc3b3351d5 fix(logging): Replace println with debug in bridge/events.rs Serg Tereshchenko 2021-08-14 12:19:33 +0300
  • 8779a76fb0 Clean up tokio::sync::mpsc imports mforsb 2021-08-11 15:42:40 +0200
  • e343c64d4e Simplify nvim version check, remove regex dependency mforsb 2021-08-10 19:32:37 +0200
  • 5c90f33e9e Use tokio::sync::mpsc instead of crossfire::mpsc mforsb 2021-08-10 18:08:54 +0200
  • 768a589576 Remove rust-embed as a dependency mforsb 2021-08-10 00:26:59 +0200
  • e3911e63d4 Reduce transitive dependencies in the image crate mforsb 2021-08-09 23:57:55 +0200
  • 71e107d649 fix: Trigger grid resize after font change Serg Tereshchenko 2021-08-14 14:25:12 +0300
  • d5404299ee chore(logging): Don't log "icon created" message Serg Tereshchenko 2021-08-14 11:32:30 +0300
  • caf9e35726 chore(logging): Use 4 digits for scale_factor display Serg Tereshchenko 2021-08-14 11:31:26 +0300
  • 400dbcabd3 remove global suffix on settings call Keith Simmons 2021-08-11 08:22:18 -0700
  • 0549540c13 style: apply cargo --fmt Serg Tereshchenko 2021-08-11 18:20:30 +0300
  • 9149c98292
    Merge pull request #865 from neovide/refactor-grid-conv partizan 2021-08-11 18:11:58 +0300
  • 6d38f34f8b refactor: Use paired values as tuples/Dimensions Serg Tereshchenko 2021-08-09 17:45:25 +0300
  • 1e1bd45d45 swap feature flag to just be a setting instead Keith Simmons 2021-08-10 14:08:41 -0700
  • fe56ce7a0f change the confinement AnhQuan Nguyen 2021-08-10 14:14:47 -0700
  • a5d1af226f Add missing double quote mforsb 2021-08-10 23:35:37 +0200
  • ca269d7e30 specify tokio-util version| Keith Simmons 2021-08-10 14:10:14 -0700
  • 48336ee84d working swap to upstream nvim-rs Keith Simmons 2021-08-08 15:35:07 -0700
  • 725f12cafd refactor: Remove first_render_pass flag Serg Tereshchenko 2021-08-08 09:23:29 +0300
  • a8c6e1707b refactor: Refactor startup process to delay setting window size. Serg Tereshchenko 2021-08-07 22:59:56 +0300
  • d12ab7e33a refactor: Refactor ui_attach options Serg Tereshchenko 2021-08-07 22:56:57 +0300
  • 865ab76aff
    tweak pr template and fix build pipeline on windows (#864) Keith Simmons 2021-08-08 11:30:07 -0700
  • 132f993699
    add better touch scrolling (#861) Keith Simmons 2021-08-07 15:13:26 -0700
  • 30dd5e7f73
    fix(cmd_line): Renamed --multiGrid to --multigrid (#862) partizan 2021-08-08 00:45:51 +0300
  • 726539fbae
    add neovide_input_use_logo to toggle logo handling (#857) Lucas Miranda 2021-08-04 16:38:41 -0300
  • 178cbafb2f
    Fix recursion when using -- to pass args to nvim. (#854) mforsb 2021-08-04 20:12:49 +0200
  • 6a744fee2c
    refactor: Refactor disowning process. (#852) partizan 2021-08-02 23:36:14 +0300
  • 257ec70a80
    refactor: Refactor window module (#849) partizan 2021-08-02 04:54:36 +0300
  • 21a8adc4a5
    Remember window dimensions #622 (#816) Benson Li 2021-07-31 22:13:13 -0700
  • 6abe057d6e added debug renderer feature Keith Simmons 2021-07-31 18:29:46 -0700
  • 949e15f808 add debug renderer feature Keith Simmons 2021-07-31 18:29:34 -0700
  • 61fb07d7bf style: Fix clippy warning Serg Tereshchenko 2021-07-31 09:49:46 +0300
  • f25d475ea5
    Bump swash in Cargo.toml (#848) PyGamer0 2021-07-30 23:40:37 +0530
  • 50d2afbdbb update swash Keith Simmons 2021-07-29 22:51:39 -0700
  • 0d6cfd54cb
    Fix to sending key signals when window focus lost (#845) Lucas Miranda 2021-07-29 20:03:14 -0300