1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-05-01 22:17:51 +08:00

243 Commits

Author SHA1 Message Date
Jakub Sobon
045bd3ffd1
Improving test coverage. 2019-01-19 02:06:48 -05:00
Jakub Sobon
50a734d77a
Ability to clear pixels.
- Bugfixes in the braille canvas.
- BrailleLine can clear pixels.
- BrailleCircle can clear pixels.
2019-01-19 01:59:46 -05:00
Jakub Sobon
3eea41990e
BrailleLine can clear pixels as well. 2019-01-19 00:58:59 -05:00
Jakub Sobon
5919767099
Ability to draw circles.
Supports
- empty and filled circles
- full and partial circles
2019-01-19 00:42:22 -05:00
Jakub Sobon
834e3b365e
Function that draws empty and filled circles. 2019-01-16 01:42:26 -05:00
Jakub Sobon
6b9ac6b0a5
Merge pull request #75 from mum4k/release-0.4
Release 0.4
2019-01-15 23:35:12 -05:00
Jakub Sobon
bb7e2f7c59 Merge branch 'master' into devel 2019-01-15 23:25:48 -05:00
Jakub Sobon
9c4528b0df
Merge pull request #74 from mum4k/termdashdemo
Updated documentation.
2019-01-15 23:23:04 -05:00
Jakub Sobon
12e28728ee
Updating documentation.
And increasint the redraw interval on linechart demo.
2019-01-15 23:17:13 -05:00
Jakub Sobon
4acca65bee
Updating documentation. 2019-01-15 23:12:08 -05:00
Jakub Sobon
c18a940df4
Adding a demo of a more complete dashboard. 2019-01-15 22:40:44 -05:00
Jakub Sobon
123cf8afc7
Merge pull request #70 from mum4k/variable-splits
Variable container splits.
2019-01-14 01:19:00 -05:00
Jakub Sobon
9a7e7b5af8
Support variable size container splits. 2019-01-14 01:11:55 -05:00
Jakub Sobon
964d676e31
Allowing container.Option to report an error. 2019-01-14 00:08:20 -05:00
Jakub Sobon
d39112bbad
Adding go 1.11.x as test target and dropping 1.8.x. 2019-01-13 22:04:38 -05:00
Jakub Sobon
ef6670eda3
Merge pull request #68 from mum4k/256-colors
Support for 256 colors.
2019-01-13 22:00:55 -05:00
Jakub Sobon
2071fd15bb
Support for 256 colors.
- Documenting color modes.
- Providing helper functions to set colors in different formats.
- Allowing users to set other than the 8 system colors.

Fixes #66
2019-01-13 21:53:26 -05:00
Jakub Sobon
60e0e5f91e
Merge pull request #64 from mum4k/release-0.3
Release 0.3
2019-01-13 02:02:21 -05:00
Jakub Sobon
64819efa3c Merge branch '10-line-chart' into devel 2019-01-13 01:51:48 -05:00
Jakub Sobon
e73ffee2b1 Merge branch 'master' into devel 2019-01-13 01:51:39 -05:00
Jakub Sobon
f31899947c Merge branch 'master' into 10-line-chart 2019-01-13 01:51:08 -05:00
Jakub Sobon
2f4e0a1669
Adding a linechartdemo gif. 2019-01-13 01:40:24 -05:00
Jakub Sobon
bc911a3cd6
More test coverage for linechart. 2019-01-13 01:38:39 -05:00
Jakub Sobon
1db0cfc7f1
Test coverage for the initial functionality of linechart. 2019-01-13 00:03:19 -05:00
Jakub Sobon
c2fd0aa46f
Better names for arguments. 2019-01-12 21:26:36 -05:00
Jakub Sobon
5a392572f0
Proof of concept code that draws a single line chart. 2019-01-12 21:13:03 -05:00
Jakub Sobon
bb7af7755e
Utility to find min and max from a slice of values. 2019-01-12 16:05:19 -05:00
Jakub Sobon
01957f0d15
Finalizing the axes package.
It can determine details for both of the axis.
2019-01-12 15:55:49 -05:00
Jakub Sobon
426cc6230b
Placement of labels under the X axis.
And more test coverage.
2019-01-12 00:01:04 -05:00
Jakub Sobon
a3bed458d6
More validation for the scales. 2019-01-08 23:56:05 -05:00
Jakub Sobon
bdd0290c98
Scale for the X axis. 2019-01-08 23:36:21 -05:00
Jakub Sobon
27d9a6c7c5
Adding missing license. 2019-01-08 00:28:05 -05:00
Jakub Sobon
6da1d10f86
Complete implementation of the YAxis object. 2019-01-08 00:24:48 -05:00
Jakub Sobon
310f12a5ae
Licenses for label.go. 2019-01-07 23:42:46 -05:00
Jakub Sobon
f61d5f045d
Function that determines label placement. 2019-01-07 23:42:17 -05:00
Jakub Sobon
01e44819cb
Reversing scale inputs and outputs.
So they grow as the coordinates do.
2019-01-07 22:55:28 -05:00
Jakub Sobon
025e8a7efb
Adding numbers.Round for backward compatibility.
And disabling tests of unimplemented components.
2019-01-07 20:53:42 -05:00
Jakub Sobon
91972c941e
Adding licenses. 2019-01-07 00:16:48 -05:00
Jakub Sobon
79c7955335
Numerical functions and representations of value, scale and axis. 2019-01-07 00:15:31 -05:00
Jakub Sobon
d8c24da6c4
Initial skeleton and API for the LineChart widget. 2018-12-31 00:17:38 -05:00
Jakub Sobon
084c5ad259
Merge pull request #62 from mum4k/10-braille-line
Function that draws lines on a braille canvas.
2018-12-30 22:39:39 -05:00
Jakub Sobon
86244cc595
Adding a licence. 2018-12-30 22:36:53 -05:00
Jakub Sobon
7008fa292f
More test coverage. 2018-12-30 22:34:36 -05:00
Jakub Sobon
27079c8068
Function that draws lines on a braille canvas. 2018-12-30 22:30:19 -05:00
Jakub Sobon
6cb9f54dda
Merge pull request #56 from mum4k/draw-line
Function that draws horizontal and vertical lines.
2018-12-01 17:35:06 -05:00
Jakub Sobon
9c2cc8613e
Merge pull request #58 from mum4k/10-braille-canvas-copyto
Ability to copy one canvas onto another.
2018-12-01 17:33:54 -05:00
Jakub Sobon
2afe3a72d5
Merge pull request #59 from mum4k/20-braille-canvas
Implementing a braille canvas.
2018-12-01 17:32:55 -05:00
Jakub Sobon
ae8f7c5fca
Adding missing licence headers. 2018-07-02 23:31:05 -04:00
Jakub Sobon
7c240faf4f Merge branch '10-braille-canvas-copyto' into 20-braille-canvas 2018-07-02 23:29:58 -04:00
Jakub Sobon
e14195db2f Merge branch 'devel' into 10-braille-canvas-copyto 2018-07-02 23:29:42 -04:00