9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add some error checking in render wrapper, canvas combining. Fix input_test.py listbox usage.
wardi
as ian
More... almost 18 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... almost 18 years ago
keep compatibility with old `BarGraph.get_data()` method
wardi
as ian
More... almost 18 years ago
move widget method decorators to widget.py
wardi
as ian
More... almost 18 years ago
fix tutorial TextCanvas parameters
wardi
as ian
More... almost 18 years ago
hide widget_info setting in Widget metaclass
wardi
as ian
More... almost 18 years ago
fix coding: lines, fix `ProgressBar`, update edit.py
wardi
as ian
More... almost 18 years ago
rename Widget.invalidate to Widget._invalidate and remove from example calc.py. Add Widget._emit method.
wardi
as ian
More... almost 18 years ago
improve __repr__ of ListDetectModifications and SimpleListWalker
wardi
as ian
More... almost 18 years ago
allow external event loops with raw_display & fix bugs. Closes #16
wardi
as ian
More... almost 18 years ago
minor tutorial changes
wardi
as ian
More... almost 18 years ago
start() and stop() for web_display and html_fragment
wardi
as ian
More... almost 18 years ago
remove docgen_ generated docs from svn
wardi
as ian
More... almost 18 years ago
new start and stop methods in raw_display and curses_display, for those that don't want to use run_wrapper
wardi
as ian
More... almost 18 years ago
CanvasCache deuglification - automatic caching of render and rows
wardi
as ian
More... almost 18 years ago
update docgen_reference
wardi
as ian
More... almost 18 years ago
update test_urwid for Canvas and Columns changes
wardi
as ian
More... almost 18 years ago
update tutorial for Canvas, Pile and Columns changes
wardi
as ian
More... almost 18 years ago
update web_display and html_fragment for new Canvas classes
wardi
as ian
More... almost 18 years ago
default to select the first selectable widget in Columns, Pile and ListBox. Closes #18.
wardi
as ian
More... almost 18 years ago
fix rare "ListBox contents too short" error. Closes #19.
wardi
as ian
More... almost 18 years ago
update fib.py and browse.py for ListWalker changes, use WidgetWrap in browse.py
wardi
as ian
More... almost 18 years ago
detect Pile changes
wardi
as ian
More... almost 18 years ago
start of detecting Columns changes
wardi
as ian
More... almost 18 years ago
cache BarGraph, WidgetWrap
wardi
as ian
More... almost 18 years ago
use new MetaSuper/MetaSignals classes. ListBox/ListWalker caching. Widget changes
wardi
as ian
More... almost 18 years ago
Signals class. MetaSuper and MetaSignals metaclasses. ListDetectModifications class.
wardi
as ian
More... almost 18 years ago
fix listbox and check box bugs, update copyright dates, remove T/F def'ns
wardi
as ian
More... almost 18 years ago
fix bugs in WidgetWrap and graph.py
wardi
as ian
More... almost 18 years ago
add Widget base class, cache more widget canvases
wardi
as ian
More... almost 18 years ago