kvnxiao
c431b8c3bd
Add fixColor test
2020-02-29 17:52:32 -05:00
kvnxiao
5cd12d9fce
Add test for tcell options
2020-02-29 17:32:35 -05:00
kvnxiao
3fdaf659f2
Use tcell screen.Fill() to clear screen
2020-02-29 17:21:55 -05:00
kvnxiao
67c22d9015
Add license headers
2020-02-29 02:15:23 -05:00
kvnxiao
2f95ff99d1
Remove local go.mod stuff
2020-02-29 02:10:10 -05:00
kvnxiao
f01148c8fd
Add color mode and clear style colors
2020-02-29 02:02:05 -05:00
kvnxiao
facb0e6743
Add missing comment
2020-02-29 02:02:05 -05:00
kvnxiao
4fcdf48ecb
Fix mouse events
2020-02-29 02:02:05 -05:00
kvnxiao
b23d99cd8d
Add tcell dependency as another terminal backend
2020-02-29 02:02:05 -05:00
Jakub Sobon
372d19448e
Merge pull request #218 from mum4k/release-0-10-0
...
CHANGELOG update for release 0.10.0
2019-06-05 17:56:31 -04:00
Jakub Sobon
68bf0566e6
Merge pull request #217 from mum4k/release-0-10-0
...
Release v0.10.0
2019-06-05 17:44:07 -04:00
Jakub Sobon
fee34e8845
CHANGELOG update for release 0.10.0
2019-06-05 16:31:44 -04:00
Jakub Sobon
38e4dcef76
Merge pull request #214 from mum4k/grid-fixed-splits
...
Support fixed size splits in the grid API.
2019-05-24 00:32:00 -04:00
Jakub Sobon
f01746199f
Support fixed size splits in the grid API.
2019-05-24 00:23:39 -04:00
Jakub Sobon
fb7658a742
Note about disabled cgo in CHANGELOG.
2019-05-23 23:04:20 -04:00
Jakub Sobon
2f1bdcb029
Merge pull request #211 from fenollp/cgo
...
build explicitly disabling CGO
2019-05-23 23:02:15 -04:00
Jakub Sobon
f42bcee39a
Noting Text widget bugfix in the CHANGELOG
2019-05-21 16:11:45 -04:00
Jakub Sobon
91ae185022
Merge pull request #212 from donaldww/master
...
Change MaxUint32 to MaxInt32 in scroll.go
2019-05-21 16:04:50 -04:00
Jakub Sobon
02b8186dd6
Merge branch 'master' into devel
2019-05-21 16:03:34 -04:00
Donald Wilson
ceea79f7ce
Change MaxUint32 to MaxInt32
...
This change was implemented to address the following message, reported by the raspberry pi golang compiler (v1.12):
/home/pi/go/pkg/mod/github.com/mum4k/termdash@v0.9.0/widgets/text/scroll.go:119:29: constant 4294967295 overflows int
2019-05-21 05:20:19 -04:00
Pierre Fenoll
c9b2b91b9a
build explicitly disabling CGO
...
Signed-off-by: Pierre Fenoll <pierrefenoll@gmail.com>
2019-05-21 11:09:15 +02:00
Jakub Sobon
b60c1c5fb0
Adding datadash to list of projects using Termdash.
...
Also - alphabetic sort order for the list of similar projects.
2019-05-19 01:07:21 -04:00
Jakub Sobon
5c94e7ca53
Merge branch 'devel' of ssh://github.com/mum4k/termdash into devel
2019-05-15 23:24:46 -04:00
Jakub Sobon
947b563927
Merge branch 'master' into devel
2019-05-15 23:24:34 -04:00
Jakub Sobon
6fe095f49b
Updating CHANGELOG for bugfix release v0.9.1.
2019-05-15 23:20:51 -04:00
Jakub Sobon
ed7383195f
Merge pull request #206 from mum4k/205-deadlock
...
Release widget's mutex before activating external callback.
2019-05-15 23:18:58 -04:00
Jakub Sobon
b0f316f6d7
Merge pull request #207 from slok/grafterm-description
...
Add grafterm description on readme
2019-05-14 15:04:43 -04:00
Xabier Larrakoetxea
cc66ef040e
Add grafterm description on readme
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-14 07:11:52 +02:00
Jakub Sobon
ead318993b
Updating CHANGELOG.
2019-05-13 22:44:00 -04:00
Jakub Sobon
ce095e1447
Listing projects in README
...
- listing similar projects.
- starting a list of Termdash users.
- noting that PRs should be against the devel branch.
2019-05-13 22:42:50 -04:00
Jakub Sobon
6980f88810
Release widget's mutex before activating external callback.
...
Fixes #205 .
2019-05-13 22:28:41 -04:00
Jakub Sobon
5683e96fee
Noting about fixed size container splits in the CHANGELOG.
2019-05-12 17:12:42 -04:00
Jakub Sobon
14fbf34de2
Merge pull request #204 from nijynot/master
...
Add support for fixed size container splits.
2019-05-12 17:11:43 -04:00
nijynot
957330c387
Tweak comments and use Default const in validation
2019-05-11 15:27:39 +02:00
nijynot
c80b59da13
Fix pointer and SplitFixed test
...
* Add DefaultSplitFixed const
* Add comments to SplitFixed
2019-05-10 13:21:55 +02:00
nijynot
b6986c9b4c
Add test and refactor `validateOptions()`
2019-05-09 11:44:13 +02:00
Jakub Sobon
d34e18ab09
Merge pull request #188 from slok/y-axis-label-formatter
...
Y-axis label formatter for LineChart
2019-05-08 21:39:46 -04:00
Jakub Sobon
a6e5b0b4b7
Merge branch 'master' into devel
2019-05-08 18:12:05 -04:00
nijynot
70a5255d5e
Refactor `SplitFixed()` to use SplitCells
...
* Add basic tests to `SplitFixed()`
* Panic when both `SplitFixed()` and `SplitPercent()` are used
* Refactor `validateOptions()` into two smaller functions
2019-05-08 21:58:48 +02:00
Xabier Larrakoetxea
79ede36653
Use strings.Replace instead strings.ReplaceAll to have support for go >=1.10
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-08 05:50:57 +02:00
Xabier Larrakoetxea
bfd354e253
Reorder added and changed of unreleased version in the changelog
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-07 06:03:50 +02:00
nijynot
4aa60fe8e7
Refactor fixed container feature to `SplitFixed()` which takes one arg
2019-05-06 21:51:53 +02:00
Xabier Larrakoetxea
1005f2c567
Update changelog with ValueFormatter
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-06 08:02:32 +02:00
Xabier Larrakoetxea
bef8ea3773
Merge remote-tracking branch 'upstream/devel' into y-axis-label-formatter
2019-05-06 07:58:28 +02:00
Xabier Larrakoetxea
a5c7363f43
Add round and suffix based value formatter for the Y-axis label representation
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-06 07:56:04 +02:00
nijynot
7c5232b662
Add support for fixed heights in SplitHorizontal()
2019-05-05 22:11:51 +02:00
Xabier Larrakoetxea
38f40428a1
Move time duration value formatter NaN check
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-05 10:27:48 +02:00
Xabier Larrakoetxea
7d5c78059c
Rename linechart value formatters and check more corner cases
...
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-05 10:07:15 +02:00
Jakub Sobon
932e0afce8
Merge branch 'master' into devel
2019-05-04 17:52:07 -04:00
Jakub Sobon
0e5242ca6f
Merge pull request #202 from donaldww/master
...
Fix spelling error in termdashdemo comment
2019-05-04 09:52:49 -04:00