COMMITS
/ examples/full-screen/buttons.py May 15, 2024
J
Code style fixes for compatibility with latest Ruff.
Jonathan Slenders committed
November 28, 2019
J
Applied Black code style to examples, tests and setup.py.
Jonathan Slenders committed
May 7, 2019
J
Prompt_toolkit 3.0: type annotations and asyncio natively.
Jonathan Slenders committed
April 16, 2019
J
Sorting of imports (using `isort -m 3 -tc`).
Jonathan Slenders committed
March 27, 2018
J
Replaced Application.abort/exit with a universal exit() method.
Jonathan Slenders committed
January 28, 2018
J
Moved the widgets module one level up.
Jonathan Slenders committed
January 27, 2018
D
Fix typo: `focussable` -> `focusable`
delirious-lettuce committed
J
Fixed typo in code: `focussed` -> `focused`.
Jonathan Slenders committed
J
Fixed full-screen examples. Pass 'focussed_element' instead of 'focussed_window'.
Jonathan Slenders committed
December 27, 2017
J
More documentation about key bindings.
Jonathan Slenders committed
December 7, 2017
J
Code style in examples + added flake8 to .travis.yml.
Jonathan Slenders committed
December 3, 2017
J
Removed load_key_bindings() in example. This is already included automatically in the Application.
Jonathan Slenders committed
October 31, 2017
J
Renamed Application.set_return_value to Application.set_result.
Jonathan Slenders committed
June 1, 2017
J
Don't pass 'Application' around anymore. Store it in a global instead.
Jonathan Slenders committed
April 26, 2017
J
Renamed 'use_alternate_screen' parameter to 'full_screen'.
Jonathan Slenders committed
J
Small improvements in styles.
Jonathan Slenders committed
April 16, 2017
J
Refactoring of the Style class and styling.
Jonathan Slenders committed
April 12, 2017
J
Use string notation for key bindings in full screen examples.
Jonathan Slenders committed
January 1, 2017
J
prompt_toolkit 2.0 refactoring: rewrite of the architecture (part 1).
Jonathan Slenders committed