1
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix in WordCompleter, when case insensitive and input contained uppercase. More... about 10 years ago
Allow floats to set the cursor position for other floats. More... about 10 years ago
Add aws-shell to list of projects. More... about 10 years ago
Misc typo. More... about 10 years ago
Respect _StdoutProxy.raw when flushing More... about 10 years ago
Added a Registry.remove_binding method to dynamically remove key bindings. More... about 10 years ago
Added installation instructions for Conda. More... about 10 years ago
Correctly handle HSplit/VSplit instances without children. More... about 10 years ago
A few small code style fixes. (PEP8) More... about 10 years ago
Accept weights in HSplit/VSplit. More... about 10 years ago
Added 'bell' function to Output. More... about 10 years ago
Add vcli to project list More... about 10 years ago
Display "Window too small" when the window becomes too small. More... about 10 years ago
Take CLI parameter in Float.get_width/height. More... about 10 years ago
Accept (token,text,mouse_handler) tuples in some layout.utils functions. More... about 10 years ago
Added MouseEvent.__repr__ More... about 10 years ago
Python 2.6 compatibility fix. More... about 10 years ago
Better caching of tokens in TokenListControl. More... about 10 years ago
Added mouse support for TokenListControl. More... about 10 years ago
Allow negative xpos/ypos values in WritePosition. More... about 10 years ago
Better caching of tokens in TokenListControl. More... about 10 years ago
Added Output.write_raw and accept raw parameter in CommandLineInterface.stdout_proxy. More... about 10 years ago
Added support for 'blink'. More... about 10 years ago
Never render characters outside the visible screen region. More... about 10 years ago
Small refactoring in PosixEventLoop (removed unused parameter). More... about 10 years ago
Accept get_width/get_height parameters in Float. More... about 10 years ago
Removed AbortAction.IGNORE options. We don't need them anymore now that KeyBindingManager has a enable_abort_and_exit_bindings parameter. More... about 10 years ago
Implemented bracketed paste mode. More... about 10 years ago
bugfix in the sqlite_cli.py example More... about 10 years ago
Only handle mouse events for known keys. More... about 10 years ago