summaryrefslogtreecommitdiff
path: root/urwid/decoration.py
Commit message (Expand)AuthorAgeFilesLines
* fix lots of small typosPaul Ivanov2014-02-211-3/+3
* fix Padding invalidation on width/align changeIan Ward2013-12-261-0/+2
* fix some tests for python3Ian Ward2012-10-211-1/+1
* reference: improve container docstringsIan Ward2012-10-161-14/+14
* reference: improve decorations, add CommandMapIan Ward2012-10-161-27/+47
* Filler: use 'pack' instead of 'flow' to be consistent with container changesIan Ward2012-10-121-14/+14
* new widget: WidgetDisableIan Ward2012-10-101-0/+21
* fix doctests that weren't being run earlierIan Ward2012-07-141-3/+3
* doc: fix syntax of code examples in AttrMapPatrick Totzke2012-05-291-8/+8
* doc: sphinx docstrings for BoxAdapterPatrick Totzke2012-05-261-2/+4
* docs: sphinx markup for decorators parametersPatrick Totzke2012-05-201-23/+43
* test and fixes for Filler.__repr__()Ian Ward2012-03-141-3/+3
* merge feature-containersIan Ward2012-03-071-300/+304
|\
| * {align,width,valign,height}_amount: use None as a placeholder instead of 0Ian Ward2012-01-061-4/+4
| * Overlay: add .contents, remove now unused old padding/filler calculationsIan Ward2012-01-051-97/+22
| * imported patch containers-overlay-in-progressIan Ward2012-01-051-64/+0
| * Filler: add top/bottom parameters like Padding's left/right, use 'flow' inste...Ian Ward2012-01-041-50/+194
| * clean up trailing whitespaceIan Ward2012-01-031-111/+111
| * document deprecation of {Flow,Fixed,Box}Widget as base classes and add missin...Ian Ward2011-12-271-2/+1
* | fix for #76: Padding, Edit cursor position/packing issueIan Ward2012-02-011-0/+2
|/
* fix doctest for changed Padding width defaultIan Ward2011-12-181-2/+2
* change Padding width default to ('relative', 100)Ian Ward2011-12-171-1/+1
* Filler mouse event window size bug fixIan Ward2011-11-021-1/+1
* remove some cruftIan Ward2011-09-211-3/+0
* WidgetPlaceholder: a do-nothing decorationIan Ward2011-09-211-0/+15
* factor out delegate-to-widget pattern into a mixin factory functionIan Ward2011-09-201-15/+3
* fix: Padding with clipped fixed widget, fixed widget in AttrMapIan Ward2011-07-161-1/+2
* include PopUpTarget widget and popup.py example, MainLoop optionIan Ward2011-07-071-1/+0
* remaining doc test fixes, disable glib+twisted loops in python3Ian Ward2011-01-201-34/+34
* fix test_urwid unit tests under python3Ian Ward2011-01-141-3/+3
* IT WORKS!!!Wendell2010-08-041-2/+2
* Now passes all tests in python 2.6Wendell2010-08-041-6/+6
* fix for Padding(width=PACK) rows() bugSitti Amarittapark2010-07-071-3/+4
* catch TypeError for invalid types used (used to be caught by blanket except:)Ian Ward2010-03-101-4/+4
* Remove unnecessary use of "except:" (without an exception class).Marien Zwart2010-03-071-4/+4
* Stop calling type() on literals.Marien Zwart2010-03-071-9/+9
* Restore NameError on set() in python 2.3 (untested!)Marien Zwart2010-03-071-0/+3
* Stop using backticks for reprs.Marien Zwart2010-03-071-10/+10
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-5/+5
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-2/+5
* fix for Box Adapter used with widgets missing sizing (backwards compat)Ian Ward2010-01-141-2/+2
* fix Filler sizing bugIan Ward2009-11-131-1/+3
* make Filler a WidgetDecoration, add TwistedEventLoop to CHANGELOGIan Ward2009-11-131-34/+34
* simplify AttrMap passing function calls to wrapped widgetIan Ward2009-08-221-27/+11
* AttrWrap get_pref_col bug fixIan Ward2009-07-291-1/+1
* add missing methods to AttrMapIan Ward2009-07-251-1/+28
* fixes for AttrMap and AttrWrapIan Ward2009-07-251-44/+134
* new AttrMap class (stacking not yet supported)Ian Ward2009-07-241-15/+63
* fix Padding bugs, remove no-longer relavant testsIan Ward2009-03-291-2/+3
* update bigtext example, make widget._emit always include self in parametersIan Ward2009-02-281-0/+3