Commit Graph

13 Commits

Author SHA1 Message Date
gizak 4d6b0249c0 Merge branch 'alytvynov-master' 2015-10-20 21:59:18 -04:00
gizak c30bf1612a Move Tab to extra 2015-10-20 21:45:28 -04:00
Andrew Lytvynov 4a31d90070 Fill background for borderless one-line paragraph
Previously when we had a Par with Width > len(Text) and custom BgColor
on the underlying Block, it would skip the first row. This means that
it's impossible to have a colored line wider than text width.
Block should offset indexes by 1 only if border is present.
2015-06-01 21:53:57 -07:00
gizak b0a574c387 Fix https://github.com/gizak/termui/issues/18
Add Block.chopOverflow and apply it to all widgets
2015-04-09 16:40:49 -04:00
Michael Alexander 27b93c6457 Fix #23 by implementing Block.InnerBounds() and associated test. 2015-04-09 10:19:43 +08:00
gizak d30d5901e7 Fix https://github.com/gizak/termui/issues/14 2015-03-28 12:58:23 -04:00
gizak b8d37842ee Add docs 2015-03-24 17:16:43 -04:00
gizak b689689056 Add build tags for examples 2015-03-20 16:21:50 -04:00
gizak 8ed1b40acf Add grid layout 2015-03-15 15:56:38 -04:00
gizak bc325c986d Add theme support
Fix some minor bugs
Add default and helloworld themes
Update README
2015-03-11 16:15:59 -04:00
gizak affd0d9c07 Re-construct Point 2015-03-03 13:28:09 -05:00
gizak 821cc1f44b Add Padding to Block 2015-02-04 16:57:24 -05:00
gizak cc6b38d600 Add gauge and list component 2015-02-03 20:56:49 -05:00