summaryrefslogtreecommitdiff
path: root/urwid/container.py
Commit message (Expand)AuthorAgeFilesLines
...
* copy the shared command_map instance to Widget._command_map and update standa...Ian Ward2011-09-211-10/+9
* Overlay: new set_overlay_parameters() methodIan Ward2011-09-211-7/+18
* fix for empty PileIan Ward2011-07-111-2/+7
* fix for text as top widget in OverlayIan Ward2011-07-091-2/+1
* fix for pile breaking when flow/fixed widgets are too largeIan Ward2011-07-071-1/+6
* give Columns same contents property as PileIan Ward2011-07-071-27/+25
* fix: #66 make adding to a Pile easierIan Ward2011-07-071-31/+38
* fix: #67 overlay breaks with large flow widget as topIan Ward2011-07-061-2/+4
* my mistake: // is supported in 2.4Ian Ward2011-01-111-2/+2
* python 2.4 and 2.5 compatibility workIan Ward2011-01-111-6/+6
* merge from masterIan Ward2010-12-281-0/+11
|\
| * Provide get_focus functions for Frame, GridFlow.Jon McManus2010-12-191-0/+11
* | Now passes all tests in python 2.6Wendell2010-08-041-1/+2
|\ \ | |/
* | Merge remote branch 'wardi/master'Wendell2010-07-231-9/+25
|\ \ | |/
| * Allow to specify ('flow', w) in Columns widget_list.aszlig2010-07-081-7/+23
| * Fix documentation error with min_width in Columns.aszlig2010-07-081-3/+3
* | FixesWendell2010-07-221-3/+4
|/
* Stop calling type() on literals.Marien Zwart2010-03-071-7/+7
* Stop using backticks for reprs.Marien Zwart2010-03-071-3/+3
* Convert implicit relative to absolute imports.Marien Zwart2010-03-071-6/+6
* Remove unused local variables (do not merge blindly! perhaps some of them *sh...Marien Zwart2010-02-111-3/+0
* Fix Overlay.get_cursor_coords based on help from wardi on irc.Marien Zwart2010-02-111-0/+1
* Import cleanup: remove most uses of "import *", remove unused imports.Marien Zwart2010-02-111-3/+7
* fix for Overlay containing fixed widget sending wrong size to pack()Ian Ward2009-04-051-1/+1
* new WidgetContainer classIan Ward2009-04-051-1/+62
* untab container.pyIan Ward2009-03-191-1252/+1252
* fix for Overlay.keypress bug found by Andreas KlöcknerIan Ward2009-03-121-1/+2
* fix for some renamed attribute bugsIan Ward2009-01-161-1/+1
* various fixes from Andreas KlöcknerIan Ward2008-12-071-2/+2
* split basic widget classes further into container and decoration modulesian2008-04-151-654/+1
* add test trigger codeian2008-04-121-0/+10
* split container and wimp widgets into their own files, minor docstring changesian2008-04-111-0/+1947