Commit Graph

449 Commits

Author SHA1 Message Date
Julian Ospald c7e1ed1af3
Fix windows compilation with --no-fork
--no-fork is a stub on windows.
2018-06-16 11:11:27 +02:00
Julian Ospald 53cde1c2b8
Deamonize nvim-gtk by default
--no-fork can be passed for normal behavior
2018-06-15 21:58:10 +02:00
daa 21e74c7ca7 Remove NVIM_GTK_DOUBLE_BUFFER (fix #108)
surface replaced with push/pop group rendering
2018-06-10 14:12:19 +03:00
daa84 e1b5d8c798
Merge pull request #101 from idanarye/pass-arguments-to-neovim
Pass arguments after `--` directly to Neovim
2018-05-19 12:28:34 +03:00
daa84 cb0727c0f0 Use Default trait were possible 2018-05-17 16:44:11 +03:00
Idan Arye 5e46003028 Pass arguments after `--` directly to Neovim 2018-05-15 20:23:17 +03:00
daa f7ee2ea3d8 Copy/Paste context menu (fix #97) 2018-05-13 00:25:12 +03:00
daa a73cfc5453 Merge branch 'font-features' 2018-05-12 11:52:28 +03:00
daa 1a0aee2f89 Check font size to prevent crash 2018-05-12 11:48:17 +03:00
daa84 57f22b7ddd Fix cursor color for "default" colorscheme (#99) 2018-05-11 16:13:44 +03:00
daa c56c945f02 Try to fix (#96)
Find that in some cairo version Source operator is buggy. Maybe this
helps.
2018-05-09 13:58:50 +03:00
daa c2a3c74e70 Fix #96 2018-05-07 22:13:28 +03:00
daa dfde1f46bb Optimization 2018-05-06 20:26:29 +03:00
daa ad0ea04f93 Implement font features (#94) 2018-05-06 15:22:38 +03:00
daa 2dc10aa611 Merge branch 'cursor-color' (#43) 2018-05-06 13:00:21 +03:00
daa df04e7d44a Speed optimization 2018-05-05 23:08:40 +03:00
daa 8216cfb2b1 Set cursor color from theme and xor it with text 2018-05-05 22:41:38 +03:00
daa bda35efe88 Use font options from gtk widget (#88) 2018-04-29 22:43:35 +03:00
daa 058f9a70bf Optimization
don't deallocate cell char memory on model clear
2018-04-29 15:44:35 +03:00
daa 049d653b6e Speed optimization
don't update im_location on every curosr_goto event
2018-04-29 15:12:04 +03:00
daa 986e587547 Fix #89 2018-04-29 13:29:45 +03:00
daa be52075095 Don't update buffer on empty data (#91) 2018-04-26 22:20:19 +03:00
daa 5ad2b73092 Fix windows build 2018-04-10 21:34:13 +03:00
daa 996ced4bec Read from stdin #87 2018-04-09 23:11:15 +03:00
daa 74d7417564 Small memory optimization 2018-04-08 13:46:18 +03:00
daa 3e15e5fa2a Replace char with string to support graphemes
fix #38
2018-04-08 12:49:36 +03:00
daa 2b818d0847 Starting point on fix of grapheme rendering 2018-04-08 00:04:31 +03:00
daa d8d33edb19 Retrive theme color as async task
This will prevent lock of ui in case of neovim slowdown and in case of
errors. Also speedup starting.
2018-04-07 21:18:06 +03:00
daa84 ab37785f5e Merge branch 'master' into wildmenu 2018-04-06 11:53:31 +03:00
daa 1306234314 Allow mouse selection 2018-04-05 23:25:18 +03:00
daa 8e8d8ba0da small update 2018-04-04 23:47:32 +03:00
daa ccd4781a9c Width calculation 2018-04-04 23:47:19 +03:00
daa 1560748f1f Add colors/height/current 2018-04-03 22:05:59 +03:00
daa d288caf37f Show wild menu, starting point 2018-04-02 23:18:29 +03:00
Idan Arye 31c1f2c949 Use `error!`/`warn!` logs instead of `println!` 2018-04-01 20:12:52 +03:00
daa 0ff34d0cbe Fix tests 2018-04-01 17:41:17 +03:00
daa 354bfce670 Support for blinkwait gui cursor setting 2018-04-01 17:29:05 +03:00
daa 83ca7bf342 Merge branch 'master' into double_buffer
add env variable to enable double buffering NVIM_GTK_DOUBLE_BUFFER
2018-04-01 13:01:51 +03:00
daa e5994b79d4 Use timeout to hide popup menu
this prevent "blinking animation" of menu in case of popup population take
some time.
2018-03-31 22:57:53 +03:00
daa 82c7f0818a Prevent popup blink in case events hide/show come together 2018-03-31 19:56:44 +03:00
daa 9ef88bc30b Add NGToggleSidebar command (#79) 2018-03-30 23:54:37 +03:00
daa84 7b59a2c1eb Add option to enable external cmdline 2018-03-30 13:01:14 +03:00
daa84 fb9d51c928 Merge remote-tracking branch 'origin/master' into ext_cmdline 2018-03-30 12:37:34 +03:00
daa 5b706f01b5 Fix windows build 2018-03-30 00:23:25 +03:00
daa 53958171c2 Fix non-windows builds #83 2018-03-30 00:13:39 +03:00
daa84 a1f122d19c Hide nvim.exe window (fix #81) 2018-03-27 17:47:42 +03:00
daa84 5b6afc6804 Fix #81 2018-03-26 11:24:36 +03:00
daa adec73ab81 double width chars 2018-03-25 16:29:59 +03:00
daa84 25921d2e05
Merge pull request #64 from christopher-l/feature/single-click-projects
Single click activation on projects popover
2018-03-25 11:46:07 +03:00
Christopher Lübbemeier a853083de2 Single click activation on projects popover
Plus some padding and font size changes
2018-03-25 01:12:10 +01:00