9
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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... about 17 years ago
CanvasCache deuglification - automatic caching of render and rows
wardi
as ian
More... about 17 years ago
update docgen_reference
wardi
as ian
More... about 17 years ago
update test_urwid for Canvas and Columns changes
wardi
as ian
More... about 17 years ago
update tutorial for Canvas, Pile and Columns changes
wardi
as ian
More... about 17 years ago
update web_display and html_fragment for new Canvas classes
wardi
as ian
More... about 17 years ago
default to select the first selectable widget in Columns, Pile and ListBox. Closes #18.
wardi
as ian
More... about 17 years ago
fix rare "ListBox contents too short" error. Closes #19.
wardi
as ian
More... about 17 years ago
update fib.py and browse.py for ListWalker changes, use WidgetWrap in browse.py
wardi
as ian
More... about 17 years ago
detect Pile changes
wardi
as ian
More... about 17 years ago
start of detecting Columns changes
wardi
as ian
More... about 17 years ago
cache BarGraph, WidgetWrap
wardi
as ian
More... about 17 years ago
use new MetaSuper/MetaSignals classes. ListBox/ListWalker caching. Widget changes
wardi
as ian
More... about 17 years ago
Signals class. MetaSuper and MetaSignals metaclasses. ListDetectModifications class.
wardi
as ian
More... about 17 years ago
fix listbox and check box bugs, update copyright dates, remove T/F def'ns
wardi
as ian
More... about 17 years ago
fix bugs in WidgetWrap and graph.py
wardi
as ian
More... about 17 years ago
add Widget base class, cache more widget canvases
wardi
as ian
More... about 17 years ago
svn, please really delete str_util.py this time
wardi
as ian
More... about 17 years ago
Canvas breakage: rename Canvas to TextCanvas. add widget_info, coords and shortcuts to new Canvas base class. add children to CompositeCanvas
wardi
as ian
More... about 17 years ago
remove Makefile - setup.py takes care of compiling
wardi
as ian
More... about 17 years ago
merged rbreu-cmodule changes 55:75. closes #2
wardi
as ian
More... about 17 years ago
clean up exception handling in curses_display
wardi
as ian
More... about 17 years ago
ffesti: add support for drawing in the bottom-right corner to curses_display
wardi
as ian
More... about 17 years ago
fix for bottom-right corner bug in raw_display
wardi
as ian
More... about 17 years ago
ffesti: Add optional user_data parameter to callback functions
wardi
as ian
More... about 17 years ago
listbox changes missing from r65
wardi
as ian
More... over 17 years ago
fix cache refs leak, show cache stats in bench_1,2.
wardi
as ian
More... over 17 years ago
new CompositeCanvas, CanvasCache classes. Drop python 2.1 support
wardi
as ian
More... over 17 years ago
add clear() method to Screen classes, closes #17
wardi
as ian
More... over 17 years ago
(really) minor curses_display bug fix, bump version number
wardi
as ian
More... over 17 years ago