9
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new Padding class with left and right values
wardi
as ian
More... about 16 years ago
split out split_repr, shorten Text properties .align and .wrap
wardi
as ian
More... about 16 years ago
tidy widget function decotators, adjust SolidFill repr
wardi
as ian
More... about 16 years ago
break some code for the sake of clarity
wardi
as ian
More... about 16 years ago
decoration work
wardi
as ian
More... about 16 years ago
decoration work
wardi
as ian
More... about 16 years ago
create WidgetDecoration class
wardi
as ian
More... about 16 years ago
split basic widget classes further into container and decoration modules
wardi
as ian
More... about 16 years ago
Button cleanup, more doctest work
wardi
as ian
More... about 16 years ago
add test trigger code
wardi
as ian
More... about 16 years ago
split container and wimp widgets into their own files, minor docstring changes
wardi
as ian
More... about 16 years ago
work on partial display support
wardi
as ian
More... about 16 years ago
make RadioButton inherit from CheckBox, share common code and improve docstrings
wardi
as ian
More... about 16 years ago
fix RadioButton display bug
wardi
as ian
More... about 16 years ago
wsgi first signs of life
wardi
as ian
More... about 16 years ago
initial wsgi work
wardi
as ian
More... about 16 years ago
widget cleanups/improvements
wardi
as ian
More... about 16 years ago
AttrSpec.get_rgb_values()
wardi
as ian
More... over 16 years ago
small step towards partial screen display
wardi
as ian
More... over 16 years ago
fix for #30
wardi
as ian
More... over 16 years ago
non-alternate buffer work
wardi
as ian
More... over 16 years ago
split up util.py: command_map.py main_loop.py monitored_list.py signals.py text_layout.py; add display_common.py module
wardi
as ian
More... over 16 years ago
pile bug fix
wardi
as ian
More... over 16 years ago
start of input handling for status and cursor position reporting
wardi
as ian
More... over 16 years ago
shell.py use generic_main_loop(). generic_main_loop() allow already start()ed screens
wardi
as ian
More... over 16 years ago
add doctests to CheckBox
wardi
as ian
More... over 16 years ago
fix signal user_data bug, add doctests to CheckBox
wardi
as ian
More... over 16 years ago
default timeout for raw_display and curses_display changed from 0.5s to "never" in order to reduce unnecessary wakeups. If you really need to wake 2 times per second you will have to call set_input_timeouts() yourself.
wardi
as ian
More... over 16 years ago
fix WidgetWrap.rows() and tour.py bugs
wardi
as ian
More... over 16 years ago
clean up tour.py, use generic_main_loop
wardi
as ian
More... over 16 years ago