summaryrefslogtreecommitdiffstats
path: root/prompt_toolkit
AgeCommit message (Expand)Author
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
2018-05-09Little simplification in pygments_token_to_classname and PygmentsLexer code.Jonathan Slenders
2018-05-08Splitted PromptSession._create_application in several individual methods. Tha...Jonathan Slenders
2018-05-08Improved documentation.Jonathan Slenders
2018-05-07Moved transparent attribute from Window to Float. This fixes the transparency...Jonathan Slenders
2018-05-07Renamed Window.get_colorcolumns to window.colorcolumns.Jonathan Slenders
2018-05-07Window.char can be a callable. Removed Window.get_char argument.Jonathan Slenders
2018-05-04Renamed the Prompt class to PromptSession for clarity.Jonathan Slenders
2018-05-04Fixed unknown attribute in Application.get_used_style_strings.Jonathan Slenders
2018-05-04Added left/right key bindigns for dialogs.Jonathan Slenders
2018-05-04Fix the docstring of create_output()Aaron Meurer
2018-05-02Small optimization in renderer. Only set output attributes if different (not ...Jonathan Slenders
2018-05-02Ensure that cursor position remains within the size of the text in Buffer set...Jonathan Slenders
2018-05-01need to refresh ui after resetting completion stateRandy Lai
2018-04-30Fix in prompt(). Don't pass input/output to prompt method.Jonathan Slenders