| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #175 from rr-/patch-1 | Andrew Dunai | 2018-01-04 | 1 | -4/+4 |
| |\ |
|
| | * | Correct error messages in Decoration | Marcin Kurczewski | 2016-02-14 | 1 | -4/+4 |
| * | | Python dual support (#266) | Andrew Dunai | 2018-01-04 | 1 | -6/+7 |
| |/ |
|
| * | fix lots of small typos | Paul Ivanov | 2014-02-21 | 1 | -3/+3 |
| * | fix Padding invalidation on width/align change | Ian Ward | 2013-12-26 | 1 | -0/+2 |
| * | fix some tests for python3 | Ian Ward | 2012-10-21 | 1 | -1/+1 |
| * | reference: improve container docstrings | Ian Ward | 2012-10-16 | 1 | -14/+14 |
| * | reference: improve decorations, add CommandMap | Ian Ward | 2012-10-16 | 1 | -27/+47 |
| * | Filler: use 'pack' instead of 'flow' to be consistent with container changes | Ian Ward | 2012-10-12 | 1 | -14/+14 |
| * | new widget: WidgetDisable | Ian Ward | 2012-10-10 | 1 | -0/+21 |
| * | fix doctests that weren't being run earlier | Ian Ward | 2012-07-14 | 1 | -3/+3 |
| * | doc: fix syntax of code examples in AttrMap | Patrick Totzke | 2012-05-29 | 1 | -8/+8 |
| * | doc: sphinx docstrings for BoxAdapter | Patrick Totzke | 2012-05-26 | 1 | -2/+4 |
| * | docs: sphinx markup for decorators parameters | Patrick Totzke | 2012-05-20 | 1 | -23/+43 |
| * | test and fixes for Filler.__repr__() | Ian Ward | 2012-03-14 | 1 | -3/+3 |
| * | merge feature-containers | Ian Ward | 2012-03-07 | 1 | -300/+304 |
| |\ |
|
| | * | {align,width,valign,height}_amount: use None as a placeholder instead of 0 | Ian Ward | 2012-01-06 | 1 | -4/+4 |
| | * | Overlay: add .contents, remove now unused old padding/filler calculations | Ian Ward | 2012-01-05 | 1 | -97/+22 |
| | * | imported patch containers-overlay-in-progress | Ian Ward | 2012-01-05 | 1 | -64/+0 |
| | * | Filler: add top/bottom parameters like Padding's left/right, use 'flow' inste... | Ian Ward | 2012-01-04 | 1 | -50/+194 |
| | * | clean up trailing whitespace | Ian Ward | 2012-01-03 | 1 | -111/+111 |
| | * | document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin... | Ian Ward | 2011-12-27 | 1 | -2/+1 |
| * | | fix for #76: Padding, Edit cursor position/packing issue | Ian Ward | 2012-02-01 | 1 | -0/+2 |
| |/ |
|
| * | fix doctest for changed Padding width default | Ian Ward | 2011-12-18 | 1 | -2/+2 |
| * | change Padding width default to ('relative', 100) | Ian Ward | 2011-12-17 | 1 | -1/+1 |
| * | Filler mouse event window size bug fix | Ian Ward | 2011-11-02 | 1 | -1/+1 |
| * | remove some cruft | Ian Ward | 2011-09-21 | 1 | -3/+0 |
| * | WidgetPlaceholder: a do-nothing decoration | Ian Ward | 2011-09-21 | 1 | -0/+15 |
| * | factor out delegate-to-widget pattern into a mixin factory function | Ian Ward | 2011-09-20 | 1 | -15/+3 |
| * | fix: Padding with clipped fixed widget, fixed widget in AttrMap | Ian Ward | 2011-07-16 | 1 | -1/+2 |
| * | include PopUpTarget widget and popup.py example, MainLoop option | Ian Ward | 2011-07-07 | 1 | -1/+0 |
| * | remaining doc test fixes, disable glib+twisted loops in python3 | Ian Ward | 2011-01-20 | 1 | -34/+34 |
| * | fix test_urwid unit tests under python3 | Ian Ward | 2011-01-14 | 1 | -3/+3 |
| * | IT WORKS!!! | Wendell | 2010-08-04 | 1 | -2/+2 |
| * | Now passes all tests in python 2.6 | Wendell | 2010-08-04 | 1 | -6/+6 |
| * | fix for Padding(width=PACK) rows() bug | Sitti Amarittapark | 2010-07-07 | 1 | -3/+4 |
| * | catch TypeError for invalid types used (used to be caught by blanket except:) | Ian Ward | 2010-03-10 | 1 | -4/+4 |
| * | Remove unnecessary use of "except:" (without an exception class). | Marien Zwart | 2010-03-07 | 1 | -4/+4 |
| * | Stop calling type() on literals. | Marien Zwart | 2010-03-07 | 1 | -9/+9 |
| * | Restore NameError on set() in python 2.3 (untested!) | Marien Zwart | 2010-03-07 | 1 | -0/+3 |
| * | Stop using backticks for reprs. | Marien Zwart | 2010-03-07 | 1 | -10/+10 |
| * | Convert implicit relative to absolute imports. | Marien Zwart | 2010-03-07 | 1 | -5/+5 |
| * | Import cleanup: remove most uses of "import *", remove unused imports. | Marien Zwart | 2010-02-11 | 1 | -2/+5 |
| * | fix for Box Adapter used with widgets missing sizing (backwards compat) | Ian Ward | 2010-01-14 | 1 | -2/+2 |
| * | fix Filler sizing bug | Ian Ward | 2009-11-13 | 1 | -1/+3 |
| * | make Filler a WidgetDecoration, add TwistedEventLoop to CHANGELOG | Ian Ward | 2009-11-13 | 1 | -34/+34 |
| * | simplify AttrMap passing function calls to wrapped widget | Ian Ward | 2009-08-22 | 1 | -27/+11 |
| * | AttrWrap get_pref_col bug fix | Ian Ward | 2009-07-29 | 1 | -1/+1 |
| * | add missing methods to AttrMap | Ian Ward | 2009-07-25 | 1 | -1/+28 |
| * | fixes for AttrMap and AttrWrap | Ian Ward | 2009-07-25 | 1 | -44/+134 |