| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Python dual support (#266) | Andrew Dunai | 2018-01-04 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | * WIP * Metaclasses * String literal fixes * Remove 2to3 and make tests compatible with both Python 2 & 3 * Removed debug code. * Added tests for ProgressBar * Fixed examples. * future division & font literals fix * Cleaner fonts initialization. | ||||
| * | Merge pull request #220 from jwilk-forks/master | Andrew Dunai | 2018-01-02 | 1 | -1/+1 |
| |\ | | | | | Fix typos | ||||
| | * | Fix typos | Jakub Wilk | 2017-02-28 | 1 | -1/+1 |
| | | | |||||
| * | | fixed docstring typo | mobyte0 | 2017-07-26 | 1 | -1/+1 |
| |/ | |||||
| * | fix iterator in WidgetContainerListContentsMixin | Marlox | 2016-08-15 | 1 | -2/+2 |
| | | | | | | (x)range is an iterable __iterator__ should return an iterator (iter(iterable)) | ||||
| * | Fix GridFlow focus issue | James E. Blair | 2014-08-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | The GridFlow widget create a Pile which contains Columns, one per row of the grid. Because it creates the Columns widgets empty, the Columns widgets all have their focus_position set to the default of 0. The only time the GridFlow widget will update the focus of the Columns widgets when constructing them is if the widget it is adding is the focus widget of the GridFlow. This means that if a GridFlow ends up with a row whose first widget is not selectable and the current GridFlow focus position is not in that row, then the entire Columns widget for that row will be considered not selectable (as its focus position will remain 0). Correct this by ensuring that the first selectable widget gets the focus when a GridFlow creats a Columns widget (or the actual GridFlow focus widget if it is in the row). A similar fix is not needed for the Pile focus because as long as the GridFlow focus position is set, the Pile focus will be as well. Fixes issue #61. | ||||
| * | Fix some Python 3 things that work fine in 2.6 anyway. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -10/+10 |
| | | |||||
| * | Fix all trailing whitespace. | Eevee (Alex Munroe) | 2014-05-11 | 1 | -1/+1 |
| | | |||||
| * | fix lots of small typos | Paul Ivanov | 2014-02-21 | 1 | -3/+3 |
| | | |||||
| * | fix #45 GridFlow argument v_sep not working as documented | Ian Ward | 2014-01-04 | 1 | -0/+4 |
| | | |||||
| * | fix for packed columns not resizing when content changes #49 | Ian Ward | 2014-01-02 | 1 | -1/+2 |
| | | |||||
| * | fix for #39 Pile.mouse_event error on empty pile | Ian Ward | 2013-12-24 | 1 | -0/+2 |
| | | |||||
| * | fix+test for zero-weighted items in Pile | Ian Ward | 2013-12-24 | 1 | -1/+3 |
| | | |||||
| * | second fix for Columns.move_cursor_to_coords | Ian Ward | 2013-01-27 | 1 | -1/+1 |
| | | | | | | --HG-- extra : transplant_source : %FB%12%87%29d%C0%F8%7D/%C2%1C%05T%DCW%84MjEr | ||||
| * | fix for Columns.move_cursor_to_coords not handling left/right | Ian Ward | 2013-01-27 | 1 | -5/+3 |
| | | |||||
| * | add get_focus_widgets container method | Matthijs Kooijman | 2012-12-13 | 1 | -0/+17 |
| | | | | | | | --- urwid/container.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) | ||||
| * | fix: Pile not changing focus with mouse since container changes | Ian Ward | 2012-11-14 | 1 | -1/+1 |
| | | |||||
| * | fix: Overlay.get_cursor_coords has never worked | Ian Ward | 2012-11-02 | 1 | -1/+1 |
| | | | | | | --HG-- extra : transplant_source : %E0%1C%B7H%87d%F9%19NR%B2%86%B3w%EE%A7%1D%9E%9B%FB | ||||
| * | fix Columns.get_cursor_coords, move_cursor_to_coords, mouse_event, ↵ | Ian Ward | 2012-10-20 | 1 | -10/+23 |
| | | | | | get_pref_col focused box column case | ||||
| * | fix Columns.keypress focused box column case | Ian Ward | 2012-10-20 | 1 | -2/+5 |
| | | |||||
| * | fix for columns rows() and get_cursor_coords() regressions | Ian Ward | 2012-10-17 | 1 | -5/+3 |
| | | |||||
| * | reference: improve container docstrings | Ian Ward | 2012-10-16 | 1 | -15/+22 |
| | | |||||
| * | manual, tutorial: minor updates/fixes | Ian Ward | 2012-10-14 | 1 | -1/+1 |
| | | |||||
| * | fix Pile/Columns descriptions | Ian Ward | 2012-10-14 | 1 | -2/+2 |
| | | |||||
| * | clean up some docstrings | Ian Ward | 2012-10-11 | 1 | -62/+48 |
| | | |||||
| * | add missing Overlay.options method | Ian Ward | 2012-10-11 | 1 | -29/+38 |
| | | |||||
| * | Pile, Overlay, Columns fixes for more widget-squishing tests | Ian Ward | 2012-09-21 | 1 | -6/+12 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | columns: allow cursor right to hidden columns | Ian Ward | 2012-09-21 | 1 | -1/+1 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | columns: keep column in focus visible | Ian Ward | 2012-09-21 | 1 | -4/+12 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | fix sphinx warnings | Ian Ward | 2012-07-14 | 1 | -1/+3 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | fixes from default branch | Ian Ward | 2012-07-14 | 1 | -3/+3 |
| |\ | | | | | | | | | --HG-- branch : feature-sphinx | ||||
| | * | fix Overlay top and bottom padding | Matthijs Kooijman | 2012-06-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Due to a copy-paste error, the Overlay widget would apply the left and right padding to the top and bottom as well as to the left and right. --- urwid/container.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) | ||||
| | * | fix: Gridflow Pile.options bug | Ian Ward | 2012-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | doc: sphinx docstrings for Overlay | Patrick Totzke | 2012-05-26 | 1 | -43/+55 |
| | | | |||||
| * | | doc: sphinx docstrings for GridFlow | Patrick Totzke | 2012-05-26 | 1 | -33/+38 |
| | | | |||||
| * | | doc: sphinx docstrings for Pile | Patrick Totzke | 2012-05-26 | 1 | -53/+64 |
| | | | |||||
| * | | doc: sphinx docstrings for Columns | Patrick Totzke | 2012-05-26 | 1 | -67/+95 |
| | | | |||||
| * | | doc: sphinx docstrings for urwid.Frame | Patrick Totzke | 2012-05-26 | 1 | -33/+54 |
| |/ | |||||
| * | fix: GridFlow initially in unstable state | Ian Ward | 2012-03-23 | 1 | -2/+4 |
| | | |||||
| * | clean up many warnings from pyflakes | Ian Ward | 2012-03-17 | 1 | -3/+3 |
| | | |||||
| * | fix: Columns.box_columns property compatibility problem | Ian Ward | 2012-03-17 | 1 | -3/+0 |
| | | |||||
| * | fix: more Overlay compatibility problems | Ian Ward | 2012-03-17 | 1 | -6/+6 |
| | | |||||
| * | fix: GridFlow.cell_width compatibility | Ian Ward | 2012-03-17 | 1 | -1/+1 |
| | | |||||
| * | fix: missing import for new Overlay compatibility code | Ian Ward | 2012-03-17 | 1 | -1/+1 |
| | | |||||
| * | tests and fix for set/get_focus_pathftr-containers | Ian Ward | 2012-03-07 | 1 | -2/+2 |
| | | | | | | --HG-- branch : feature-containers | ||||
| * | container .focus_position API not easily changed to raise KeyError. ↵ | Ian Ward | 2012-03-01 | 1 | -2/+2 |
| | | | | | | | | IndexError will remain --HG-- branch : feature-containers | ||||
| * | container widgets: [get|set]_focus_path methods | Ian Ward | 2012-03-01 | 1 | -0/+35 |
| | | | | | | --HG-- branch : feature-containers | ||||
| * | other containers: add iter and reversed methods | Ian Ward | 2012-03-01 | 1 | -5/+44 |
| | | | | | | --HG-- branch : feature-containers | ||||
| * | WidgetContainerMixin: factor out common container methods | Ian Ward | 2012-02-07 | 1 | -33/+22 |
| | | | | | | --HG-- branch : feature-containers | ||||
| * | GridFlow: fixes, more tests; Make all container options() normal methods | Ian Ward | 2012-01-07 | 1 | -19/+29 |
| | | | | | | --HG-- branch : feature-containers | ||||
