| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-10 | [ruby/reline] Move #pointer from DialogRenderInfo to Dialog | aycabta | |
| https://github.com/ruby/reline/commit/92dbac0bff | |||
| 2021-09-10 | [ruby/reline] Erase lines correctly when dialog height is changed | aycabta | |
| https://github.com/ruby/reline/commit/68d2516551 | |||
| 2021-09-08 | [ruby/reline] Render scrollbar when the column of the dialog is moved | aycabta | |
| https://github.com/ruby/reline/commit/5cea268e56 | |||
| 2021-09-08 | [ruby/reline] Remove variables that have no meaning in calculations | aycabta | |
| https://github.com/ruby/reline/commit/3b7a1900fd | |||
| 2021-09-08 | [ruby/reline] Remove garbage left behind when rerendering the right side of ↵ | aycabta | |
| the dialog https://github.com/ruby/reline/commit/d89c23e30b | |||
| 2021-09-08 | [ruby/reline] Move only one line when render a line and then go to the next line | aycabta | |
| https://github.com/ruby/reline/commit/8a966cd962 | |||
| 2021-09-08 | [ruby/reline] The #reset_dialog should also use calculated block elem width | aycabta | |
| https://github.com/ruby/reline/commit/577df401b9 | |||
| 2021-09-08 | [ruby/reline] Remove debug print | aycabta | |
| https://github.com/ruby/reline/commit/6f82177f2e | |||
| 2021-09-08 | [ruby/reline] Calculate block elem width only once | aycabta | |
| https://github.com/ruby/reline/commit/3054a67d05 | |||
| 2021-09-08 | [ruby/reline] Ensure that scrollbar is only rerendered when the position is ↵ | aycabta | |
| changed https://github.com/ruby/reline/commit/f629853eae | |||
| 2021-09-08 | [ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguous | aycabta | |
| https://github.com/ruby/reline/commit/05e8ab8cbb | |||
| 2021-09-07 | [ruby/reline] Remove SIG prefix because don't use it in any other signal ↵ | aycabta | |
| processing https://github.com/ruby/reline/commit/37648042e8 | |||
| 2021-09-07 | [ruby/reline] Use String for the value to be passed because Signal.trap also ↵ | aycabta | |
| returns String https://github.com/ruby/reline/commit/b908fe4439 | |||
| 2021-09-07 | [ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windows | aycabta | |
| https://github.com/ruby/reline/commit/8da8182d1c | |||
| 2021-09-07 | [ruby/reline] Trap TSTP to handle C-z | aycabta | |
| https://github.com/ruby/reline/commit/ebbd0076b8 | |||
| 2021-09-06 | [ruby/reline] Set scrollbar color | aycabta | |
| https://github.com/ruby/reline/commit/d7962e420d | |||
| 2021-09-06 | [ruby/reline] Support multiple trap_key | aycabta | |
| https://github.com/ruby/reline/commit/b0207fa049 | |||
| 2021-09-06 | [ruby/reline] Support oneshot key bindings config for key_trap of dialog ↵ | aycabta | |
| callbacks https://github.com/ruby/reline/commit/5f1141b693 | |||
| 2021-09-04 | [ruby/reline] Correct misalignment of scrollbar | aycabta | |
| https://github.com/ruby/reline/commit/7924b4cfc6 | |||
| 2021-09-04 | [ruby/reline] Implement scrollbar | aycabta | |
| https://github.com/ruby/reline/commit/4c7fc42151 | |||
| 2021-09-03 | [ruby/reline] Add Reline::Key#match? | aycabta | |
| https://github.com/ruby/reline/commit/8f6aa3af2e | |||
| 2021-09-03 | [ruby/reline] Add key accessor for dialog callbacks | aycabta | |
| https://github.com/ruby/reline/commit/c949e44a14 | |||
| 2021-09-03 | [ruby/reline] Swap the order of initialization for readability | aycabta | |
| https://github.com/ruby/reline/commit/d53749b208 | |||
| 2021-09-03 | [ruby/reline] Fix autocomplete dialog width | aycabta | |
| https://github.com/ruby/reline/commit/9868432687 | |||
| 2021-09-02 | [ruby/reline] Clear only necessary parts when dialog disappearing | aycabta | |
| https://github.com/ruby/reline/commit/46ff0ff435 | |||
| 2021-09-02 | [ruby/reline] Shrink the dialog height when contents is shorter than it | aycabta | |
| https://github.com/ruby/reline/commit/a18817635f | |||
| 2021-09-02 | [ruby/reline] Fix a misalignment when dialog is shown on top | aycabta | |
| https://github.com/ruby/reline/commit/0527b1a492 | |||
| 2021-09-02 | [ruby/reline] Remove an unnsed constant | aycabta | |
| https://github.com/ruby/reline/commit/44da8a6b9e | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing empty line | aycabta | |
| https://github.com/ruby/reline/commit/8226ae7e57 | |||
| 2021-09-02 | [ruby/reline] Fix a crash when completing after 2nd line | aycabta | |
| https://github.com/ruby/reline/commit/f9d3480c34 | |||
| 2021-09-01 | [ruby/reline] Use padding_space_with_escape_sequences to padding spaces in ↵ | aycabta | |
| reset_dialog https://github.com/ruby/reline/commit/7d582f4982 | |||
| 2021-09-01 | [ruby/reline] Cut out a method that calcs width including the escape ↵ | aycabta | |
| sequence and padding with spaces https://github.com/ruby/reline/commit/46c9d944e5 | |||
| 2021-09-01 | [ruby/reline] Calc width including escape sequences and padding with spaces ↵ | aycabta | |
| correctly https://github.com/ruby/reline/commit/21c795e97f | |||
| 2021-09-01 | [ruby/reline] Calc width including escape sequences and clear dialog correctly | aycabta | |
| https://github.com/ruby/reline/commit/9b812d5151 | |||
| 2021-08-31 | [ruby/reline] Remove one unnecessary nest for simplicity's sake | aycabta | |
| https://github.com/ruby/reline/commit/f4bda85a7c | |||
| 2021-08-31 | Move access to dialog_render_info inside nil check | aycabta | |
| 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 | |||
