9
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
start of new shell.py example, more doctests
wardi
as ian
More... over 16 years ago
Edit doctest and api cleanup work
wardi
as ian
More... over 16 years ago
more doctests
wardi
as ian
More... over 16 years ago
(unverified but harmless) fix for scrolling issue on some terminals
wardi
as ian
More... over 16 years ago
continue removing tuple parameters
wardi
as ian
More... over 16 years ago
start removing tuple parameters (for python3)
wardi
as ian
More... over 16 years ago
start of widget __repr__ improvements
wardi
as ian
More... over 16 years ago
fix for "set filler.body" bug #25
wardi
as ian
More... almost 17 years ago
allow box widgets to render zero-row canvases
wardi
as ian
More... about 17 years ago
new tty_signal_keys() method allows set/get tty signal keys. Can now read ^C, ^S, ^A, ^Z, ^\
wardi
as ian
More... about 17 years ago
turn Signals into regular class, add Commands class, HListBox work
wardi
as ian
More... about 17 years ago
some more HListBox work
wardi
as ian
More... about 17 years ago
some more work on HListBox
wardi
as ian
More... about 17 years ago
some more work on HListBox
wardi
as ian
More... about 17 years ago
start of HListBox class
wardi
as ian
More... about 17 years ago
fix raw_display stop(), start() bugs
wardi
as ian
More... about 17 years ago
add cursor wrapping at eol to edit.py example
wardi
as ian
More... about 17 years ago
fix for Filler widget not trimming canvases
wardi
as ian
More... about 17 years ago
fix for #23
wardi
as ian
More... about 17 years ago
fix docgen_tutorial
wardi
as ian
More... about 17 years ago
fix Columns bugs
wardi
as ian
More... about 17 years ago
add some error checking in render wrapper, canvas combining. Fix input_test.py listbox usage.
wardi
as ian
More... about 17 years ago
add PollingListWalker (backwards compatible default list walker), allow old list walker classes to be used with ListBox, rename `ListDetectModifications` to MonitoredList, allow 0-width widgets within Padding widget (fix for empty BigText)
wardi
as ian
More... about 17 years ago
keep compatibility with old `BarGraph.get_data()` method
wardi
as ian
More... about 17 years ago
move widget method decorators to widget.py
wardi
as ian
More... about 17 years ago
fix tutorial TextCanvas parameters
wardi
as ian
More... about 17 years ago
hide widget_info setting in Widget metaclass
wardi
as ian
More... about 17 years ago
fix coding: lines, fix `ProgressBar`, update edit.py
wardi
as ian
More... about 17 years ago
rename Widget.invalidate to Widget._invalidate and remove from example calc.py. Add Widget._emit method.
wardi
as ian
More... about 17 years ago
improve __repr__ of ListDetectModifications and SimpleListWalker
wardi
as ian
More... about 17 years ago