Commit Graph

449 Commits

Author SHA1 Message Date
Christopher Lübbemeier 18583abae7 Use set_current_dir_async 2018-03-24 13:59:19 +01:00
Christopher Lübbemeier 65c2662915 Fix bug where rapid `cd`s cause infinite loop 2018-03-24 13:53:54 +01:00
daa84 f8bce73ac0 Merge branch 'master' into ext_cmdline 2018-03-23 13:15:53 +03:00
daa 783eb1a8ad Implementation of "insert char" command 2018-03-23 00:36:43 +03:00
Christopher Lübbemeier de43a4e5b7 Fix inconsistent ordering in the file tree 2018-03-21 18:01:17 +01: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
daa 4cd6cf46dd Wrap model on insert single char 2018-03-19 00:40:18 +03:00
daa fdaff9748a Update gtk-rs version 2018-03-19 00:15:58 +03:00
Christopher Lübbemeier a145256182 Use nvim.command_async where possible 2018-03-18 19:01:44 +01: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
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
daa c339a27481 Starting point for special char processing 2018-02-27 22:51:23 +03:00
daa 4eb025ba91 Make popup smaller on char deletion 2018-02-27 22:24:17 +03:00
daa bb61b31830 Create surface only once for given drawing area size 2018-02-24 23:36:40 +03:00
Christopher Lübbemeier f6aced4102 Introduce close buttons for tabs 2018-02-24 18:01:17 +01:00
daa bec70d298a Test code for double buffer render 2018-02-23 20:55:43 +03:00
daa fc7016caa9 Add logs 2018-02-23 19:39:53 +03:00
daa 49bb758c4b Merge branch 'master' into ext_cmdline 2018-02-23 14:17:18 +03:00
daa 50695ba829 Disable main cursor when cmdline is displayed 2018-02-23 14:16:20 +03: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
daa 467ca0e672 Merge branch 'master' into ext_cmdline 2018-02-23 12:36:26 +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 69dbc990c6 Change cursor position, change preffered size calculation for cursor 2018-02-12 00:34:51 +03:00
daa 89499763ec Add cmdline_pos processing 2018-02-10 12:51:47 +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
daa 18843eaba2 Keep width after add new lines, fix indent with firstc 2018-02-01 23:13:09 +03:00
daa d02c1fb3d6 Fix cursor repaint problem 2018-01-29 22:39:29 +03:00
daa 83a390b187 Fix test 2018-01-29 22:30:55 +03:00
daa d9b840335b Remove columns on replace, fix cursor repaint 2018-01-25 23:22:07 +03:00
daa 8a025c3a7c Implement #52 2018-01-23 23:22:19 +03:00
daa 3f62906fac Show block, blink cursor 2018-01-21 23:19:00 +03:00
daa 29cf31914d Numver of fixes 2018-01-21 14:14:07 +03:00
daa 6a782ffc9d Draw block 2018-01-15 00:18:32 +03:00
daa 642fd772f0 Test, fix model layout calculation, fix build 2018-01-14 22:18:40 +03:00
daa 86be47e0ec Append block, update level instead of recreate on every user input 2018-01-14 12:25:59 +03:00
daa 2fb6b7a556 Change model size without data loss 2018-01-13 21:32:21 +03:00
daa cc082ab6f7 Build block 2018-01-13 18:02:47 +03:00
daa 3d1c73ee2a Start block implementation 2018-01-11 22:44:19 +03:00
daa a6e16d1cbd Fix popup width in case kind column is visible (#34) 2018-01-08 23:33:35 +03:00
daa 0191579f4d Fix wrapping calculation 2018-01-08 23:14:17 +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 104cb13740 Fix undercurl 2018-01-05 22:13:17 +03:00
daa 026891938f Use async call in some cases 2018-01-05 15:56:55 +03:00
daa 02cf3be95e Use preferred size, center position 2018-01-03 23:20:22 +03:00
Greg V 53516f0d9c Add support for PRIMARY clipboard 2018-01-03 15:53:53 +03:00
daa c27fbff586 Point to cursor 2018-01-03 12:04:01 +03:00
daa 83061366dd Wrap text, hide popover 2018-01-03 01:26:04 +03:00
daa 30b7fc87e1 Simplify resize handling. (#41) 2018-01-02 23:05:32 +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
daa 0b2fc12c4e Merge branch 'master' into ext_cmdline 2018-01-01 17:56:10 +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
daa 60c635fa7b Show info column in separate label (#34) 2017-12-24 20:41:23 +03:00
Christopher Lübbemeier 09b8253745 Fix popup colors not being reversed 2017-12-24 15:11:37 +01:00
daa 480a16702f Limit popup width to window size
remove info column
2017-12-21 22:54:27 +03:00
daa f5c86868fe Merge branch 'fix-render-clip' 2017-12-21 21:09:10 +03:00
Christopher Lübbemeier 85fd26736e Introduce new-window action, set non_unique 2017-12-19 14:28:40 +01:00
daa84 d938b2ef76
Merge pull request #32 from christopher-l/smooth-scrolling
Enable scrolling with smooth scroll
2017-12-13 13:02:31 +03:00
daa 7e59f82cde Remove unused function 2017-12-12 21:51:38 +03:00
daa84 ef22c951f4 Fix #26 2017-12-12 16:40:13 +03:00
daa 9edfa9b609 Add nonblocking check for resize event
Refactor error report
2017-12-11 23:15:17 +03:00
daa e6bce42532 Don't draw foreground in case it is same as background
investigatin of #26, but still need some amount of work
2017-12-10 21:28:30 +03:00
daa 7325837d07 Move back focus events, add check if nvim currently in nonblocking state
#24
2017-12-10 21:10:53 +03:00
daa bec3e60b6b Disable focus event as this sometimes produce freeze (#24) 2017-12-10 12:48:31 +03:00
daa 7f061efa19 Add timeout option, set default timeout to 10sec(#24)
format
2017-12-10 12:46:36 +03:00
Christopher Lübbemeier 02c5276e62 Enable scrolling with smooth scroll 2017-12-06 18:21:43 +01:00
Christopher Lübbemeier ef2e491b38 Introduce option to prefer dark GTK theme 2017-12-05 13:38:31 +01:00
daa 3b4964c1a0 Fix input for kanji (#6) 2017-12-03 20:50:00 +03:00
daa 778884ea96 Fix memory leaks (#28) 2017-12-03 19:45:38 +03:00
daa 2565b1e0fe Fix input '<' symbol (#6) 2017-12-03 17:33:34 +03:00
daa 4cf5028b4d Fix #6 2017-12-03 12:26:15 +03:00
daa84 d6aa19510c One step to cmd line implementation 2017-11-23 17:57:39 +03:00
daa 519c279c8d Build prompt line 2017-11-19 23:13:06 +03:00
daa f58e398c48 Starting point on conversion cmdline input to UiModel 2017-11-19 12:44:28 +03:00
daa 333c28e066 Use popup instead of dialog 2017-11-18 23:15:03 +03:00
daa 932b7d98b4 Refactoring, ext_cmdline window 2017-11-18 15:56:37 +03:00
daa 56bc8f32de Small improvements 2017-11-17 23:48:33 +03:00
daa84 797de26ec2 Add ext_cmd event processing
Update event processing code
2017-11-17 18:40:09 +03:00
daa84 8c8195de89 Fix hex converter 2017-11-16 17:25:59 +03:00
daa84 50603b4325 Use colors for selected items, enable popup menu by default 2017-11-16 16:53:58 +03:00
daa84 3b9de543ae Use Pmenu colors for backgournd/foreground 2017-11-14 18:38:24 +03:00
daa84 de55aecff0 Fix #20 2017-11-13 12:51:22 +03:00