1
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small improvement in Posix event loop. More... over 8 years ago
Support typeahead. More... over 8 years ago
Make sure to feed the mouse up/down key bindings first in the input key queue. More... over 8 years ago
In basic c-j binding, make sure to send \r in place, not at the end of the queue. More... over 8 years ago
Undo last changes regarding input validation. 'validate_and_handle' definitely needs to be synchronous. More... over 8 years ago
Bugfix in execution of macros in KeyProcessor. More... over 8 years ago
Bugfix in coroutine handling. More... over 8 years ago
Take 'document' argument in 'validate_and_handle'. More... over 8 years ago
Bugfix in coroutine. Don't take a result from StopIteration. More... over 8 years ago
Indentation in input-validation example. More... over 8 years ago
Added Future.fail/succeed. More... over 8 years ago
Removed duplicate code in buffer.py (_only_one_at_a_time). More... over 8 years ago
Added validate_while_typing functionality. More... over 8 years ago
Little improvement in coroutine handling. Require usage of 'From'. More... over 8 years ago
Provide both synchronous and asynchronous options for auto suggestion and auto completion. More... over 8 years ago
Removed disable_default_key_bindings in Prompt() + bugfix regarding passing 'loop' around. More... over 8 years ago
Moved toolbars.py under layout.widgets. More... over 8 years ago
Refactoring of the default key bindings. Always include default bindings. More... over 8 years ago
SimpleFilter was renamed to just Filter, fixes documentation. More... over 8 years ago
Always enable mouse bindings. Further, disable default bindings if currently focussed control is not a BufferControl. More... over 8 years ago
Bugfix in pager.py. Don't take 'app' argument. More... over 8 years ago
Don't shuffle tasks in event loop. This should fix #507. More... over 8 years ago
In MenuContainer, skip disabled menu items. More... over 8 years ago
Added style and selected_style parameters to 'Completion' + example. More... over 8 years ago
Many documentation fixes (references to Application). More... over 8 years ago
Accept a callable for every width/height argument. Removed get_width/get_height. More... over 8 years ago
Raise ValueError in bool(filter). More... over 8 years ago
Removed old filters/types.py file. More... over 8 years ago
Don't pass 'Application' around anymore. Store it in a global instead. More... over 8 years ago
Fix in unit test. More... over 8 years ago