Commit Graph

44 Commits

Author SHA1 Message Date
daa84 5f523b8896 Make shell global variable due to borrow check conflict 2017-03-31 13:22:05 +03:00
daa84 778cbd0af2 Clip Iterator 2017-03-20 18:18:08 +03:00
daa 89e6600325 Invalidate rect passed to draw 2017-03-18 12:45:05 +03:00
daa 51dcd7f4e8 Repaint event on given area 2017-03-18 01:18:41 +03:00
daa84 61a429d2f1 Start extracting vim shell ui processing to shell file 2017-03-15 18:33:47 +03:00
daa e719535d2a Fix two time run 2017-03-14 23:12:31 +03:00
daa b910c9ba6a Rustfmt 2017-03-14 22:31:56 +03:00
daa84 fde94bd64a Fixes #1 Temproray fix that allows open single file
To make good fix wait for gtk-rs bindings udpate for optons/open support
inside GtkApplication
2017-03-14 12:37:06 +03:00
daa df3b54b8a4 Changes due to api update of neovim-lib 2017-03-11 23:06:45 +03:00
daa84 fbdf897d48 small speed improvements, undercurl render improvement 2017-03-10 12:32:58 +03:00
daa df0f6a8478 Merge branch 'master' of https://github.com/daa84/neovim-gtk 2017-03-09 23:46:07 +03:00
daa b7da77ca24 Small cleanup 2017-03-09 23:45:45 +03:00
daa84 75e28ceedb Small cleanup 2017-03-09 16:18:13 +03:00
daa84 0b7810ce5b Base code for underline/undercurl implementation
not usable for now, one reason is not finished gtk-rs bindings
2017-03-09 13:19:44 +03:00
daa c3d30177b1 paste command improvement 2017-03-08 22:22:58 +03:00
daa84 efd9826324 Add --nvim-bin-path command line option 2017-03-07 18:20:48 +03:00
daa f961bf045e Add ginit.vim support 2017-03-07 13:44:28 +03:00
daa 7f2e5835e4 Support font setup. Small improvements 2017-03-07 00:05:48 +03:00
daa84 f2ccb2c6ee Remove fix for old nvim 2017-02-28 11:53:56 +03:00
daa b49d93dc96 cargo-fmt, version update 2017-02-26 22:33:44 +03:00
daa f41d3dd55a Migrate to new neovim-lib version.
update dependencies versions, fix some new problems due to version
update
2017-02-26 22:31:13 +03:00
daa84 54449aed83 Some starting point on mouse implementation 2016-05-04 17:59:51 +03:00
daa 60539e0ccf Edit mode cursor 2016-05-04 09:23:39 +03:00
daa84 209c71aa4b fix initial size 2016-04-06 11:31:00 +03:00
daa 71e0db64e7 make background and foreground colors to work 2016-04-06 01:04:40 +03:00
daa b3c2744e2d Implement scroll 2016-04-03 18:13:18 +03:00
daa 0c64c43278 Fix colors, some update of buttons bindings, eol_clear implementation,
quit button
2016-04-03 16:04:52 +03:00
daa84 8a763c928e background / foreground highlight 2016-03-31 19:19:08 +03:00
daa84 8d2c22e571 Repaint + some basic input 2016-03-31 16:52:22 +03:00
daa 62eeeec201 Fix event processing 2016-03-31 15:08:32 +03:00
daa84 2d04cbbdc0 Make ui as thread local variable 2016-03-31 13:09:34 +03:00
daa84 183f600e1b resize implemented 2016-03-29 12:43:01 +03:00
daa84 ffed15e697 add clear method 2016-03-29 12:22:16 +03:00
daa84 d52311cafa implement put event 2016-03-28 18:05:10 +03:00
daa84 0b4504e6d7 Fix idle add problem 2016-03-28 17:14:10 +03:00
daa84 fae82271d1 First event 2016-03-28 17:03:21 +03:00
daa84 f553fd5f42 Build ui object as central point of all event processing 2016-03-28 13:09:31 +03:00
daa84 193b4d573c Implement mutex for ui thread idle function 2016-03-25 17:36:51 +03:00
daa84 e15727ff74 Start safe event call implementation 2016-03-25 12:51:28 +03:00
daa84 8e57752e97 Event loop 2016-03-24 12:21:27 +03:00
daa84 edaa867103 some small step to implement events listener 2016-03-23 18:22:28 +03:00
daa 3fc2c3322d Add events callback 2016-03-23 14:59:18 +03:00
daa dc1bf55a46 Fix embed mode 2016-03-19 14:32:59 +03:00
daa 1043d9ac8e Nvim connection with events handler 2016-03-19 13:27:39 +03:00