Commit Graph

746 Commits

Author SHA1 Message Date
Jakub Sobon a228cda6e2
Merge pull request #226 from mum4k/gauge-test-coverage
Improving test coverage of the Gauge widget.
2020-03-07 10:18:45 -05:00
Jakub Sobon 0b75d06a3f
Improving test coverage of the Gauge widget. 2020-03-07 10:10:09 -05:00
Jakub Sobon 3767faf476 Merge branch 'master' into devel 2020-03-07 09:31:57 -05:00
Jakub Sobon d279ac7476
Merge pull request #224 from kvnxiao/devel
Add Tcell implementation for terminal backend
2020-03-02 22:18:59 -05:00
kvnxiao 26f6d38c1f Add -terminal flag to switch between implementations for termdashdemo 2020-03-01 14:44:33 -05:00
kvnxiao 37ee2177ac Add missing Close() function to terminalapi.Terminal interface 2020-03-01 14:43:46 -05:00
kvnxiao 6246aba1f7 Change "invalid" to "unsupported" in comments 2020-03-01 14:24:10 -05:00
kvnxiao 95719be9f6 Make mouse event test case clearer 2020-03-01 14:23:53 -05:00
kvnxiao b420a29b30 Update CHANGELOG for new tcell terminal implementation 2020-03-01 02:15:15 -05:00
kvnxiao 95f5fe8fc9 Fix default clear style to use ColorDefault 2020-03-01 02:14:30 -05:00
kvnxiao be7995369c Fix mouse button logic and tests 2020-03-01 01:54:36 -05:00
kvnxiao 1af531975d Fix linting 2020-03-01 01:25:50 -05:00
kvnxiao c8ffedc2b8 Return nil mouseEvent for non-supported events 2020-03-01 01:19:49 -05:00
kvnxiao 1e970dcacd Return nil for non-termdash events 2020-03-01 01:14:37 -05:00
kvnxiao f7578e54cc Fix tests for ColorDefault 2020-02-29 18:46:20 -05:00
kvnxiao a0d3da0527 Fix a check in fixColor 2020-02-29 18:40:14 -05:00
kvnxiao d270c6de17 Add missing license header 2020-02-29 18:26:10 -05:00
kvnxiao 299590e784 Fix a test case for fixColors on color mode 216 2020-02-29 18:09:20 -05:00
kvnxiao 2f2b13d319 Add event.Name() to keyboard key error message 2020-02-29 18:06:55 -05:00
kvnxiao 5f5aff3a94 Add cellOptsToStyle test 2020-02-29 18:03:36 -05:00
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