summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-04Added more progress bar examples.Jonathan Slenders
2018-05-04Added coroutines-and-futures.py example.Jonathan Slenders
2018-05-04Made margins.py example executable.Jonathan Slenders
2018-05-04Moved yes-no-dialog.py to full-screen-demo.pyJonathan Slenders
2018-05-04Fixed unknown attribute in Application.get_used_style_strings.Jonathan Slenders
2018-05-04Added autocomplete-with-control-space.py example.Jonathan Slenders
2018-05-04Moved auto completion examples to separate directory.Jonathan Slenders
2018-05-04Added example of control-space key binding to documentation.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-04Note style_from_pygments -> style_from_pygments_cls name change in upgrading ...Aaron Meurer
2018-05-02Fixed import of CompleteStyle in example.Jonathan Slenders
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
2018-04-29More information in CHANGELOG.Jonathan Slenders
2018-04-29Fixed float positioning in MenuContainer.Jonathan Slenders
2018-04-29Added comment to lexers/pygments.Jonathan Slenders
2018-04-19Visualize (more) special characters like Vim does.Jonathan Slenders
2018-04-19Some updates to the CHANGELOG.Jonathan Slenders
2018-04-17Small change in how the completion state is reset if there are no completions.Jonathan Slenders
2018-04-17reset completion state as a fallbackRandy Lai
2018-04-01non-existent buffer_name changedtovak
2018-04-01set_return_value error fixedtovak
2018-04-01missing layout import fixed nowtovak
2018-04-01fixed bugtovak
2018-04-01removed confusing (not required) style codetovak
2018-03-27Replaced Application.abort/exit with a universal exit() method.Jonathan Slenders