| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ellipsis wrapping mode documentation | Philip Matura | 2019-10-15 | 1 | -1/+7 |
| | | |||||
| * | Merge branch 'remove-pollinglistwalker' of https://github.com/hkoof/urwid ↵ | Tony Cebzanov | 2019-05-20 | 1 | -2/+0 |
| |\ | | | | | | | into hkoof-remove-pollinglistwalker | ||||
| | * | remove PollingListWalker class | Heiko Noordhof | 2014-11-06 | 1 | -2/+0 |
| | | | |||||
| * | | extended numerical editing: integers and floats | hootnot | 2018-02-04 | 1 | -0/+19 |
| |/ | |||||
| * | generate reference docs for AsyncioEventLoop | Ian Ward | 2014-10-17 | 1 | -0/+4 |
| | | |||||
| * | update signals reference docs for weak signals | Ian Ward | 2013-12-31 | 1 | -2/+6 |
| | | |||||
| * | add TornadoEventLoop to docs | Ian Ward | 2013-12-31 | 1 | -0/+5 |
| | | |||||
| * | reference: document SelectableIcon | Ian Ward | 2012-10-19 | 1 | -0/+5 |
| | | |||||
| * | reference: remove separate event loops section | Ian Ward | 2012-10-16 | 1 | -6/+3 |
| | | |||||
| * | anual: friendlier landing page | Ian Ward | 2012-10-16 | 1 | -0/+2 |
| | | |||||
| * | reference: document WidgetDisable | Ian Ward | 2012-10-16 | 1 | -0/+4 |
| | | |||||
| * | reference: improve decorations, add CommandMap | Ian Ward | 2012-10-16 | 2 | -0/+7 |
| | | |||||
| * | manual: add new container api and list walker apis | Ian Ward | 2012-08-28 | 1 | -2/+4 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | manual: finish updating and correcting links | Ian Ward | 2012-08-28 | 1 | -4/+16 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | manual: display modules update, add lcd_screen, move event loops into main ↵ | Ian Ward | 2012-08-28 | 1 | -0/+13 |
| | | | | | | | | | loop docs --HG-- branch : feature-sphinx rename : docs/manual/textencodings.rst => docs/manual/encodings.rst | ||||
| * | manual: start correcting links, minor text changes | Ian Ward | 2012-08-26 | 2 | -0/+4 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | reference: signals, global settings, attrspec | Ian Ward | 2012-07-17 | 4 | -0/+32 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | reference: text layout and display modules | Ian Ward | 2012-07-17 | 4 | -0/+77 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | add canvas classes to reference | Ian Ward | 2012-07-17 | 2 | -0/+3 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | add list walkers to reference | Ian Ward | 2012-07-17 | 3 | -0/+29 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | add missing widgets to reference | Ian Ward | 2012-07-17 | 3 | -7/+102 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | more work on basic widget reference | Ian Ward | 2012-07-15 | 1 | -6/+16 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | More headings to make important classes easier to find | Ian Ward | 2012-07-14 | 2 | -3/+66 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | group widgets together in reference, add metaclass docs | Ian Ward | 2012-07-14 | 6 | -49/+54 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | clean up use of urwid. prefix in docs | Ian Ward | 2012-07-14 | 8 | -191/+66 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | fix ListBox keypress return values, finish documenting command names | Ian Ward | 2012-07-14 | 1 | -0/+37 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | start documenting command names | Ian Ward | 2012-07-14 | 1 | -0/+47 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | doc: remove explicit duplicate docs for ListBox | Patrick Totzke | 2012-05-29 | 2 | -170/+0 |
| | | |||||
| * | doc: sphinx docstrings for Overlay | Patrick Totzke | 2012-05-26 | 1 | -0/+2 |
| | | |||||
| * | doc: sphinx docstrings for BoxAdapter | Patrick Totzke | 2012-05-26 | 1 | -0/+2 |
| | | |||||
| * | doc: sphinx docstrings for GridFlow | Patrick Totzke | 2012-05-26 | 1 | -0/+2 |
| | | |||||
| * | doc: sphinx docstrings for Pile | Patrick Totzke | 2012-05-26 | 1 | -0/+2 |
| | | |||||
| * | doc: sphinx docstrings for Columns | Patrick Totzke | 2012-05-26 | 1 | -0/+2 |
| | | |||||
| * | doc: sphinx docstrings for ListBox | Patrick Totzke | 2012-05-26 | 1 | -2/+6 |
| | | |||||
| * | doc: add containers reference section | Patrick Totzke | 2012-05-26 | 2 | -0/+19 |
| | | | | | only adds the autoclasses to the reference sources | ||||
| * | docs: add decorations section | Patrick Totzke | 2012-05-20 | 2 | -1/+17 |
| | | |||||
| * | docs: remove :members: attribute from autoclass | Patrick Totzke | 2012-05-20 | 1 | -5/+0 |
| | | | | | | .. entries. conf.py states this is automatically added, so its a duplication here | ||||
| * | docs: move urwid.WidgetError to exceptions section | Patrick Totzke | 2012-05-20 | 2 | -2/+2 |
| | | |||||
| * | docs: remove docs for depricated classes | Patrick Totzke | 2012-05-20 | 1 | -12/+0 |
| | | | | | why document those? we should discourage people from using them | ||||
| * | doc: sphinx params for Main Event Loops | Patrick Totzke | 2012-05-20 | 3 | -13/+12 |
| | | | | | | This refactors the parameter docstrings for MainLoop and TwistedEventLoop to use sphinx markup. | ||||
| * | don't show private members in API reference | Patrick Totzke | 2012-05-20 | 1 | -1/+1 |
| | | | | | they are private for a reason. | ||||
| * | reference: create basic.rst, move widget docs into source | Ian Ward | 2012-04-06 | 3 | -279/+160 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | reference: more constants | Ian Ward | 2012-04-01 | 1 | -4/+107 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | reference: start documenting constants | Ian Ward | 2012-04-01 | 3 | -0/+124 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | main_loop: move __init__ param docs back to __init__, hide doctests that ↵ | Ian Ward | 2012-03-28 | 1 | -3/+1 |
| | | | | | | | | aren't interesting as documentation --HG-- branch : feature-sphinx | ||||
| * | main_loop: move all reference docs into docstrings | Ian Ward | 2012-03-28 | 1 | -15/+7 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | incorporate reference docs into main_loop docstrings | Ian Ward | 2012-03-27 | 1 | -227/+17 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | Add widget and listbox reference doc | marco giusti | 2011-12-15 | 4 | -17/+486 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | Start writing reference docs | marco giusti | 2011-12-08 | 2 | -0/+231 |
| | | | | | | --HG-- branch : feature-sphinx | ||||
| * | Move file to .rst file extension | marco giusti | 2011-12-03 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : feature-sphinx rename : docs/index.txt => docs/index.rst rename : docs/manual/canvascache.txt => docs/manual/canvascache.rst rename : docs/manual/displayattributes.txt => docs/manual/displayattributes.rst rename : docs/manual/displaymodules.txt => docs/manual/displaymodules.rst rename : docs/manual/eventloops.txt => docs/manual/eventloops.rst rename : docs/manual/index.txt => docs/manual/index.rst rename : docs/manual/listboxcontents.txt => docs/manual/listboxcontents.rst rename : docs/manual/mainloop.txt => docs/manual/mainloop.rst rename : docs/manual/standardwidgets.txt => docs/manual/standardwidgets.rst rename : docs/manual/textattributes.txt => docs/manual/textattributes.rst rename : docs/manual/textencodings.txt => docs/manual/textencodings.rst rename : docs/manual/textlayout.txt => docs/manual/textlayout.rst rename : docs/manual/userinput.txt => docs/manual/userinput.rst rename : docs/manual/widgetlayout.txt => docs/manual/widgetlayout.rst rename : docs/manual/widgetmethods.txt => docs/manual/widgetmethods.rst rename : docs/reference/index.txt => docs/reference/index.rst rename : docs/tutorial/index.txt => docs/tutorial/index.rst | ||||
