index
:
delta/python-packages/urwid.git
faster-import
fix-error-term-settings
fix-py34-tests
fix-screenshot-race
fix_404_high_color
freebsd_fix
ftr-containers
ftr-sphinx
gh-pages
hashbang-env
locale-fix
master
old-0.9.9
old-1.0
old-1.1
old-1.2
py3
python-dual-support
python33-twisted-bug
remove-enter-idle
unittests-1
urwid-windows
github.com: wardi/urwid.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
urwid
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge pull request #389 from mdtrooper/fix-pack_linebox
tonycpsu
2020-07-26
2
-0
/
+25
|
\
\
|
*
|
Added a test to check the linebox.pack is good.
Miguel de Dios
2020-05-31
1
-0
/
+10
|
*
|
Added pack method to LineBox. Fixes: #346
Miguel de Dios
2020-05-28
1
-0
/
+15
*
|
|
Add workaround for #386
Tony Cebzanov
2020-07-26
1
-1
/
+1
*
|
|
Bump version to 2.1.2-dev for development
Tony Cebzanov
2020-07-26
1
-1
/
+1
*
|
|
Bump version for Urwid 2.1.1 release
Tony Cebzanov
2020-07-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Use comparison with a string instead of "is" test with a literal
Andrej Shadura
2020-06-19
1
-1
/
+1
*
|
Find nearest approximation for 24-bit colors in 256-color AttrSpecs
Tony Cebzanov
2020-06-13
1
-2
/
+16
*
|
Add wrap_around kwarg to SimpleListWalkers
Krzysztof Królczyk
2020-05-15
1
-3
/
+16
*
|
Merge pull request #401 from goncalopp/fix-400
Maxim Ivanov
2020-04-17
1
-1
/
+1
|
\
\
|
*
|
fix
goncalopp
2020-04-11
1
-1
/
+1
*
|
|
Remove invalid escape sequence
Andrey Lebedev
2020-04-17
1
-1
/
+1
*
|
|
Fix 256-color mode on some terminals. Addresses #404.
fix_404_high_color
Tony Cebzanov
2020-04-15
2
-3
/
+5
|
/
/
*
|
Make options a static method where applicable
Philip Matura
2020-03-02
1
-3
/
+6
*
|
Do not call wait_readable with a closed fd in TrioEventLoop
Michael Hudson-Doyle
2020-03-02
1
-1
/
+4
*
|
added TrioEventLoop.run_async(), removed nursery constructor arg (#392)
Tamás Nepusz
2020-03-02
1
-35
/
+58
*
|
Fixes Terminal in ListBox (#382)
James Johnson
2020-03-02
3
-10
/
+66
|
/
*
Fix GridFlow keypress handling when v_sep is 0
Aurelien Grenotton
2019-12-16
2
-0
/
+20
*
Instance of Terminal has no __super attr -- thanks pylint!
max ulidtko
2019-12-15
1
-1
/
+1
*
Terminal: use UTF-8 by default.
max ulidtko
2019-12-15
1
-5
/
+4
*
vterm: errno 5 is not EOF.
max ulidtko
2019-12-15
1
-2
/
+3
*
vterm: reduce __init__ boilerplate
max ulidtko
2019-12-15
1
-17
/
+3
*
Removed debug documentation change test
James Johnson
2019-12-15
1
-1
/
+1
*
Updated documentation on Terminal
James Johnson
2019-12-15
1
-9
/
+16
*
Bump version to 2.1.1-dev for development.
Tony Cebzanov
2019-11-14
1
-1
/
+1
*
Version 2.1.0
release-2.1.0
Tony Cebzanov
2019-11-13
1
-1
/
+1
*
Add some missing documentation for usage of 24-bit color.
Tony Cebzanov
2019-11-13
2
-3
/
+4
*
Merge branch 'fix/terminal-unicode-python3'
Tony Cebzanov
2019-11-05
1
-2
/
+12
|
\
|
*
added support for input encoding in Terminal widget
Tamas Nepusz
2019-06-18
1
-2
/
+12
*
|
Fix Frame mouse_event when footer is trimmed
Philip Matura
2019-11-05
1
-1
/
+1
*
|
Implement get_cursor_coords for Frame widget
Philip Matura
2019-11-05
1
-0
/
+27
*
|
Merge branch 'low_hanging_fruits_1' [353]
Tony Cebzanov
2019-11-05
1
-1
/
+3
|
\
\
|
*
|
add custom checkbox symbol
Krzysztof Królczyk
2019-08-15
1
-1
/
+3
*
|
|
Merge pull request #372 from collmot/feature/trio-event-loop
tonycpsu
2019-11-05
4
-5
/
+297
|
\
\
\
|
*
|
|
TrioEventLoop: removed convoluted cancel scope handling
Tamas Nepusz
2019-11-05
2
-24
/
+44
|
*
|
|
use Trio's instrumentation API to emulate idle callbacks
Tamas Nepusz
2019-10-29
1
-20
/
+19
|
*
|
|
ensure that TrioEventLoop is not needed on Python 3.4 and older
Tamas Nepusz
2019-10-24
1
-1
/
+5
|
*
|
|
added TrioEventLoop
Tamas Nepusz
2019-10-24
4
-1
/
+270
*
|
|
|
Merge branch 'patch-1' [370]
Tony Cebzanov
2019-11-05
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Fix Python 3.8 SyntaxWarning: 'str' object is not callable
Anders Kaseorg
2019-10-22
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Merge branch 'minor-fixes'
Tony Cebzanov
2019-11-04
6
-16
/
+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix apply_text_layout
Philip Matura
2019-10-15
1
-1
/
+2
|
*
|
|
Remove some special handling for TreeListBox
Philip Matura
2019-10-09
2
-10
/
+11
|
*
|
|
Remove dead code
Philip Matura
2019-10-09
1
-2
/
+0
|
*
|
|
Fix .pack call in Columns.column_widths
Philip Matura
2019-10-09
1
-1
/
+1
|
*
|
|
Fix use of ignore_focus, for widgets inheriting from Text
Philip Matura
2019-10-09
2
-0
/
+2
|
*
|
|
Use True instead of 1
Philip Matura
2019-10-09
1
-1
/
+1
|
*
|
|
Use ._selectable member for Edit widget
Philip Matura
2019-10-09
1
-2
/
+1
|
|
/
/
*
|
|
Merge branch 'ellipsis'
Tony Cebzanov
2019-10-17
3
-10
/
+31
|
\
\
\
|
*
|
|
Add ellipsis wrapping mode documentation
Philip Matura
2019-10-15
1
-3
/
+4
[prev]
[next]