Commit Graph

  • a948d6dbc7 default font update daa84 2017-02-28 17:08:07 +0300
  • f2ccb2c6ee Remove fix for old nvim daa84 2017-02-28 11:53:56 +0300
  • fa31e8b0b0 Make toolbar smaller daa84 2017-02-27 18:09:27 +0300
  • 8fffd05905 Update README.md daa84 2017-02-27 11:32:44 +0300
  • 4743556d39 rustfmt.toml daa 2017-02-26 22:34:08 +0300
  • b49d93dc96 cargo-fmt, version update daa 2017-02-26 22:33:44 +0300
  • f41d3dd55a Migrate to new neovim-lib version. daa 2017-02-26 22:31:13 +0300
  • e377a1b1c6 Create README.md daa84 2016-06-27 17:48:00 +0300
  • ba23d198ec Merge branch 'master' of https://github.com/daa84/neovim-gtk daa84 2016-06-27 17:45:43 +0300
  • f73246733d Initial commit daa84 2016-06-27 17:43:25 +0300
  • c7813afe19 Update version dependency, fix compilations daa84 2016-06-23 17:32:30 +0300
  • 4e0d3e2e5a Quit from neovim - quits application daa84 2016-05-05 17:27:45 +0300
  • 1a0adf0a82 Fix quit exception daa84 2016-05-05 16:48:21 +0300
  • b1d5e3a36d Implement mouse drag support daa84 2016-05-05 11:44:21 +0300
  • 78caf6f340 Mouse calculation fix daa84 2016-05-05 11:22:18 +0300
  • c8e78fd697 Enable mouse event daa 2016-05-05 10:23:04 +0300
  • 54449aed83 Some starting point on mouse implementation daa84 2016-05-04 17:59:51 +0300
  • 2a566d1d51 Quit nvim daa84 2016-05-04 11:52:57 +0300
  • 60539e0ccf Edit mode cursor daa 2016-05-04 09:23:39 +0300
  • a11581748c Add cursor daa 2016-05-03 20:25:52 +0300
  • 59b00b392a Don't process keys that was passed to nvim instance daa 2016-05-03 13:36:59 +0300
  • d071cabce6 Code style update daa 2016-05-03 13:34:36 +0300
  • f2911beee3 Fix resize to smaller size. daa 2016-05-03 13:30:36 +0300
  • 3b5e26f95c Resize underline nvim instance daa84 2016-04-06 17:53:16 +0300
  • 118faaca25 Update key bindings, improve render of background highlight daa84 2016-04-06 13:16:41 +0300
  • 209c71aa4b fix initial size daa84 2016-04-06 11:31:00 +0300
  • 27669e035b Merge branch 'master' of ssh://daaparts.info/home/git/neovim-gtk daa84 2016-04-06 11:20:45 +0300
  • 71e0db64e7 make background and foreground colors to work daa 2016-04-06 01:04:40 +0300
  • 6c80fd3e8c fix keypress daa84 2016-04-04 13:14:57 +0300
  • a19c28473e Resize from nvim settings daa 2016-04-04 01:34:44 +0300
  • b3c2744e2d Implement scroll daa 2016-04-03 18:13:18 +0300
  • 0c64c43278 Fix colors, some update of buttons bindings, eol_clear implementation, quit button daa 2016-04-03 16:04:52 +0300
  • 3c45aff96e Input key map daa 2016-04-03 13:06:35 +0300
  • dc1539d0d3 Add key map converter table daa 2016-04-02 23:00:18 +0300
  • 52ec77137d Use fixed width for any font character daa 2016-04-02 00:14:22 +0300
  • a2813a84c7 add bold/italic settings daa84 2016-04-01 12:34:55 +0300
  • 8a763c928e background / foreground highlight daa84 2016-03-31 19:19:08 +0300
  • 8d2c22e571 Repaint + some basic input daa84 2016-03-31 16:52:22 +0300
  • 62eeeec201 Fix event processing daa 2016-03-31 15:08:32 +0300
  • 2d04cbbdc0 Make ui as thread local variable daa84 2016-03-31 13:09:34 +0300
  • 183f600e1b resize implemented daa84 2016-03-29 12:43:01 +0300
  • ffed15e697 add clear method daa84 2016-03-29 12:22:16 +0300
  • d52311cafa implement put event daa84 2016-03-28 18:05:10 +0300
  • 0b4504e6d7 Fix idle add problem daa84 2016-03-28 17:14:10 +0300
  • fae82271d1 First event daa84 2016-03-28 17:03:21 +0300
  • f553fd5f42 Build ui object as central point of all event processing daa84 2016-03-28 13:09:31 +0300
  • 193b4d573c Implement mutex for ui thread idle function daa84 2016-03-25 17:36:51 +0300
  • e15727ff74 Start safe event call implementation daa84 2016-03-25 12:51:28 +0300
  • 8e57752e97 Event loop daa84 2016-03-24 12:21:27 +0300
  • edaa867103 some small step to implement events listener daa84 2016-03-23 18:22:28 +0300
  • b5265c41f6 Merge branch 'master' of ssh://daaparts.info/home/git/neovim-gtk daa 2016-03-23 14:59:40 +0300
  • 3fc2c3322d Add events callback daa 2016-03-23 14:59:18 +0300
  • c83fc54270 Merge branch 'master' of ssh://daaparts.info/home/git/neovim-gtk daa84 2016-03-23 12:18:40 +0300
  • dc1bf55a46 Fix embed mode daa 2016-03-19 14:32:59 +0300
  • 1043d9ac8e Nvim connection with events handler daa 2016-03-19 13:27:39 +0300
  • bd9dde064e Add screen model daa 2016-03-19 11:47:23 +0300
  • 9f8638baa6 Add toolbar button with images daa84 2016-03-17 16:58:21 +0300
  • 64d4746545 ui refactoring/update daa84 2016-03-16 18:25:25 +0300
  • 9d44052099 Initial gtk ui daa84 2016-03-16 17:39:53 +0300