Commit Graph

330 Commits

Author SHA1 Message Date
gizak 86950762b0 Add Float prop 2015-10-13 01:00:15 -04:00
gizak 52f9777092 Fix grid demo and Buffer.Merge 2015-10-10 11:20:44 -04:00
Zack Guo 83e27ff60c Merge pull request #57 from nmcclain/47_label_position
this commit fixes #47
2015-10-10 11:04:51 -04:00
gizak ca69e25d1b Widgets API adaption 2015-10-08 22:11:26 -04:00
gizak e0dec9dbb9 Move widget back to root 2015-10-07 14:25:59 -04:00
gizak 196d9aae34 Theme map lookup 2015-09-21 03:11:58 -04:00
gizak 1cb28b0a3c Fix EventStream.match randomness behaviour 2015-09-18 21:07:57 -04:00
gizak e89b10ff4f Finish Event 2015-09-18 11:41:44 -04:00
gizak 3ea00a7476 WIP Refine 2015-08-30 23:03:47 -04:00
ned be4ddec04a this commit fixes #47 2015-08-29 15:05:24 -06:00
gizak 3036ef125c WIP update Event struct 2015-08-19 15:22:53 -04:00
Zack Guo 283c3a36f2 WIP Wrap up Event 2015-08-08 19:07:32 -04:00
Zack Guo f9b0351285 Revert the last commit
Field termbox.Event field N remains in the last version	of termbox
2015-08-04 18:10:39 -04:00
Zack Guo 015d798c42 Fix 'termbox.Event has no field or method N' 2015-08-04 12:14:56 -04:00
Zack Guo bab8dce01c Update README.md 2015-06-23 15:11:22 -04:00
marigs 9b66e710b6 +built ignore 2015-06-16 23:16:37 +02:00
marigs c377a74461 new example: ttop (termui top) 2015-06-16 22:52:07 +02: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
marigs 52789d8258 bugfix: added missing changes i.e. some constans needed in Tabpane 2015-05-26 21:37:04 +02:00
marigs 5a0bce64fa Add Tabpane 2015-05-25 20:55:34 +02:00
gizak 5816873b74 Adjust Block test 2015-05-13 08:57:11 -04:00
gizak ba58fa4034 Adjust Grid test 2015-05-12 16:16:08 -04:00
gizak 371d184755 Move gauge into widget folder 2015-05-09 19:37:44 -04:00
gizak 746582638b Merge remote-tracking branch 'refs/remotes/origin/master' into refactoring 2015-05-09 19:33:45 -04:00
gizak 0042236f53 Minor chanages 2015-05-09 19:29:22 -04:00
gizak 9d0302382d Fix Grid test 2015-05-05 11:19:08 -04:00
gizak 672baf23ee Fix https://github.com/gizak/termui/issues/42
Merge https://github.com/gizak/termui/pull/30
2015-05-05 11:08:45 -04:00
gizak f23ed68e30 Fix https://github.com/gizak/termui/issues/43
Add termbox.Sync() call before getting terminal's width/height
Adjust examples see https://github.com/gizak/termui/pull/39
2015-05-05 10:55:35 -04:00
gizak 7f94c273e5 Finish TextBuilder 2015-05-03 21:02:38 -04:00
gizak 62105f6883 WIP MarkdownTxBuilder 2015-05-02 23:35:06 -04:00
Zack Guo ce9bf21e3a Merge pull request #40 from dhilipkumars/MbarScaleTextAndCenterLabels
Add Code to display Y-Axis Scale
2015-04-27 10:16:56 -04:00
dhilipkumars 32027f061c Add Code to display Y-Axis Scale
Center the bar's labes
Add a screen shot for multi-graph
Update the readme.
2015-04-27 20:28:25 -04:00
Zack Guo ae033ed3b4 Merge pull request #39 from divan/master
Make sparkline to use last N datapoints
2015-04-26 10:47:55 -04:00
Zack Guo 9f261ed9a2 Update README.md 2015-04-26 10:45:51 -04:00
Ivan Daniluk ce454da792 Make sparkline to use last N datapoints 2015-04-26 17:35:57 +03:00
gizak b65224cdc9 Smash Border into Block 2015-04-26 00:13:49 -04:00
Zack Guo 0863691428 Merge pull request #38 from Matt3o12/gauge-label
Fixed a bug which would render the background color of a label incorrectly.
2015-04-23 10:20:37 -04:00
Matteo Kloiber f99b800720 Fixed a bug which would render the background color of the label in the gauge widget incorrectly.
This bug was introduced in changeset 137d2a7.
2015-04-23 12:19:21 +02:00
Matteo Kloiber c8d326317b Added custom text color for gauge when the text is highlighted (i.e. the
gauge bar is over the text).
2015-04-22 22:13:44 +02:00
gizak 4e7911d1f3 Merge branch 'NHOrus-master' 2015-04-22 12:50:47 -04:00
gizak d6e54064ce Merge branch 'master' of https://github.com/NHOrus/termui into NHOrus-master 2015-04-22 12:50:28 -04:00
Zack Guo fc47847f39 Merge pull request #31 from dhilipkumars/MultiColorBarGraph
Implement Multi-colored/Stacked barGraph
2015-04-22 04:02:39 -04:00
Zack Guo c7e9e645d4 Merge pull request #35 from Matt3o12/gauge-label
Gauge custom percentage label
2015-04-21 12:21:15 -04:00
Matteo Kloiber 83a3a236f4 Renamed `Gauge.Align` to `Gauge.LabelAlign`. 2015-04-21 18:07:48 +02:00
Matteo Kloiber 137d2a7eb2 Added support for label align in `gauge`s. 2015-04-21 17:41:52 +02:00
Matteo Kloiber 3968b02432 Added support for gauges with custom labels. 2015-04-21 17:33:32 +02:00
gizak 7aed750f64 WIP use Buffer instead of []Point in Bufferer
Merge https://github.com/Matt3o12/termui.git colored-list
Merge https://github.com/funkygao/termui.git master
Add subdir widget
Use image Rectangle represent buffer area
2015-04-21 09:56:10 -04:00
NHOrus 5aa48ab0f3 Decoupled interface drawing from value updating for more fluidity on resize.
goes into gizak/termui#32 , but does not fix the bug, just prettifies visuals of demo
2015-04-20 10:45:41 +03:00
dhilipkumars d4551211f3 Do not print the label if the value is 0 and fix some OutofIndex Panic error on very large dataset 2015-04-18 01:13:24 -04:00
dhilipkumars 373cd50f32 Implement Multi-colored/Stacked barGraph 2015-04-17 18:03:22 -04:00