summaryrefslogtreecommitdiffstats
path: root/prompt_toolkit
AgeCommit message (Expand)Author
2018-07-22Release 2.0.42.0.4Jonathan Slenders
2018-07-15Makes pygments lexers imports explicit to avoid confusing error warnings in I...Thomas Svenson
2018-07-13Small fix in renderer. Use total height for min_available_height for Windows ...Jonathan Slenders
2018-07-13Fixed a couple of imports/names.Jonathan Slenders
2018-07-13Added note about the Win32PipeInput design.Jonathan Slenders
2018-07-13Added Win32PipeInput, create_input_pipe, and renamed PipeInput to PosixPipeIn...Jonathan Slenders
2018-07-13Some assertions for input/win32.Jonathan Slenders
2018-07-13Better error message in ensure_future.Jonathan Slenders
2018-07-11Accept any widget with __pt_container__ method in DynamicContainer.Jonathan Slenders
2018-06-27Added buffer argument to accept_handler of TextAreaJayson Messenger
2018-06-22Added notice about clipboard usage to Buffer.copy_selection().Jonathan Slenders
2018-06-20Updated prompt_continuation documentation of PromptSession.Jonathan Slenders
2018-06-20Added accept_default argument to prompt().Jonathan Slenders
2018-06-20Fix in TextArea. Set 'accept_handler' to None if not given. This effects 'Buf...Jonathan Slenders
2018-06-20Make it easier to change the body/title of a Frame/Dialog at runtime.Jonathan Slenders
2018-06-20Bugfix in DynamicContainer.Jonathan Slenders
2018-06-20Renamed eventloop.win32._create_event() to create_win32_event().Jonathan Slenders
2018-06-20Allow setting text for read-only TextArea.Jonathan Slenders
2018-06-20Added DynamicContainer.Jonathan Slenders
2018-06-20Go to the beginning of next line when enter is pressed in Vi navigation mode ...Jonathan Slenders
2018-06-19Added eventloop.Event.Jonathan Slenders
2018-06-19Add dictionary search in RadioListgpotter2
2018-06-18Remove buff.reset from pre_run_callables.Jonathan Slenders
2018-06-17Fix: display decomposed multiwidth characters correctly.Jonathan Slenders
2018-06-16Added merge_completers for merging several Completer instances together.Jonathan Slenders
2018-06-09Bugfix: accept history in prompt() function again.Jonathan Slenders
2018-06-09Insert vt100 data into Windows key presses (+ moved ANSI_SEQUENCES to separat...Jonathan Slenders
2018-06-09Handle left/right key bindings in Vi block insert mode.Jonathan Slenders
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-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