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

356 Commits

Author SHA1 Message Date
Jakub Sobon
91c91a00e0
Fixing demo of the donut widget. 2019-02-07 00:51:24 -05:00
Jakub Sobon
990e13d286
Merge pull request #102 from mum4k/release-0-6-0
Release 0.6.0
v0.6.0
2019-02-07 00:29:33 -05:00
Jakub Sobon
920fc6a723
Tweaking sizes of the images. 2019-02-07 00:20:04 -05:00
Jakub Sobon
b1823196eb
Adding version 0.6.0 to the CHANGELOG. 2019-02-07 00:16:51 -05:00
Jakub Sobon
776b1ce8a4
Visual improvements to the main demo. 2019-02-07 00:13:56 -05:00
Jakub Sobon
10c6f10a58
Adding SegmentDisplay to the main demo. 2019-02-07 00:09:18 -05:00
Jakub Sobon
db61f88fdb
Better recording of demo images. 2019-02-06 23:54:56 -05:00
Jakub Sobon
e44d70b568
Merge pull request #101 from mum4k/segment-display
Segment display
2019-02-06 23:46:50 -05:00
Jakub Sobon
dcee46e9c1
Better recording of the demo. 2019-02-06 23:34:23 -05:00
Jakub Sobon
ff089fbd74
Correcting link to the demo image. 2019-02-06 23:20:06 -05:00
Jakub Sobon
c58217af9c
Adding image and doc entry for the segment display. 2019-02-06 23:18:56 -05:00
Jakub Sobon
3f416675e9
Improving the demo. 2019-02-06 01:03:39 -05:00
Jakub Sobon
166e9cc7dc
Improving the demo. 2019-02-06 00:59:36 -05:00
Jakub Sobon
eb8da5924e
Migrate segArea code to its own file. 2019-02-06 00:40:08 -05:00
Jakub Sobon
e80e1a1134
Support addition of gaps. 2019-02-06 00:29:14 -05:00
Jakub Sobon
858ce17ced
Drafted the segment display demo. 2019-02-05 00:17:25 -05:00
Jakub Sobon
8128e15747
Adding licences. 2019-02-05 00:05:54 -05:00
Jakub Sobon
35f11d3a5e
Implementing the segment display widget. 2019-02-05 00:05:31 -05:00
Jakub Sobon
35aeea2ddc
Fixing a comment. 2019-02-04 22:42:57 -05:00
Jakub Sobon
38aae8e556
Switching text to attrrange. 2019-02-04 21:41:04 -05:00
Jakub Sobon
0f31f25eaa
Adding licences. 2019-02-04 00:49:05 -05:00
Jakub Sobon
fe2660cd71
Adding an usage example for the attrrange package. 2019-02-04 00:48:26 -05:00
Jakub Sobon
4e705950f2
Generalizing a tracker of attribute ranges. 2019-02-04 00:39:51 -05:00
Jakub Sobon
f16bda1131
Skeleton for the segment display. 2019-02-03 23:57:32 -05:00
Jakub Sobon
11ec278c1a
Fixing a comment. 2019-02-03 23:47:15 -05:00
Jakub Sobon
34a715fc1d
Fixing a comment. 2019-02-03 23:39:29 -05:00
Jakub Sobon
ecd91d737d
Rewriting the prototype code for readability. 2019-02-03 23:21:32 -05:00
Jakub Sobon
bae1329170
Remainder of the ASCII table. 2019-02-03 19:59:19 -05:00
Jakub Sobon
ba56c33add
Uppercase letters. 2019-02-03 19:39:39 -05:00
Jakub Sobon
dbd6ecf3ad
ASCII up to letters. 2019-02-03 18:24:34 -05:00
Jakub Sobon
ed725da9a0
Test coverage for string, segment and area functions. 2019-02-02 20:52:53 -05:00
Jakub Sobon
0ee98483ac
Tests of individual segments being set. 2019-02-01 00:25:42 -05:00
Jakub Sobon
0d20627fd3
Adding licences. 2019-02-01 00:13:36 -05:00
Jakub Sobon
2e597e8b60
First test for sixteen. 2019-02-01 00:12:52 -05:00
Jakub Sobon
a2c4512b47
Improve the look of display with segment width/height of two. 2019-01-31 23:51:33 -05:00
Jakub Sobon
50b18902c8
Rename segdisp->sixteen. 2019-01-31 23:36:25 -05:00
Jakub Sobon
978707c573
Rename display->segdisp. 2019-01-31 23:35:25 -05:00
Jakub Sobon
eec74ffbf3
Move segdisp under draw. 2019-01-31 23:34:47 -05:00
Jakub Sobon
e328ba044f
Allow the caller to reverse the slopes. 2019-01-31 23:33:30 -05:00
Jakub Sobon
4cb90e7c98
Allow the caller to optionally skip slopes. 2019-01-31 23:12:33 -05:00
Jakub Sobon
e6aafbe66e
Prototype code of a 16-segment display. 2019-01-31 22:56:21 -05:00
Jakub Sobon
8cdc34fb28
Partial implementation of segdisp. 2019-01-29 18:26:58 -05:00
Jakub Sobon
5c02803221
Fixing rectangular cases. 2019-01-29 00:45:33 -05:00
Jakub Sobon
815d88f4d5
Implementing diagonal segments. 2019-01-29 00:13:32 -05:00
Jakub Sobon
1bc864b850
Implementing vertical segments.
And adding licences.
2019-01-27 23:50:02 -05:00
Jakub Sobon
7e55d57164 Merge branch 'devel' into segment-display 2019-01-27 22:32:49 -05:00
Jakub Sobon
704fe4557f
Function that can draw segments.
Implementing horizontal.
2019-01-27 22:32:28 -05:00
Jakub Sobon
9ca3fc8b3f
Creating a common numbers.Abs function for code reuse. 2019-01-27 22:32:06 -05:00
Jakub Sobon
c80cb19c07
Merge pull request #98 from mum4k/thread-safe-widgets
Thread safe widgets
2019-01-27 00:14:54 -05:00
Jakub Sobon
94f656e3c7
Self-review fixes. 2019-01-27 00:07:00 -05:00