Commit Graph

559 Commits

Author SHA1 Message Date
daa84 a1f122d19c Hide nvim.exe window (fix #81) 2018-03-27 17:47:42 +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 25921d2e05
Merge pull request #64 from christopher-l/feature/single-click-projects
Single click activation on projects popover
2018-03-25 11:46:07 +03:00
daa84 6bea20d406
Merge pull request #80 from christopher-l/fix/change-dir-loop
Fix bug where rapid `cd`s cause infinite loop
2018-03-25 11:17:36 +03:00
Christopher Lübbemeier a853083de2 Single click activation on projects popover
Plus some padding and font size changes
2018-03-25 01:12:10 +01:00
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
daa84 ec220814b0
Merge pull request #76 from christopher-l/fix/file-tree-ordering
Fix inconsistent ordering in the file tree
2018-03-22 10:58:32 +03:00
Christopher Lübbemeier de43a4e5b7 Fix inconsistent ordering in the file tree 2018-03-21 18:01:17 +01:00
daa84 4be2d06032
Merge pull request #74 from christopher-l/feature/open-multiple-files
Open multiple files in one instance
2018-03-21 12:34:38 +03:00
Christopher Lübbemeier bb9adcc1d5 Open multiple files in one instance 2018-03-20 18:43:31 +01:00
daa84 15a285b032
Merge pull request #73 from christopher-l/feature/drag-and-drop
Open files with drag and drop, escape filenames
2018-03-20 17:25:31 +03: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
daa84 e286c1d95a
Merge pull request #71 from christopher-l/fix/async_commands
Use nvim.command_async where possible
2018-03-18 22:51:51 +03:00
Christopher Lübbemeier a145256182 Use nvim.command_async where possible 2018-03-18 19:01:44 +01:00
daa84 6ed33aa786
Merge pull request #70 from christopher-l/feature/file-browser-squashed
Introduce sidebar with file browser
2018-03-17 20:44:33 +03: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
daa84 3c743513e6
Merge pull request #67 from Zardoz89/update_screenshot
Proposed updated screenshot
2018-03-07 12:46:31 +03:00
Luis Panadero Guardeño f7c3ea46ad screenshot with CSD enabled 2018-03-07 09:55:32 +01:00
Luis Panadero Guardeño e5ef4a6003 Proposed updated screenshot 2018-03-06 10:10:25 +01:00
daa84 14bd3d3515
Merge pull request #63 from christopher-l/feature/headerbar-title
Show filename and dir in header bar
2018-03-05 14:52:45 +03: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
daa84 13e46fead0
Merge pull request #61 from christopher-l/feature/tabline-close-buttons
Introduce close buttons for tabs
2018-02-27 15:57:10 +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