gertty/gertty
Aleksei Stepanov 43af55ec11 Fix urwid > 2.4.2 compatibility
1. `Columns` widget use FIXED pack method for items
   if they declare sizing as fixed.
2. `Columns` are implicitly declared as FIXED
   if all contents sizes are known or can be calculated without external size information.
3. `Text` is explicitly FIXED and FLOW widget
   (widget knows its size from contents).

Fix: explicit declare that widgets are FLOW-only
Change-Id: Ic0de5957ed47fadf2f0f02b235178eb03ecd1b04
2024-02-26 20:49:45 +01:00
..
alembic Add WIP support 2020-12-18 11:02:33 -08:00
search Add support for searching for hashtags 2021-03-01 14:45:16 -08:00
view More skip patchset-level comments in diff view 2021-10-12 19:48:03 +00:00
__init__.py Initial commit 2014-04-29 16:28:49 -07:00
alembic.ini Use alembic 2014-05-07 21:35:07 -04:00
app.py Correctly locate cursor in hypertext widgets 2021-10-01 09:26:22 -07:00
auth.py Use urlparse from six for python 3 compat 2016-09-20 01:47:48 -07:00
commentlink.py Allow gertty to run in Py3K environments 2016-01-15 09:10:31 -08:00
config.py Add version specific changes for git-url 2020-11-23 15:58:23 -07:00
db.py make gertty work with sqlalchemy-2 2023-04-11 23:46:51 -05:00
dbsupport.py Attach comments to files 2015-05-27 08:34:04 -07:00
gitrepo.py Handle binary data in diffs 2020-02-20 09:45:34 -08:00
keymap.py Add WIP support 2020-12-18 11:02:33 -08:00
mywid.py Fix urwid > 2.4.2 compatibility 2024-02-26 20:49:45 +01:00
palette.py Highlight WIP state in change view 2021-03-26 07:44:48 -07:00
requestsexceptions.py Handle SNIMissingWarning requests exception 2016-05-11 11:37:19 -07:00
sync.py Add WIP support 2020-12-18 11:02:33 -08:00
version.py Add user-agent and version 2014-08-30 14:55:53 -07:00