summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-06-08Release 2.0.32.0.3Jonathan Slenders
2018-06-08Bind control-g to abort search.Jonathan Slenders
2018-06-07Fix Opt+left/right in itermCraig de Stigter
2018-06-0710 ** 10 is long in python 2Randy Lai
2018-06-06Bugfix in Vi block selection mode. Correctly handle lines that the selection ...Jonathan Slenders
2018-06-06Added unicode_literals.Jonathan Slenders
2018-06-05Python 2 bugfix. Handle string/unicode correctly in to_str.Jonathan Slenders
2018-06-05Fixed off by one error in Vi line selection.Jonathan Slenders
2018-06-05Fix in 'x' and 'X' Vi key bindings. Correctly handle line endings and args.Jonathan Slenders
2018-06-03Release 2.0.22.0.2Jonathan Slenders
2018-06-03Bugfix in TabsProcessor: handle situations when the cursor is at the end of t...Jonathan Slenders
2018-06-03Fixed off-by-one bug in Vi visual block mode.Jonathan Slenders
2018-06-03Python 3.7 bugfix: correctly handle StopIteration in async generator.Jonathan Slenders
2018-06-02Moved colored-completion example.Jonathan Slenders
2018-06-02Release 2.0.12.0.1Jonathan Slenders
2018-06-02Updated changelog.Jonathan Slenders
2018-06-02Added link to the upgrading page in the docs.Jonathan Slenders
2018-06-02Added no-layout.py example.Jonathan Slenders
2018-06-02Improved search highlight style for dark background.Jonathan Slenders
2018-06-02Added scroll_buffer_to_prompt to DummyOutput.Jonathan Slenders
2018-06-02Small documentation improvements.Jonathan Slenders
2018-05-29Improved scrollbar background.Jonathan Slenders
2018-05-29Bugfix: correctly handle cursor position when clicking on DummyControl.Jonathan Slenders
2018-05-29Better styling for scrollbar button (don't use the same color as the selected...Jonathan Slenders
2018-05-29Added new images to documentation + a couple of documentation updates.Jonathan Slenders
2018-05-27Added documentation about text objects and operators.Jonathan Slenders
2018-05-25Added screenshot for colored prompt to docs.Jonathan Slenders
2018-05-24Some new images for prompt documentation.Jonathan Slenders
2018-05-24Little improvements in documentation.Jonathan Slenders
2018-05-24Take suffix argument for (yes/no) in confirmation prompt.Jonathan Slenders
2018-05-24Little improvements in SQLite tutorial.Jonathan Slenders
2018-05-24Removed 'underline' style for start/end of scrollbar by default.Jonathan Slenders
2018-05-24Updated SQLite tutorial with new images and small improvements.Jonathan Slenders
2018-05-22A couple of small docstring improvements.Jonathan Slenders
2018-05-22Added hello-world.py and hello-world-asyncio.py full screen examples.Jonathan Slenders
2018-05-22Take char1/2 instead of get_char1/2 as input in TabsProcessor.Jonathan Slenders
2018-05-22More documentation about key bindings.Jonathan Slenders
2018-05-22Improved asyncio documentation.Jonathan Slenders
2018-05-22Check 'color' attribute of <style> tag in HTML.Jonathan Slenders
2018-05-22A couple of documentation improvements.Jonathan Slenders
2018-05-20A few small doc improments.Jonathan Slenders
2018-05-20Fixed import in telnet/toolbar.py example.Jonathan Slenders
2018-05-20Python 2 bugfix in switch-between-vi-emacs example.Jonathan Slenders
2018-05-20Fixed WordCompleter imports in examples.Jonathan Slenders
2018-05-20Fixed text-editor & full-screen-demo examples + Python2 fix in lexers/pygment...Jonathan Slenders
2018-05-20Use 4 bit color by default on Windows.Jonathan Slenders
2018-05-20Fixed imports in contrib/completers/system.pyJonathan Slenders
2018-05-20Removed unused import.Jonathan Slenders
2018-05-20Added documentation about progress bars.Jonathan Slenders
2018-05-20Accept formatted text for progress bar label.Jonathan Slenders