Commit Graph

186 Commits

Author SHA1 Message Date
daa84 90fad0fe9c Resize nvim on font change, not window 2017-09-13 18:34:18 +03:00
daa84 94747615af Move out resize/init code from draw handler 2017-09-13 17:40:43 +03:00
daa84 945cea6acf Clippy code cleanup 2017-09-11 18:31:15 +03:00
daa84 f7710ca912 Drawing optimization 2017-09-11 18:00:51 +03:00
daa 47ccbdcec5 Fix repaint issue 2017-09-09 22:44:28 +03:00
daa84 837fcb7b45 Fix redraw clip rect calculation 2017-09-08 18:26:16 +03:00
daa a00d1ff65c Fix cursor repaint. 2017-09-07 22:53:32 +03:00
daa84 fab0002a56 Cursor rendering 2017-09-07 18:51:12 +03:00
daa84 7f05e11e84 Add new repaint logic 2017-09-07 17:48:10 +03:00
daa84 6963c7ab95 Starting update queue area code rewriting 2017-09-06 18:31:13 +03:00
daa84 05dee3251f Get sizes from FontMetrics 2017-09-05 18:23:46 +03:00
daa84 bc31984362 Fix text coloring 2017-09-05 17:03:20 +03:00
daa84 c4ecd43ea0 Fix rendering 2017-09-04 18:32:12 +03:00
daa84 a591bda6ee Small fixes 2017-09-01 16:49:10 +03:00
daa84 40f5492ba8 reimplement merge 2017-08-31 18:37:55 +03:00
daa 8aeac2b819 Render fixes 2017-08-26 23:17:09 +03:00
daa84 d6f6b04ca3 pango_itemize/pango_shape 2017-08-25 18:32:30 +03:00
daa84 aad5dc2112 Progress... 2017-08-23 12:45:56 +03:00
daa84 b6e16cc969 Show text 2017-08-22 12:27:59 +03:00
daa84 c8da929681 Merge branch 'master' into render 2017-08-22 12:04:51 +03:00
daa84 3759a9121c Fix ImContext positioning 2017-08-22 11:59:06 +03:00
daa84 20327e4311 Merge branch 'imcontext' 2017-08-21 18:14:32 +03:00
daa a1fe06843e Fix underline color 2017-08-19 20:58:12 +03:00
daa84 063bd86fd7 pango_itemize/pango_shape implementation 2017-08-18 18:35:33 +03:00
daa84 367a7815f8 Update to new lib versions, small cleanup 2017-08-16 12:41:22 +03:00
daa ab98faa157 Merge branch 'master' into imcontext 2017-07-25 20:51:18 +03:00
daa84 80d89157e9 Fix clippy issues 2017-07-25 17:55:31 +03:00
daa 808b40d8a8 Merge branch 'master' into imcontext 2017-07-22 23:32:13 +03:00
daa 2106b69c15 Try to keep window size on font change 2017-07-22 16:27:17 +03:00
daa d0ca58d7be Show loading message 2017-07-22 13:32:56 +03:00
daa84 4d3e9689be Code refactor 2017-07-13 18:12:20 +03:00
daa84 ba20088bc6 Fix compilation, show errors 2017-07-12 18:32:10 +03:00
daa84 7a46e1cac5 Starting point 2017-07-11 18:14:46 +03:00
daa84 0987518b58 Merge branch 'master' into imcontext 2017-07-11 12:33:55 +03:00
daa bfee0c2ddf Merge branch 'mode-info-set' 2017-07-09 23:51:39 +03:00
daa 59a735c521 Fix quit by :q 2017-07-09 14:05:55 +03:00
daa 5a6f7d7581 Extract mode struct 2017-07-08 23:45:55 +03:00
daa 27b498a36d Neovim message process cleanup 2017-07-08 14:02:56 +03:00
daa84 a22594ac80 Starting point for mode_info_set processing 2017-07-06 17:50:55 +03:00
daa84 62a996f7db Add general nvim start error message (fix #8) 2017-07-06 12:41:35 +03:00
daa 5260d78418 Initialize nvim after gui size is nown
ALos some code cleanup
2017-06-04 13:14:09 +03:00
daa84 be6c872280 Implement imcontext (also must fix #6 on linux) 2017-06-03 12:27:18 +03:00
daa 30f9ea98a1 Finish tabline implementation 2017-05-27 23:51:22 +03:00
daa 42538027bf Basic implementation of tabline 2017-05-27 19:50:25 +03:00
daa 68963ab628 Move option set from args to ginit.vim 2017-05-27 11:56:47 +03:00
daa84 f32ddbd69c Bg/Fg colors, fix popup in case of string wrap 2017-05-25 17:50:56 +03:00
daa84 905b95343d Code reorganisation 2017-05-23 18:17:45 +03:00
daa84 14a154f628 Popup menu refactor 2017-05-22 18:38:36 +03:00
daa e9ef55cc96 Merge branch 'master' into popup-to-popover 2017-05-21 16:42:18 +03:00
daa 243df1cb72 Migrate to new libs versions 2017-05-21 15:47:29 +03:00
daa84 6f8ed8c1fe Use popover instead of popup 2017-05-17 18:25:50 +03:00
daa c3a22dccf9 Resize window on font change 2017-05-16 22:37:13 +03:00
daa84 1f929023f4 Fix: resize some time does not work 2017-05-16 12:01:32 +03:00
daa 9eccd4599d Project/oldfiles manager 2017-05-13 17:31:19 +03:00
daa84 389f47738e Fix two times repaint 2017-04-26 12:35:09 +03:00
daa 83b5798f6f Small code cleanup 2017-04-23 13:42:05 +03:00
daa 37c8b48015 Fix italic repaint problem 2017-04-23 12:54:46 +03:00
daa 0f919ec390 Number of fixes 2017-04-22 22:18:59 +03:00
daa 552021d2be Make repaint by regions 2017-04-22 18:00:06 +03:00
daa 682660107a Multiple send 2017-04-22 14:31:06 +03:00
daa 751c4eb6fa Fix repaint of underscore 2017-04-22 12:33:36 +03:00
daa 9413af5a4e Fix repaint underscore problem 2017-04-22 12:08:03 +03:00
daa84 1c4e43a26c Implement external popup menu
As solution have some restrictions - it disabled by default
2017-04-19 11:40:53 +03:00
daa b2ee054d6d Fix compilation warinings 2017-04-15 20:12:40 +03:00
daa 2443c7d705 Fix mouse scroll bug 2017-04-15 20:07:09 +03:00
daa84 ade1f9a5de Refactoring for remove global variables. 2017-04-12 13:12:05 +03:00
daa84 057fad0e87 Implement busy_start/stop cursor hiding 2017-04-03 18:16:04 +03:00
daa e6c3b01cc9 Add key logging facility 2017-04-03 14:17:06 +03:00
daa 41ac04f5c2 Moved to new version of neovim-lib, that fixes some issues 2017-04-01 17:48:11 +03:00
daa84 5f523b8896 Make shell global variable due to borrow check conflict 2017-03-31 13:22:05 +03:00
daa84 0bd7356cd6 Disable cursor when window not in focus 2017-03-31 12:49:14 +03:00
daa84 a04a035b84 Render optimization + fix resize bug 2017-03-30 18:25:54 +03:00
daa e020a5825b Make cursor reset animation state on input 2017-03-26 00:38:22 +03:00
daa 0c5d57346b Make only changed area repaintable 2017-03-24 22:23:22 +03:00
daa84 865054e36e Implement base cursor animation, still need a lot of improvements 2017-03-23 18:04:24 +03:00
daa84 7eb721bfcc Commit cursor changes 2017-03-22 18:37:18 +03:00
daa84 e676af8f91 Finish area readrawing optimization 2017-03-21 13:10:55 +03:00
daa84 778cbd0af2 Clip Iterator 2017-03-20 18:18:08 +03:00
daa ff4aa6c848 Fix scroll 2017-03-18 13:21:20 +03:00
daa 700c8cd522 Fix borrow error, rustfmt 2017-03-18 12:49:30 +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
daa a92b42f784 Calculate changed area for given event 2017-03-17 23:38:12 +03:00
daa84 ba4e8bc3aa Implement mouse scroll, enable mouse by default 2017-03-16 18:12:56 +03:00
daa84 b1507a0334 Finish migration to shell.rs 2017-03-16 13:18:13 +03:00
daa84 61a429d2f1 Start extracting vim shell ui processing to shell file 2017-03-15 18:33:47 +03:00