summaryrefslogtreecommitdiffstats
path: root/prompt_toolkit
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-02Release 2.0.12.0.1Jonathan Slenders
2018-06-02Improved search highlight style for dark background.Jonathan Slenders
2018-06-02Added scroll_buffer_to_prompt to DummyOutput.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-24Take suffix argument for (yes/no) in confirmation prompt.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-22Take char1/2 instead of get_char1/2 as input in TabsProcessor.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-20Python 2 bugfix in switch-between-vi-emacs example.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-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
2018-05-18Improved documentation.Jonathan Slenders
2018-05-17Renamed Align to WindowAlign. (It was confusing because of HorizontalAlign/Ve...Jonathan Slenders
2018-05-17Removed get_display_meta argument from Completion object. display_meta can be...Jonathan Slenders
2018-05-17More documentation.Jonathan Slenders
2018-05-16Moved SQLite tutorial in Sphinx documentation + other documentation improveme...Jonathan Slenders
2018-05-16Refactoring of PromptMargin. Pass line_number and is_soft_wrap to continuatio...Jonathan Slenders
2018-05-15Added ThreadedHistory for loading the history asynchronously.Jonathan Slenders
2018-05-15Using alt-d twice in Emacs mode should kill both words.Jonathan Slenders
2018-05-15Fix issues with nested macros. Added 'record_in_macro' parameter for key bind...Jonathan Slenders
2018-05-15Add alt-f binding for auto-suggestion.Amjith Ramanujam
2018-05-15Bugfix: reset Buffer.history_search_text when a Document is set (like during ...Jonathan Slenders
2018-05-14Fixed selection for emacs mode. (Unlike Vi, Emacs doesn't include the upper b...Jonathan Slenders
2018-05-13Added EmacsState.Jonathan Slenders
2018-05-12Reset recording attributes in ViState in ViState.reset.Jonathan Slenders
2018-05-12Added support for Vi macros.Jonathan Slenders
2018-05-09Improved documentation.Jonathan Slenders
2018-05-09Removed prompt_toolkit/reactive.py. This is no longer needed, we canJonathan Slenders
2018-05-09Fixed MenuContainer. MenuContainer doesn't take transparent argument anymore.Jonathan Slenders