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
Christopher Lübbemeier
25a567d62f
Introduce sidebar with file browser
2018-03-11 13:49:13 +01:00
daa84
3c743513e6
Merge pull request #67 from Zardoz89/update_screenshot
...
Proposed updated screenshot
2018-03-07 12:46:31 +03:00
Luis Panadero Guardeño
f7c3ea46ad
screenshot with CSD enabled
2018-03-07 09:55:32 +01:00
Luis Panadero Guardeño
e5ef4a6003
Proposed updated screenshot
2018-03-06 10:10:25 +01:00
daa84
14bd3d3515
Merge pull request #63 from christopher-l/feature/headerbar-title
...
Show filename and dir in header bar
2018-03-05 14:52:45 +03:00
Christopher Lübbemeier
1e8e7feb92
Tooltips for icon-only headerbar buttons
2018-03-04 16:33:02 +01:00
Christopher Lübbemeier
ec69fb5441
Use edit-paste-symbolic icon
2018-03-04 13:42:44 +01:00
Christopher Lübbemeier
ba60a863b2
Don't crash on error setting autocmd
2018-03-04 13:39:01 +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
daa84
13e46fead0
Merge pull request #61 from christopher-l/feature/tabline-close-buttons
...
Introduce close buttons for tabs
2018-02-27 15:57:10 +03:00
Christopher Lübbemeier
f6aced4102
Introduce close buttons for tabs
2018-02-24 18:01:17 +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
babf2171f2
Disable load window size option
2018-02-16 12:57:26 +03:00
daa
0f377b7240
Update versions
2018-02-10 12:21:17 +03:00
daa
a5e84af96a
Fix #56 , set WM_CLASS
2018-02-10 12:16:28 +03:00
daa84
cbf927acab
Fix #54 panic
2018-02-02 12:17:19 +03:00
daa84
77426d04ed
Update README.md
2018-01-28 18:14:44 +03:00
daa84
1f82fff133
Merge pull request #53 from wontoncc/master
...
Modified `appveyor.yml` to generate binary for Windows with MinGW-64.
2018-01-28 15:13:52 +03:00
Jason Chen
925422ff85
Modified appveyor.yml
to generate binary for Windows with MinGW-64.
2018-01-28 12:12:29 +08:00
daa
8a025c3a7c
Implement #52
2018-01-23 23:22:19 +03:00
daa
a6e16d1cbd
Fix popup width in case kind column is visible ( #34 )
2018-01-08 23:33:35 +03:00
daa84
4bf2cca12c
Add minimum supported version to about dialog
2018-01-08 16:49:23 +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
cb1a1fbece
Merge branch 'fix-call-freeze2'
2018-01-05 23:13:40 +03:00
daa
c146d43bc5
Update version rustc version
2018-01-05 22:14:31 +03:00
daa
104cb13740
Fix undercurl
2018-01-05 22:13:17 +03:00
daa
9b6c744fa3
Use package from crates.io
2018-01-05 22:07:51 +03:00
daa
026891938f
Use async call in some cases
2018-01-05 15:56:55 +03:00
Greg V
87dafda473
Store last clipboard register type
...
This makes `yy` -> `p` line copying work correctly, but whether external
text would be pasted as whole lines or not now depends on the last copy
operation.
The proper implementation would store the register type in the actual
Gtk clipboard, but gtk-rs is not ready for that yet.
2018-01-03 15:53:53 +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
daa
43755c8f24
Disable gtk clipboard by default as it does not support PRIMARY
2018-01-01 18:52:55 +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
ae3bc7b0af
Merge branch 'master' of https://github.com/daa84/neovim-gtk
2017-12-31 12:48:07 +03:00
daa
1b4e73ac20
Update gtk-rs version
2017-12-31 12:47:50 +03:00
daa84
0f44b1a193
Merge pull request #37 from christopher-l/reverse_colors
...
Fix popup colors not being reversed
2017-12-26 18:36:19 +03:00