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

391 Commits

Author SHA1 Message Date
Jakub Sobon
a6f5d69569
Constructor of Gauge now returns an error. 2019-02-14 23:56:06 -05:00
Jakub Sobon
1ab50bcefc
Finished changes for BarChart and updated CHNAGELOG. 2019-02-14 23:44:11 -05:00
Jakub Sobon
3e8466282e Merge branch 'devel' into constructor-error 2019-02-14 23:40:52 -05:00
Jakub Sobon
22db35293e Merge branch 'master' into devel 2019-02-14 23:37:30 -05:00
Jakub Sobon
2949a79357
Constructor of BarChart now returns an error. 2019-02-14 23:37:06 -05:00
Jakub Sobon
d7c1cf5cfb
Merge pull request #125 from mum4k/custom-scale
Allow users to provide custom Y axis scale for the LineChart.
2019-02-14 23:31:24 -05:00
Jakub Sobon
18ed0f1274
Note about bug fix in the CHANGELOG. 2019-02-14 23:16:28 -05:00
Jakub Sobon
6379b1d28e
Allow users to provide custom Y axis scale for the LineChart. 2019-02-14 23:13:21 -05:00
Jakub Sobon
6969da653e
Merge pull request #122 from mum4k/vertical-labels
Linechart now supports vertical label orientation under the X axis.
2019-02-14 01:15:05 -05:00
Jakub Sobon
11286f6ff6
Improving test coverage of label.go. 2019-02-14 01:06:48 -05:00
Jakub Sobon
369b86604c
Updating CHANGELOG. 2019-02-14 00:46:14 -05:00
Jakub Sobon
5f6a84314c
Account for two labels on the Y axis. 2019-02-14 00:43:27 -05:00
Jakub Sobon
3dba76c26f
Linechart can now draw labels under X vertically. 2019-02-14 00:37:35 -05:00
Jakub Sobon
7ef79393df
xLabels now supports vertical labels. 2019-02-13 23:16:05 -05:00
Jakub Sobon
9f893eb482
Function to calculate required height.
And options to set label orientation.
2019-02-13 22:53:19 -05:00
Jakub Sobon
88a948bf56
Updating CHANGELOG. 2019-02-13 00:48:08 -05:00
Jakub Sobon
13c4ebf77b
Merge pull request #120 from mum4k/draw-vertical-text
Function that draws text in vertical columns.
2019-02-13 00:38:56 -05:00
Jakub Sobon
939ee15513
Function that draws text in vertical columns. 2019-02-13 00:18:19 -05:00
Jakub Sobon
29a2010b28
Merge branch 'hotfix-0.6.1' into devel 2019-02-12 23:41:16 -05:00
Jakub Sobon
34fe013ca6
Fixing typo in the CHANGELOG. v0.6.1 2019-02-12 23:36:45 -05:00
Jakub Sobon
fc1de116af
Merge pull request #119 from mum4k/hotfix-0.6.1
Hotfix v0.6.1
2019-02-12 23:33:04 -05:00
Jakub Sobon
9df48f9060
Undo the experiment in the demo. 2019-02-12 23:19:31 -05:00
Jakub Sobon
23c01a5c56
The LineChart widget now correctly places custom labels.
The code incorrectly used label number rather than value position when
looking up custom labels.
2019-02-12 23:15:13 -05:00
Jakub Sobon
6473cab150
Merge pull request #118 from mum4k/mouse-fsm
Generalising the mouse button FSM.
2019-02-12 22:50:54 -05:00
Jakub Sobon
9613145a47
Updating CHANGELOG and licences. 2019-02-12 22:42:49 -05:00
Jakub Sobon
768e3c306c
Generalizing the mouse button FSM.
Taking this out of the container package so it can be reused by widgets.
2019-02-12 22:37:00 -05:00
Jakub Sobon
09f2140437
API for the mouse FSM. 2019-02-11 01:09:48 -05:00
Jakub Sobon
3ff88264ff
Merge pull request #116 from mum4k/256-color-default
256 color default
2019-02-11 00:28:29 -05:00
Jakub Sobon
69b7799847
Adding licences. 2019-02-11 00:18:46 -05:00
Jakub Sobon
550afdd613
Licences and fixing data race. 2019-02-11 00:14:24 -05:00
Jakub Sobon
b7fa909466
Updating the CHANGELOG. 2019-02-10 23:56:58 -05:00
Jakub Sobon
18a99caf16
Termbox now starts in 256 color mode by default. 2019-02-10 23:55:35 -05:00
Jakub Sobon
d6a2a1f888
Typo in a comment 2019-02-09 00:57:30 -05:00
Jakub Sobon
e9d04711cc Merge branch 'master' of ssh://github.com/mum4k/termdash 2019-02-07 00:51:54 -05:00
Jakub Sobon
91c91a00e0
Fixing demo of the donut widget. 2019-02-07 00:51:24 -05:00
Jakub Sobon
9933470d76
Fixing incorrectly named link in README. 2019-02-07 00:35:17 -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