| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-31 | [ruby/reline] Use Reline::Unicode.take_range to devide exactly by width | aycabta | |
| https://github.com/ruby/reline/commit/de1ad93f44 | |||
| 2021-08-31 | [ruby/reline] Check if dialog_render_info is nil or not | aycabta | |
| https://github.com/ruby/reline/commit/e2b87fe831 | |||
| 2021-08-31 | [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functional | aycabta | |
| https://github.com/ruby/reline/commit/5da6a8d851 | |||
| 2021-08-31 | [ruby/reline] Use dynamic contents width | aycabta | |
| https://github.com/ruby/reline/commit/f0e54f239b | |||
| 2021-08-31 | [ruby/reline] Remove an unused variable | aycabta | |
| https://github.com/ruby/reline/commit/0ae7d8b336 | |||
| 2021-08-31 | [ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" later | aycabta | |
| https://github.com/ruby/reline/commit/d81f29a134 | |||
| 2021-08-31 | [ruby/reline] Scroll autocompletion pointer in dialog correctly | aycabta | |
| https://github.com/ruby/reline/commit/dc79ed2dd8 | |||
| 2021-08-31 | [ruby/reline] Use DialogRenderInfo struct | aycabta | |
| https://github.com/ruby/reline/commit/ac6f652a39 | |||
| 2021-08-31 | [ruby/reline] Fix dialog rendering at the bottom edge | aycabta | |
| https://github.com/ruby/reline/commit/860be91bd7 | |||
| 2021-08-30 | [ruby/reline] Add autocompletion on emacs mode by Tab / S-Tab | aycabta | |
| https://github.com/ruby/reline/commit/22d0b4e5d8 | |||
| 2021-08-30 | [ruby/reline] Add config.autocompletion | aycabta | |
| https://github.com/ruby/reline/commit/3d918e4ccb | |||
| 2021-08-29 | [ruby/reline] Clear dialog by C-c | aycabta | |
| https://github.com/ruby/reline/commit/f66a079c85 | |||
| 2021-08-29 | [ruby/reline] Clear completion journey data when finished | aycabta | |
| https://github.com/ruby/reline/commit/03716a411e | |||
| 2021-08-29 | [ruby/reline] Suppress crashes on nil | aycabta | |
| https://github.com/ruby/reline/commit/b5f62c366b | |||
| 2021-08-29 | [ruby/reline] Support custom bg color | aycabta | |
| https://github.com/ruby/reline/commit/cd0cbf53d5 | |||
| 2021-08-29 | [ruby/reline] Add the ability to handle context between dialogs | aycabta | |
| https://github.com/ruby/reline/commit/063d9c70d9 | |||
| 2021-08-29 | [ruby/reline] Support for multiple dialog rendering | aycabta | |
| https://github.com/ruby/reline/commit/f589fab718 | |||
| 2021-08-29 | [ruby/reline] Remove @dialog_updown and @dialog_contents_width | aycabta | |
| https://github.com/ruby/reline/commit/458cb8a9cc | |||
| 2021-08-29 | [ruby/reline] Implement dynamic selection of candidates | aycabta | |
| https://github.com/ruby/reline/commit/e46437df00 | |||
| 2021-08-29 | [ruby/reline] Completion journey starts with one of candidates | aycabta | |
| First one is just original string. https://github.com/ruby/reline/commit/ccb70cc240 | |||
| 2021-08-29 | [ruby/reline] Move cursor correctly when current line is auto wrapped | aycabta | |
| https://github.com/ruby/reline/commit/14c8fade54 | |||
| 2021-08-29 | [ruby/reline] Update dialog backup before clearing | aycabta | |
| https://github.com/ruby/reline/commit/a39e2c8813 | |||
| 2021-08-29 | [ruby/reline] Show autocomplete correctly when starts from prev line | aycabta | |
| https://github.com/ruby/reline/commit/f31a76ff31 | |||
| 2021-08-29 | [ruby/reline] Remove unnecessary metadata between lines | aycabta | |
| https://github.com/ruby/reline/commit/83928249e3 | |||
| 2021-08-29 | [ruby/reline] Combine vertical processing into @dialog_vertical_offset | aycabta | |
| https://github.com/ruby/reline/commit/600b93620c | |||
| 2021-08-29 | [ruby/reline] Drop too much contents before processing | aycabta | |
| https://github.com/ruby/reline/commit/94f7027edc | |||
| 2021-08-29 | [ruby/reline] Display autocomplete below original line if end point was wrapped | aycabta | |
| https://github.com/ruby/reline/commit/49f3392d59 | |||
| 2021-08-29 | [ruby/reline] Scroll properly to create margin | aycabta | |
| https://github.com/ruby/reline/commit/064d54f8f1 | |||
| 2021-08-29 | [ruby/reline] Move dialog pos to left when goes beyond right edge | aycabta | |
| https://github.com/ruby/reline/commit/f1efa2b062 | |||
| 2021-08-29 | [ruby/reline] Hide cursor when rendering dialog | aycabta | |
| https://github.com/ruby/reline/commit/a9050cf676 | |||
| 2021-08-29 | [ruby/reline] Remove debug code | aycabta | |
| https://github.com/ruby/reline/commit/2389d175f7 | |||
| 2021-08-29 | [ruby/reline] Clear after cursor | aycabta | |
| https://github.com/ruby/reline/commit/4d7503cd1f | |||
| 2021-08-29 | [ruby/reline] Move cursor to rerender right margin of dialog correctly | aycabta | |
| https://github.com/ruby/reline/commit/554855013b | |||
| 2021-08-29 | [ruby/reline] Add comments about where rerendering | aycabta | |
| https://github.com/ruby/reline/commit/4406069b7e | |||
| 2021-08-29 | [ruby/reline] Use background color instead of border frame | aycabta | |
| https://github.com/ruby/reline/commit/8f1db0a076 | |||
| 2021-08-29 | [ruby/reline] Suppress warning; unused variable | aycabta | |
| https://github.com/ruby/reline/commit/74a6124e8d | |||
| 2021-08-29 | [ruby/reline] Remove an unnecessary variable | aycabta | |
| https://github.com/ruby/reline/commit/5435c1aa3f | |||
| 2021-08-29 | [ruby/reline] Implement dialog with autocomplete callback | aycabta | |
| https://github.com/ruby/reline/commit/1401d6165e | |||
| 2021-08-29 | [ruby/reline] Separate calling completion proc with checking args | aycabta | |
| https://github.com/ruby/reline/commit/3203cb97db | |||
| 2021-08-04 | Handle SIGINT in other thread correctly | aycabta | |
| Co-authored-by: Koichi Sasada <ko1@atdot.net> Notes: Merged: https://github.com/ruby/ruby/pull/4704 | |||
| 2021-08-04 | Use Symbol of signal for trap | aycabta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4704 | |||
| 2021-06-21 | [ruby/reline] Remove FIXME comment in #render | aycabta | |
| https://github.com/ruby/reline/commit/acd8f8efbb | |||
| 2021-06-21 | [ruby/reline] Remove TODO comment in #render_partial | aycabta | |
| https://github.com/ruby/reline/commit/bb6ea232c2 | |||
| 2021-04-02 | [ruby/reline] Reset @rest_height when clear screen | aycabta | |
| https://github.com/ruby/reline/commit/3a7019b0d5 | |||
| 2021-03-24 | [ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ↵ | aycabta | |
| is empty https://github.com/ruby/reline/commit/c6f1164942 | |||
| 2021-03-24 | [ruby/reline] Support preposing and postposing for Reline.completion_proc | aycabta | |
| https://github.com/ruby/reline/commit/1f469de90c | |||
| 2021-03-24 | [ruby/reline] Reline.delete_text removes the current line in multiline | aycabta | |
| https://github.com/ruby/reline/commit/da90c094a1 | |||
| 2021-02-21 | [ruby/reline] Use UTF-8 only for width calc, rest uses original encoding | aycabta | |
| I confirmed that libvterm supports only which are UTF-8, US ASCII, UK, and DEC graphics by reading source code, so can't test this patch by yamatanoorogi gem through vterm gem for now. This fixes ruby/irb#190. https://github.com/ruby/reline/commit/44596c0cc7 | |||
| 2021-02-21 | [ruby/reline] check ENABLE_VIRTUAL_TERMINAL_PROCESSING flag and switch eof ↵ | Yoshinao Muramatu | |
| processing https://github.com/ruby/reline/commit/3535676689 | |||
| 2021-02-21 | [ruby/reline] We still need support new and legacy behavior. | Yoshinao Muramatu | |
| Revert "Support for change in Windows-specific behavior at eol" This reverts commit cad4de6ee841b43f3f0e441626f9415c3eda0f82. https://github.com/ruby/reline/commit/646587fc2c | |||
