Commit graph

46 commits

Author SHA1 Message Date
Dongdong Zhou
336e6f766b key input 2017-06-16 10:39:41 +01:00
Dongdong Zhou
6ea54dd392 start to switch to qt 2017-06-16 10:39:41 +01:00
Phil Kates
bfc63b5a7b
Fix panic where lineheight is an int
If a user sets:

```
call GuiLinespace(2)
```

in their ginit.vim it triggers a panic

```
$ gonvim gonvim.go
Unhandle event mode_info_set
panic: interface conversion: interface {} is int64, not string

goroutine 24 [running]:
github.com/dzhou121/gonvim.(*Editor).guiLinespace(0xc42019a000, 0xc420029f40, 0x1, 0x1)
	/Users/pkates/Source/gocode/src/github.com/dzhou121/gonvim/editor.go:357 +0x128
github.com/dzhou121/gonvim.(*Editor).handleRPCGui(0xc42019a000, 0xc4201d1840, 0x2, 0x2)
	/Users/pkates/Source/gocode/src/github.com/dzhou121/gonvim/editor.go:227 +0x307
created by github.com/dzhou121/gonvim.(*Editor).handleNotification.func1
	/Users/pkates/Source/gocode/src/github.com/dzhou121/gonvim/editor.go:212 +0x5c
```
2017-06-02 13:35:51 -07:00
Dongdong Zhou
04bdf0bdb2 handle update_sp, busy_start, busy_stop 2017-06-02 10:55:33 +01:00
Dongdong Zhou
cb9f3e3132 change foreground and background 2017-06-02 10:53:27 +01:00
Dongdong Zhou
5fb7217fef change tabline and statusline handling 2017-06-02 10:41:28 +01:00
Dongdong Zhou
670bdb3049 better error handling 2017-05-31 11:35:03 +01:00
Dongdong Zhou
26adff1e82 only resize nvim when nececerry 2017-05-31 08:57:12 +01:00
Dongdong Zhou
113ac80db6 add g:gonvim_running 2017-05-31 03:15:55 +01:00
Dongdong Zhou
9158d9590c quit on AttachUI error 2017-05-25 07:17:01 +01:00
Dongdong Zhou
6bf5c7db0f bg and fg when no colorscheme 2017-05-25 06:17:31 +01:00
Dongdong Zhou
1195027172 added winhl support 2017-05-16 07:16:53 +01:00
Dongdong Zhou
36b985354f use truewidth of font 2017-05-12 04:55:21 +01:00
Dongdong Zhou
b765151b42 set default font 2017-05-12 04:07:54 +01:00
Dongdong Zhou
279b5f4cca fix font height 2017-05-12 02:50:48 +01:00
Dongdong Zhou
b914968290 update folder svg 2017-05-11 08:48:09 +01:00
Dongdong Zhou
9db1cb6916 handle notification 2017-05-11 06:18:54 +01:00
Dongdong Zhou
6a62feaa15 statusline position 2017-05-10 11:32:26 +01:00
Dongdong Zhou
4a75483d9c in the middle of statusline 2017-05-10 09:24:30 +01:00
Dongdong Zhou
2fb659633c span refactor 2017-05-10 07:28:44 +01:00
Dongdong Zhou
edd395b64a update border shadow 2017-05-08 08:41:22 +01:00
Dongdong Zhou
dd3b8dfe76 less redraw events to ui 2017-05-08 07:51:30 +01:00
Dongdong Zhou
8e105b2e0d add lock back 2017-05-08 06:23:22 +01:00
Dongdong Zhou
4a38103324 area cleanup 2017-05-05 11:13:57 +01:00
Dongdong Zhou
80a8d47dba draw under windows 2017-05-05 10:59:17 +01:00
Dongdong Zhou
142c4cdf48 changed to use screen 2017-05-05 09:37:20 +01:00
Dongdong Zhou
f86975d8ee added signature support 2017-05-03 03:46:37 +01:00
Dongdong Zhou
f55ddcd551 style change 2017-05-02 10:03:19 +01:00
Dongdong Zhou
d24d37e282 linter style change 2017-05-02 07:55:26 +01:00
Dongdong Zhou
ac8f9a3728 added lint popup 2017-04-28 11:25:13 +01:00
Dongdong Zhou
d8d5fabfa1 areaBox resize 2017-04-28 07:05:32 +01:00
Dongdong Zhou
3837e984d3 put tabline in a different box 2017-04-28 02:50:38 +01:00
Dongdong Zhou
6c8ba10e37 added tabline 2017-04-27 11:32:04 +01:00
Dongdong Zhou
553a366b47 change selected bg back 2017-04-11 10:57:00 +01:00
Dongdong Zhou
d7de9f8483 changed selected bg color 2017-04-11 10:52:00 +01:00
Dongdong Zhou
2f1cbc1df5 set match background 2017-04-11 10:32:59 +01:00
Dongdong Zhou
5ec848924d fix 2017-03-22 22:14:43 +00:00
Dongdong Zhou
6dbe57f892 don't resize when uneccessary 2017-03-22 22:13:36 +00:00
Dongdong Zhou
803ba0e20e fix 2017-03-22 21:13:22 +00:00
Dongdong Zhou
6f817b94b0 window resize event 2017-03-22 21:12:12 +00:00
Dongdong Zhou
f0fef16c16 use raw draw for cursor 2017-03-21 18:17:06 +00:00
Dongdong Zhou
968dc030cb added finder 2017-03-16 10:38:16 +00:00
Dongdong Zhou
f303fda26f resize should always send resize 2017-03-14 07:26:11 +00:00
Dongdong Zhou
07709e2c17 load font from nvim_gui_shim 2017-03-14 07:20:31 +00:00
Dongdong Zhou
e5cd875121 popupmenu shadow 2017-03-14 03:02:24 +00:00
Dongdong Zhou
ce8e988e14 refactor 2017-03-14 01:52:44 +00:00