summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-01-05Release 0.570.57Jonathan Slenders
2016-01-05Make max_render_postpone_time configurable. (Disable by default -- it did mor...Jonathan Slenders
2016-01-03Added pymux to list of projects.Jonathan Slenders
2016-01-03Mention bracketed paste in the README.Jonathan Slenders
2016-01-03Release 0.56Jonathan Slenders
2016-01-03Bugfix in bracketed paste. (Make sure to enable it again for each prompt.)Jonathan Slenders
2016-01-03Release 0.55Jonathan Slenders
2016-01-03Bugfix in contrib.telnet (eventloop integration).Jonathan Slenders
2016-01-03Fixes earlier commit. Don't import __init__.version in setup.py.Jonathan Slenders
2016-01-03Updated list of modules in run_tests.py.Jonathan Slenders
2016-01-03Make __version__ available in prompt_toolkit.__init__.Jonathan Slenders
2016-01-03Removed unused import.Jonathan Slenders
2016-01-03Removal of FocusStack as a separate class. Moved functionality into BufferMap...Jonathan Slenders
2016-01-03Highlight current search match when the cursor is at any position on the matc...Jonathan Slenders
2016-01-03Added CommandLineInterface.on_invalidate event.Jonathan Slenders
2016-01-02Allow true_color to be a SimpleFilter. (Make it possible to configure at runt...Jonathan Slenders
2016-01-02Support for 24bit full color on vt100 terminals.Jonathan Slenders
2015-12-31Accept a 'reserve_space_for_menu' parameter in the shortcuts. (This is an int...Jonathan Slenders
2015-12-31Bugfix in TokenListControl: handle mouse correctly when text is aligned right...Jonathan Slenders
2015-12-30Bugfix in Document.selection_ranges.Jonathan Slenders
2015-12-29Fix in translate_index_to_position. (Is now 0-based indexed, as expected.)Jonathan Slenders
2015-12-29Implementation of BLOCK selection type.Jonathan Slenders
2015-12-28Cache Document.lines.Jonathan Slenders
2015-12-28Added 'sentence' option to WordCompleter.Jonathan Slenders
2015-12-22Bugfix: make sure to clip the height in the renderer to the height of the out...Jonathan Slenders
2015-12-22Allow BufferControl to get search information from elsewhere. (get_search_sta...Jonathan Slenders
2015-12-22Make get_search_state dynamic for SearchHighlighter.Jonathan Slenders
2015-12-22Make search_state dynamic for key bindings. (Added property get_search_state ...Jonathan Slenders
2015-12-22Added layout.highlighters. A new, much faster way to do selection and search ...Jonathan Slenders
2015-12-19Improved Vi 'v' and 'V' key bindings. Allow switching between line and charac...Jonathan Slenders
2015-12-19Accept an on_focus_changed Callback in FocusStack.Jonathan Slenders
2015-12-19Documentation fix in Application, regarding on_buffer_changed.Jonathan Slenders
2015-12-19Make ViStatFilter and KeyBindingsManager accept a get_vi_state callable inste...Jonathan Slenders
2015-12-19Fixed typos.Jonathan Slenders
2015-12-18Introduced BufferMapping class as a wrapper around the buffers dictionary.Jonathan Slenders
2015-12-18Accept 'cli' parameter in walk and find_window_for_buffer_name.Jonathan Slenders
2015-12-18Added focus_on_click parameter to BufferControl.Jonathan Slenders
2015-12-18Fix import.Jonathan Slenders
2015-12-17Misc typo.Matthias Bussonnier
2015-12-16Bugfix in WordCompleter, when case insensitive and input contained uppercase.Jonathan Slenders
2015-12-16Allow floats to set the cursor position for other floats.Jonathan Slenders
2015-12-17Add aws-shell to list of projects.Donne Martin
2015-12-14Respect _StdoutProxy.raw when flushingNiklas Fiekas
2015-12-10Added a Registry.remove_binding method to dynamically remove key bindings.Jonathan Slenders
2015-12-08Added installation instructions for Conda.Jonathan Slenders
2015-12-07Correctly handle HSplit/VSplit instances without children.Jonathan Slenders
2015-12-07A few small code style fixes. (PEP8)Jonathan Slenders
2015-12-07Accept weights in HSplit/VSplit.Jonathan Slenders
2015-12-06Added 'bell' function to Output.Jonathan Slenders
2015-12-02Add vcli to project listChang-Hung Liang