1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 8681d47292 remove unused import Jan Hrastnik 2020-06-24 21:03:38 +0200
  • 6ba082697d added cursor rendering Jan Hrastnik 2020-06-24 20:59:35 +0200
  • c3a23a1c09 file now rendered line by line Jan Hrastnik 2020-06-23 19:10:09 +0200
  • e93b15cef3 created view struct Jan Hrastnik 2020-06-19 02:14:29 +0200
  • 8958f06f08 added file rendering Jan Hrastnik 2020-06-16 22:46:27 +0200
  • 8119f1ec3d Refactor editor module to use state + keymap. Blaž Hrastnik 2020-06-16 18:00:34 +0900
  • 065cbcee9e fixed async loop Jan Hrastnik 2020-06-07 14:11:08 +0200
  • 2985398adc loop is now async Jan Hrastnik 2020-06-05 12:21:27 +0200
  • 19643446cd editor.rs now uses crossterm Jan Hrastnik 2020-06-04 01:05:01 +0200
  • 073fe61264 Use ropey 1.2.0 Blaž Hrastnik 2020-06-15 13:51:59 +0900
  • aada88abf5 Bump dependencies. Blaž Hrastnik 2020-06-10 13:57:28 +0900
  • f8fe273a2e Fix build. Blaž Hrastnik 2020-06-08 00:31:11 +0900
  • 843c20a550 Add a keymap module. Blaž Hrastnik 2020-06-08 00:28:17 +0900
  • e98cdebf1e Add a command module. Blaž Hrastnik 2020-06-08 00:15:39 +0900
  • 195aad4675 Fix coord mapping, add vertical move. Blaž Hrastnik 2020-06-08 00:08:21 +0900
  • 10d53f3ef0 Add primitives for converting between char offset indices and coords. Blaž Hrastnik 2020-06-05 14:02:10 +0900
  • 387fb57c94 Allow unused code for the time being. Blaž Hrastnik 2020-06-02 10:57:01 +0900
  • 3848058472 clippy lint Blaž Hrastnik 2020-06-02 10:49:28 +0900
  • 6ed2f56a01 Update Cargo.lock Blaž Hrastnik 2020-06-02 10:49:21 +0900
  • 57c2046070 Drop tui. Blaž Hrastnik 2020-06-02 10:47:26 +0900
  • c17045ed07 Fixup Surface Blaž Hrastnik 2020-06-02 10:44:44 +0900
  • 2ea5feaeb1 ci: Add dependency caching. Blaž Hrastnik 2020-06-02 10:42:41 +0900
  • d232000c54 Fix compilation. Blaž Hrastnik 2020-06-02 10:32:21 +0900
  • 3e078f8c7e
    Update rust.yml Blaž Hrastnik 2020-06-01 17:56:51 +0900
  • cf7a41226d
    Create rust.yml Blaž Hrastnik 2020-06-01 17:50:43 +0900
  • 613d06dfb0 wip: importing to github Blaž Hrastnik 2020-06-01 17:42:28 +0900
  • 6905ff03c2 Start swapping from termwiz to crossterm + async. Blaž Hrastnik 2020-05-28 17:47:35 +0900
  • 1984410ac9 Selection mapping over changesets. Blaž Hrastnik 2020-05-28 14:59:50 +0900
  • e52e848fd7 changeset: Introduce map_pos. Blaž Hrastnik 2020-05-28 14:46:00 +0900
  • b5c38812e9 address clippy warnings Blaž Hrastnik 2020-05-28 14:45:44 +0900
  • 23109f1512 OT: changeset: Implement compose and apply. Blaž Hrastnik 2020-05-26 18:11:11 +0900
  • 44ff4d3c1f Implement a new core based on CodeMirror. Blaž Hrastnik 2020-05-25 13:02:21 +0900
  • 240e5f4e3d Initial import. Blaž Hrastnik 2020-05-20 18:14:51 +0900