Commit Graph

93 Commits

Author SHA1 Message Date
Julian Ospald c7e1ed1af3
Fix windows compilation with --no-fork
--no-fork is a stub on windows.
2018-06-16 11:11:27 +02:00
Julian Ospald 53cde1c2b8
Deamonize nvim-gtk by default
--no-fork can be passed for normal behavior
2018-06-15 21:58:10 +02:00
Idan Arye 5e46003028 Pass arguments after `--` directly to Neovim 2018-05-15 20:23:17 +03:00
daa be52075095 Don't update buffer on empty data (#91) 2018-04-26 22:20:19 +03:00
daa 5ad2b73092 Fix windows build 2018-04-10 21:34:13 +03:00
daa 996ced4bec Read from stdin #87 2018-04-09 23:11:15 +03:00
daa 3e15e5fa2a Replace char with string to support graphemes
fix #38
2018-04-08 12:49:36 +03:00
daa84 fb9d51c928 Merge remote-tracking branch 'origin/master' into ext_cmdline 2018-03-30 12:37:34 +03:00
daa84 5b6afc6804 Fix #81 2018-03-26 11:24:36 +03:00
daa adec73ab81 double width chars 2018-03-25 16:29:59 +03:00
daa84 f8bce73ac0 Merge branch 'master' into ext_cmdline 2018-03-23 13:15:53 +03:00
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 25a567d62f Introduce sidebar with file browser 2018-03-11 13:49:13 +01:00
Christopher Lübbemeier 9967b4bdb4 Show filename and dir in header bar 2018-02-28 19:27:56 +01:00
daa 467ca0e672 Merge branch 'master' into ext_cmdline 2018-02-23 12:36:26 +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 a5e84af96a Fix #56, set WM_CLASS 2018-02-10 12:16:28 +03:00
daa 0b2fc12c4e Merge branch 'master' into ext_cmdline 2018-01-01 17:56:10 +03:00
daa 1b4e73ac20 Update gtk-rs version 2017-12-31 12:47:50 +03:00
Christopher Lübbemeier 85fd26736e Introduce new-window action, set non_unique 2017-12-19 14:28:40 +01:00
daa 7f061efa19 Add timeout option, set default timeout to 10sec(#24)
format
2017-12-10 12:46:36 +03:00
daa 932b7d98b4 Refactoring, ext_cmdline window 2017-11-18 15:56:37 +03:00
daa84 797de26ec2 Add ext_cmd event processing
Update event processing code
2017-11-17 18:40:09 +03:00
daa84 3b9de543ae Use Pmenu colors for backgournd/foreground 2017-11-14 18:38:24 +03:00
daa 6763512964 Merge branch 'plug-manager' 2017-11-06 11:18:41 +03:00
daa84 20be6c5089 Load vimawesome plugins using curl to reduce application dependencies
Dispaly vimawesome plugin information
2017-10-31 17:21:44 +03:00
daa 67cb4570ac Move back default icon to fix #12 on kde 2017-10-30 22:56:49 +03:00
daa84 d9852a421d Implement "add plugin", base code for vimawesome support 2017-10-30 18:25:23 +03:00
daa 4aec520746 Implement remove button 2017-10-29 22:16:55 +03:00
daa 512b63a37a Load configuration on nvim startup/ small ui updates 2017-10-29 13:55:36 +03:00
daa84 ba179f715d Generate and use plug-vim config on nvim startup 2017-10-26 17:56:53 +03:00
daa84 a286d39b48 General code for load/store settings 2017-10-19 17:04:58 +03:00
daa84 c5ee1ab586 Starting point for plug manager implementation 2017-10-13 18:27:10 +03:00
daa84 dd62733e66 Fix gnome panel issues (#12)
Display icon for application
Allow application to be pinned
2017-09-22 18:05:12 +03:00
daa84 ea71ec2b3f Fix #12
Set default icon, update desktop file settings, show icon in about
dialog
2017-09-21 18:10:48 +03:00
daa84 945cea6acf Clippy code cleanup 2017-09-11 18:31:15 +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 197fa9534e Update versions 2017-08-21 18:10:52 +03:00
daa 6964d2e756 Progress.. 2017-08-20 21:09:57 +03:00
daa84 063bd86fd7 pango_itemize/pango_shape implementation 2017-08-18 18:35:33 +03:00
daa84 0987518b58 Merge branch 'master' into imcontext 2017-07-11 12:33: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 62a996f7db Add general nvim start error message (fix #8) 2017-07-06 12:41:35 +03:00
daa84 c2bdaac4ba Use open signal for files 2017-06-08 17:17:08 +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