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