Commit Graph

139 Commits

Author SHA1 Message Date
Christopher Lübbemeier
bb9adcc1d5 Open multiple files in one instance 2018-03-20 18:43:31 +01:00
Christopher Lübbemeier
0c398c893a Open files with drag and drop, escape filenames 2018-03-20 01:24:09 +01:00
Christopher Lübbemeier
a145256182 Use nvim.command_async where possible 2018-03-18 19:01:44 +01:00
Christopher Lübbemeier
d30f65c45f Apply rustfmt 2018-03-04 13:22:56 +01:00
Christopher Lübbemeier
9967b4bdb4 Show filename and dir in header bar 2018-02-28 19:27:56 +01:00
daa
c08a6287e3 Don't send resize event if it already wait for timeout
try to fix #58
2018-02-23 13:07:38 +03:00
daa84
f9b20db3bb Merge branch 'master' of https://github.com/daa84/neovim-gtk 2018-02-19 13:05:04 +03:00
daa84
7e857a1dad Resize timer (#58) 2018-02-19 13:03:46 +03:00
daa
8bf342ec7f Try to fix resize issue #58
Some time during initialization phase configure event come and don't
processed.
2018-02-17 16:57:57 +03:00
daa
14319b58cf Add logs to shell resize events, update env_logger version 2018-02-17 13:07:06 +03:00
daa84
132b869c7b Update minimum supported version 2018-01-08 14:09:40 +03:00
daa
3985f215ce Merge branch 'master' of https://github.com/daa84/neovim-gtk 2018-01-08 10:52:47 +03:00
daa
d31ec7d581 Always make word and kind column visible (#34)
Allow popup to make smaller again
2018-01-08 10:52:28 +03:00
daa84
1015640824
Merge pull request #42 from myfreeweb/gtk-clipboard
GTK clipboard part 2
2018-01-06 11:33:10 +03:00
daa
026891938f Use async call in some cases 2018-01-05 15:56:55 +03:00
Greg V
53516f0d9c Add support for PRIMARY clipboard 2018-01-03 15:53:53 +03:00
daa
30b7fc87e1 Simplify resize handling. (#41) 2018-01-02 23:05:32 +03:00
daa84
b88159630d
Merge pull request #40 from myfreeweb/gtk-clipboard
Add RPC/GTK clipboard provider
2018-01-01 17:59:59 +03:00
Greg V
fbf6625059 Add RPC/GTK clipboard provider 2018-01-01 15:33:14 +03:00
daa
30ccc4b62c Merge branch 'master' into fix-popup-width 2018-01-01 14:54:32 +03:00
daa
1b4e73ac20 Update gtk-rs version 2017-12-31 12:47:50 +03:00
daa
480a16702f Limit popup width to window size
remove info column
2017-12-21 22:54:27 +03:00
daa84
d938b2ef76
Merge pull request #32 from christopher-l/smooth-scrolling
Enable scrolling with smooth scroll
2017-12-13 13:02:31 +03:00
daa
9edfa9b609 Add nonblocking check for resize event
Refactor error report
2017-12-11 23:15:17 +03:00
daa
7325837d07 Move back focus events, add check if nvim currently in nonblocking state
#24
2017-12-10 21:10:53 +03:00
daa
bec3e60b6b Disable focus event as this sometimes produce freeze (#24) 2017-12-10 12:48:31 +03:00
daa
7f061efa19 Add timeout option, set default timeout to 10sec(#24)
format
2017-12-10 12:46:36 +03:00
Christopher Lübbemeier
02c5276e62 Enable scrolling with smooth scroll 2017-12-06 18:21:43 +01:00
daa
4cf5028b4d Fix #6 2017-12-03 12:26:15 +03:00
daa84
50603b4325 Use colors for selected items, enable popup menu by default 2017-11-16 16:53:58 +03:00
daa84
3b9de543ae Use Pmenu colors for backgournd/foreground 2017-11-14 18:38:24 +03:00
daa84
9f17a8bb09 Fix :q panic 2017-11-13 12:15:13 +03:00
daa
05d6507dc5 Active autocmd FocusGained/FocusLost on gtk events (#18) 2017-11-12 11:04:55 +03:00
daa
d9d4932b98 Fix some compilation bugs, small optimizations 2017-11-11 18:56:23 +03:00
daa84
2ee2fa31be Refactor nvim client 2017-11-10 18:36:54 +03:00
daa
25cdf3ef8f Merge branch 'master' into fix-async-startup 2017-11-06 22:05:11 +03:00
daa
6763512964 Merge branch 'plug-manager' 2017-11-06 11:18:41 +03:00
daa
5345d178bf Update vim configuration on save
source configuration one Ok pressed
2017-11-04 23:04:03 +03:00
daa84
ba179f715d Generate and use plug-vim config on nvim startup 2017-10-26 17:56:53 +03:00
daa84
4068fc5a43 Make middle mouse event be processed by neovim itself (#14) 2017-10-18 18:12:29 +03:00
daa
86e18562b5 Seleton for plug manager 2017-10-15 22:50:59 +03:00
daa
d9af1b9477 nvim handler refactoring 2017-10-15 14:34:48 +03:00
daa
cda55e0f7d Make ui attach really async 2017-10-14 14:50:13 +03:00
daa
e7cd39607f Insert before cursor 2017-10-14 14:42:50 +03:00
daa84
dcdd6d98d1 Ignore mappings in paste code (#14) 2017-10-13 12:04:40 +03:00
daa84
968f5762c4 Support right mouse and release events 2017-10-13 11:43:07 +03:00
daa
3714817604 Implement #14
allow paste from PRIMARY by middle mouse button
allow paste to command box
paste from toolbar now paste CLIPBOARD
2017-10-12 08:59:16 +03:00
daa
7065fbe2c7 Resize check 2017-10-11 19:10:24 +03:00
daa
557f3dd0f6 Small code cleanup 2017-10-11 18:59:23 +03:00
daa
08d8408adc Fix crush on startup (#17, #13)
Solution: on_resize/ui_attach events must always update model, so model manipulation commands will always works right
2017-10-11 18:55:29 +03:00