1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

1056 Commits

Author SHA1 Message Date
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
Jakub Sobon
56a8c6f8d2 Merge branch 'devel' into draw-line 2018-07-02 23:29:27 -04:00
Jakub Sobon
e8224ea581 Merge branch 'release-0.2' into devel 2018-07-02 23:25:37 -04:00
Jakub Sobon
65328eb469
Merge pull request #61 from mum4k/release-0.2
Release 0.2
2018-07-02 23:25:16 -04:00
Jakub Sobon
a6bf8baee2
Adding the BarChart widget to the README. 2018-07-02 23:21:23 -04:00
Jakub Sobon
8f612ba8fb
Adding SparkLine to the README. 2018-07-02 23:17:05 -04:00
Jakub Sobon
4f86e6da85
Don't return from Run() while the goroutine is still running.
Fixes #60
2018-07-02 23:05:38 -04:00
Jakub Sobon
2942aa165f
Merge pull request #42 from mum4k/sparkline
Implementing the SparkLine widget.
2018-07-02 22:57:21 -04:00
Jakub Sobon
e5db7eff21
Responding to comments from @chipmunkie. 2018-07-02 22:28:17 -04:00
Jakub Sobon
7655941fc5 Merge branch 'devel' into sparkline 2018-07-02 22:22:01 -04:00
Jakub Sobon
1246e53f2c
Re-adding the licences. 2018-07-01 18:15:49 -04:00
Jakub Sobon
ef1661e366
Self-review. 2018-07-01 18:13:29 -04:00
Jakub Sobon
20c66d49db Merge branch '10-braille-canvas-copyto' into 20-braille-canvas 2018-07-01 17:42:34 -04:00
Jakub Sobon
8a1d6ddadf
Self-review. 2018-07-01 17:41:32 -04:00
Jakub Sobon
244dcf02ea
Adding licences. 2018-07-01 17:33:20 -04:00
Jakub Sobon
09cda09f4f Merge branch '10-braille-canvas-copyto' into 20-braille-canvas 2018-07-01 17:32:58 -04:00
Jakub Sobon
f9cc89400f Merge branch 'devel' into 10-braille-canvas-copyto 2018-07-01 17:32:44 -04:00
Jakub Sobon
f4687ed919
The WRITE argument is second, not third. 2018-07-01 17:32:23 -04:00
Jakub Sobon
9aa3bf9787 Merge branch '10-braille-canvas-copyto' into 20-braille-canvas 2018-07-01 17:24:16 -04:00
Jakub Sobon
1b8150e76d Merge branch 'devel' into 10-braille-canvas-copyto 2018-07-01 17:23:59 -04:00
Jakub Sobon
85100462a1
Enabling autogen for licences again. 2018-07-01 17:23:35 -04:00
Jakub Sobon
25690e78aa
Using public git URL. 2018-07-01 17:17:42 -04:00
Jakub Sobon
c45c83e14d
Execute the script directly. 2018-07-01 17:11:26 -04:00
Jakub Sobon
7a98d3f34a
Exact path to the autogen script. 2018-07-01 16:50:10 -04:00
Jakub Sobon
7d15d24d2f Merge branch '10-braille-canvas-copyto' into 20-braille-canvas 2018-07-01 16:16:31 -04:00
Jakub Sobon
d3ad056468 Merge branch 'devel' into 10-braille-canvas-copyto 2018-07-01 16:16:16 -04:00
Jakub Sobon
4cefd0b77f
Travis now checks for missing licences in files. 2018-07-01 16:15:52 -04:00
Jakub Sobon
11c9dbab24
Adding a higher resolution canvas.
This canvas uses the braille pattern characters.
2018-07-01 00:12:28 -04:00
Jakub Sobon
30068668d0
The copied-to canvas is always zero-based.
At least from the point of view of the widget.
2018-06-30 22:07:39 -04:00
Jakub Sobon
750d7159e3
Ability to copy a canvas.
Allows one canvas to be copied onto another, potentially with an offset.
2018-06-30 21:39:02 -04:00
Jakub Sobon
9f7a598f1a
Fixing documentation. 2018-06-27 22:36:27 -04:00
Jakub Sobon
c89ed6042b
Self review. 2018-06-25 00:07:33 -04:00
Jakub Sobon
3bfc5b554c Merge branch 'devel' into draw-line 2018-06-24 23:53:22 -04:00
Jakub Sobon
38c288b077 Merge branch 'devel' into sparkline 2018-06-24 23:53:09 -04:00
Jakub Sobon
8e43506e75
Merge pull request #41 from mum4k/barchart
Implementing a BarChart widget.
2018-06-25 04:52:45 +01:00
Jakub Sobon
5d5c7c1e38
Adding missing licences. 2018-06-24 23:51:26 -04:00
Jakub Sobon
df60341164
Implementing code that draws line crossings. 2018-06-24 23:50:52 -04:00
Jakub Sobon
1bc6a7ccd4
Skeleton for function that draws lines.
- tests.
- testdraw wrapper.
- basic functionality that just draws lines, not crossings yet.
2018-06-24 21:49:30 -04:00