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

Commit Graph

  • 18c0509593
    Exit select mode after toggle_comment. Fixes #597 (#598) Yerlan 2021-08-17 02:52:52 +0200
  • 9912bd7821
    Compile the grammar libraries with full RELRO on Linux (#599) Orhun Parmaksız 2021-08-17 03:52:25 +0300
  • 14c08e855f
    Refactor infobox rendering and parsing (#579) Gokul Soumya 2021-08-17 05:55:48 +0530
  • 27616153bc
    Bump bitflags from 1.3.1 to 1.3.2 (#600) dependabot[bot] 2021-08-17 09:23:59 +0900
  • ecf58af497
    Bump anyhow from 1.0.42 to 1.0.43 (#601) dependabot[bot] 2021-08-17 09:23:47 +0900
  • 167b28951f
    Set RELRO compiler options for only Linux orhun 2021-08-17 03:17:15 +0300
  • 2e9717e6e1
    Bump anyhow from 1.0.42 to 1.0.43 dependabot[bot] 2021-08-16 23:06:56 +0000
  • dc63670bc6
    Bump bitflags from 1.3.1 to 1.3.2 dependabot[bot] 2021-08-16 23:06:43 +0000
  • d07c8b20c7
    Compile the grammar libraries with full RELRO orhun 2021-08-17 00:11:14 +0300
  • f6e8fbee8f
    Exit select mode after toggle_comment. Fixes #597 Yerlan 2021-08-16 23:09:17 +0200
  • 103706648f propagate errors Brian Shu 2021-08-16 15:51:52 -0400
  • 5834f911e9 clean up Brian Shu 2021-08-16 15:25:41 -0400
  • cfb1712c3b validation and debouncing Brian Shu 2021-08-16 15:21:24 -0400
  • d06c8abb77
    Adding INO to C++ file type Yerlan 2021-08-16 20:27:25 +0200
  • 534b93de4b use variable.property Brian Shu 2021-08-16 13:45:30 -0400
  • fb1f18c02a use property instead Brian Shu 2021-08-16 13:37:41 -0400
  • 8c7e96fb58 more stuff including cursors Brian Shu 2021-08-16 11:08:30 -0400
  • fe6de49cae changed some gruvbox highlights Brian Shu 2021-08-16 10:54:08 -0400
  • 0dfaaef779 deploy: 4b5090a5f61553e272864d3d894cb5132f4d7b00 sudormrfbin 2021-08-16 13:42:15 +0000
  • 4b5090a5f6 Update configuration.md for Windows superlou 2021-08-16 08:19:05 -0400
  • be7fe8528b
    Update configuration.md for Windows superlou 2021-08-16 08:19:05 -0400
  • ac3c1719c9
    Fixes crash on empty rust file. (#592) Cor Peters 2021-08-16 12:18:23 +0200
  • 39be30dfc0 Fixes crash on empty rust file. Cor Peters 2021-08-16 12:09:17 +0200
  • 78923496a6
    feat: relative numbers (#485) Grzegorz Baranski 2021-08-16 04:11:53 +0200
  • aaccc9419a
    Add ledger tree-sitter (#572) Ivan Tham 2021-08-16 10:03:57 +0800
  • 3bde65c599
    Fix change case commands in changelog (#586) Gokul Soumya 2021-08-16 07:31:51 +0530
  • 7c8c5b6650
    Allow keys to be mapped to sequences of commands Omnikar 2021-08-15 14:03:53 -0400
  • 05f3fa69e9 initial file watching stuff Brian Shu 2021-08-15 11:35:48 -0400
  • 7e4f3dcb49 allow disabling menu update Brian Shu 2021-08-15 08:27:48 -0400
  • 8591706948
    remove mistakenly added files Dmitry Sharshakov 2021-08-15 13:03:59 +0300
  • 7bc502b080 Fix change case commands in changelog Gokul Soumya 2021-08-15 09:48:36 +0530
  • 1caedc18ca Release v0.4.1 v0.4.1 Blaž Hrastnik 2021-08-14 13:31:23 +0900
  • dbd1f11311 fix: Cross compile tests as well Blaž Hrastnik 2021-08-14 13:26:00 +0900
  • b0acd8c3a6
    Update README.md (#581) Kirawi 2021-08-14 00:28:27 -0400
  • 52a848e3c8
    Bump chardetng to 0.1.14 (#578) Ivan Tham 2021-08-14 12:28:08 +0800
  • 4d3f437904 fix: pass config argument gbaranski 2021-08-14 00:23:14 +0200
  • 784ea1b43b
    Update README.md Kirawi 2021-08-13 15:05:59 -0400
  • 1f9a59c171
    Update README.md Kirawi 2021-08-13 15:04:46 -0400
  • 5744d3a249 Bump chardetng to 0.1.14 Ivan Tham 2021-08-13 21:43:57 +0800
  • 04cecac1c0 Refactor infobox rendering and parsing Gokul Soumya 2021-08-13 19:13:49 +0530
  • 4167201344 ui: picker: Position count according to input bar Blaž Hrastnik 2021-08-13 18:00:04 +0900
  • eb9ac0a743 ui: picker: Use ui.selection instead of ui.selection.primary Blaž Hrastnik 2021-08-13 17:59:47 +0900
  • f20dc1283d ui: picker: Render matches/total counts Blaž Hrastnik 2021-08-13 17:56:37 +0900
  • 05fd2b5853 Clamp x and y to edges in Rect chop methods Gokul Soumya 2021-08-13 11:58:03 +0530
  • b635e35818 Appease clippy Blaž Hrastnik 2021-08-13 13:16:31 +0900
  • fd1eaafff5 Add :tree-sitter-scopes, useful when developing indents.toml Blaž Hrastnik 2021-08-13 13:15:36 +0900
  • 88cc0f85a5 Clear some TODOs Blaž Hrastnik 2021-08-13 13:15:27 +0900
  • 7c834d6506 fix: tree sitter rendering glitches with multiple selection edits Blaž Hrastnik 2021-08-13 13:15:10 +0900
  • 9a39a10ddd
    Tutorial for Helix akin to vimtutor (#537) Omnikar 2021-08-12 21:13:17 -0400
  • 8364ceca81
    Reverted unintended change? (#576) Norman Paniagua 2021-08-13 03:12:29 +0200
  • a67d1c5925
    Reverted unintended change? Norman Paniagua 2021-08-12 18:57:27 +0200
  • 3de40de0a9 fix build... v0.4.0 Blaž Hrastnik 2021-08-13 01:28:11 +0900
  • 733ee06b7b Release v0.4.0 Blaž Hrastnik 2021-08-13 01:24:04 +0900
  • c9e733a856 Merge branch 'master' into log-file-config Dmitry Sharshakov 2021-08-12 18:55:46 +0300
  • c2a22b843d Refactor new Rect construction Gokul Soumya 2021-08-12 17:55:27 +0530
  • 150ab7dc16 deps: cargo update gbaranski 2021-08-12 14:07:02 +0200
  • ca12a6405e Merge remote-tracking branch 'upstream/master' into feat/relative-number gbaranski 2021-08-12 14:06:44 +0200
  • b75416a89f
    restore default variable for readability Dmitry Sharshakov 2021-08-12 13:36:21 +0300
  • 2ca9c3a4b9
    helix-term: show configured logfile in help Dmitry Sharshakov 2021-08-12 10:31:03 +0300
  • d84f8b5fde
    Show file preview in split pane in fuzzy finder (#534) Gokul Soumya 2021-08-12 12:30:42 +0530
  • a8d58326a4 Skip picker preview if screen small, less padding Gokul Soumya 2021-08-12 11:06:20 +0530
  • bbd5071df1 Remove prepare_for_render and make render mutable Gokul Soumya 2021-08-12 10:42:54 +0530
  • 7d51805e94
    Support primary clipboard (#548) Dmitry Sharshakov 2021-08-12 05:53:48 +0300
  • d03982ee43 cargo fmt Blaž Hrastnik 2021-08-12 10:18:37 +0900