summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2018-05-20Renamed progress_bar context manager to ProgressBar + other doc improvements.Jonathan Slenders
2018-05-20Improved documentation.Jonathan Slenders
2018-05-20Removed get_tempfile_suffix argument from Buffer. Accept callable for tempfil...Jonathan Slenders
2018-05-20Removed SentenceValidator and created Validator.from_callable.Jonathan Slenders
2018-05-20Bugfix in SentenceValidator (when ignore_case=True).Jonathan Slenders
2018-05-20Moved WordCompleter and PathCompleter in prompt_toolkit.completion module.Jonathan Slenders
2018-05-19More tests for WordCompleter + accept callable for list of words (thanks to k...Jonathan Slenders
2018-05-19Reset style completely during abort/exit.Jonathan Slenders
2018-05-19Python 2 fixes for progress bar implementation.Jonathan Slenders