gizak
9ec1539ccc
Merge Pull 48
2015-10-21 11:05:52 -04:00
gizak
4d6b0249c0
Merge branch 'alytvynov-master'
2015-10-20 21:59:18 -04:00
gizak
b47320a97f
Merge branch 'marigs-master'
2015-10-20 21:51:19 -04:00
gizak
ad6bdb182c
Rm .DS_Store
2015-10-20 21:48:51 -04:00
gizak
c30bf1612a
Move Tab to extra
2015-10-20 21:45:28 -04:00
gizak
6246586bbd
Merge Pull 44
2015-10-13 16:17:40 -04:00
gizak
656a220fd9
Merge Pull 46
2015-10-13 16:12:12 -04:00
gizak
274f68b371
Merge Pull #37 into Matt3o12-master
2015-10-13 14:05:15 -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
ned
be4ddec04a
this commit fixes #47
2015-08-29 15:05:24 -06: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
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
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
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
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
Zack Guo
0f56f3acdd
Merge pull request #29 from Matt3o12/hotfix-unsecure-events
...
Fixes unsafe pointer madness.
2015-04-15 17:51:54 -04:00
Zack Guo
7ca71e4197
Merge pull request #28 from dhilipkumars/BarGraphFix
...
Fix an OutofIndex Panic on empty bargraphs and introduce SetMax()
2015-04-15 17:38:40 -04:00
dhilipkumars
99973c9c71
Fix an OutofIndex Panic on empty bargraphs and introduce SetMax()
2015-04-15 16:50:49 -04:00
Matteo Kloiber
821f8bfd95
Fixes unsafe pointer madness.
...
`func uiEvt(e termbox.Event) Event` used to change the type of termbox.Event to Event by
using some pointer-cast magic[1], which could cause an overflow if `termbox.Event` changes
its structure.
I'd rather just have `type Event termbox.Event` but that would break backwards compatibility.
Warning: A buffer overflow could cause a serious security issue but it is very unlikely that
anyone could exploit that (though not impossbible). You'd need to push a upstream update to
termbox, which would tweak termbox.Event's structure. Still, this issue should be fixed and
unsafe should never be used.
[1] it used to get the address of termbox.Event and just cast a Event pointer
2015-04-15 13:49:31 +02:00
Zack Guo
b3e1431d46
Merge pull request #27 from syohex/fix-example
...
Fix example
2015-04-14 10:50:09 -04:00
Syohei YOSHIDA
3f0b482c87
Fix example
2015-04-14 17:25:25 +09:00
gizak
6a92b4408c
Fix https://github.com/gizak/termui/issues/9
2015-04-10 10:40:57 -04:00
gizak
9292a5f43d
Fix https://github.com/gizak/termui/issues/26
2015-04-10 09:57:34 -04:00
gizak
ce9fe5f9c4
Fix grid offset bug mentioned in https://github.com/gizak/termui/issues/26
2015-04-09 17:39:46 -04: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
gizak
d76e946a46
Add copyright https://github.com/gizak/termui/issues/25
2015-04-09 00:21:36 -04:00