Commit Graph

536 Commits

Author SHA1 Message Date
daa
be52075095 Don't update buffer on empty data (#91) 2018-04-26 22:20:19 +03:00
daa84
b44799bef7 Merge branch 'origin/pipe-input' 2018-04-11 16:40:41 +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
ddc2d36b17 Merge branch 'wildmenu' 2018-04-06 11:54:03 +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
daa84
e67e03605d
Merge pull request #84 from idanarye/use-log-instead-of-println
Use `error!`/`warn!` logs instead of `println!`
2018-04-01 22:03:42 +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
daa84
6bea20d406
Merge pull request #80 from christopher-l/fix/change-dir-loop
Fix bug where rapid `cd`s cause infinite loop
2018-03-25 11:17:36 +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
Christopher Lübbemeier
18583abae7 Use set_current_dir_async 2018-03-24 13:59:19 +01:00
Christopher Lübbemeier
65c2662915 Fix bug where rapid cds cause infinite loop 2018-03-24 13:53:54 +01:00
daa84
f8bce73ac0 Merge branch 'master' into ext_cmdline 2018-03-23 13:15:53 +03:00
daa
783eb1a8ad Implementation of "insert char" command 2018-03-23 00:36:43 +03:00
daa84
ec220814b0
Merge pull request #76 from christopher-l/fix/file-tree-ordering
Fix inconsistent ordering in the file tree
2018-03-22 10:58:32 +03:00
Christopher Lübbemeier
de43a4e5b7 Fix inconsistent ordering in the file tree 2018-03-21 18:01:17 +01:00
daa84
4be2d06032
Merge pull request #74 from christopher-l/feature/open-multiple-files
Open multiple files in one instance
2018-03-21 12:34:38 +03:00
Christopher Lübbemeier
bb9adcc1d5 Open multiple files in one instance 2018-03-20 18:43:31 +01:00
daa84
15a285b032
Merge pull request #73 from christopher-l/feature/drag-and-drop
Open files with drag and drop, escape filenames
2018-03-20 17:25:31 +03:00
Christopher Lübbemeier
0c398c893a Open files with drag and drop, escape filenames 2018-03-20 01:24:09 +01:00
daa
4cd6cf46dd Wrap model on insert single char 2018-03-19 00:40:18 +03:00
daa
fdaff9748a Update gtk-rs version 2018-03-19 00:15:58 +03:00
daa84
e286c1d95a
Merge pull request #71 from christopher-l/fix/async_commands
Use nvim.command_async where possible
2018-03-18 22:51:51 +03:00
Christopher Lübbemeier
a145256182 Use nvim.command_async where possible 2018-03-18 19:01:44 +01:00
daa84
6ed33aa786
Merge pull request #70 from christopher-l/feature/file-browser-squashed
Introduce sidebar with file browser
2018-03-17 20:44:33 +03:00
Christopher Lübbemeier
d02b54a521 Use error! in place of expect() calls 2018-03-17 17:05:55 +01:00
Christopher Lübbemeier
a971d5f56e Don't canonicalize cwd path for dir list 2018-03-14 20:46:10 +01:00