Commit Graph

121 Commits

Author SHA1 Message Date
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 ead318993b
Updating CHANGELOG. 2019-05-13 22:44:00 -04:00
Jakub Sobon 5683e96fee
Noting about fixed size container splits in the CHANGELOG. 2019-05-12 17:12:42 -04:00
Xabier Larrakoetxea bfd354e253
Reorder added and changed of unreleased version in the changelog
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-07 06:03:50 +02:00
Xabier Larrakoetxea 1005f2c567
Update changelog with ValueFormatter
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-05-06 08:02:32 +02:00
Jakub Sobon e6a00d5685
Merge pull request #198 from mum4k/dot-display
Support displaying the dot character in SegmentDisplay.
2019-04-30 23:14:41 -04:00
Jakub Sobon 426ec9edd4
Updating CHANGELOG. 2019-04-30 23:04:28 -04:00
Jakub Sobon 95f58f0617
Updating CHANGELOG. 2019-04-28 22:45:28 -04:00
Jakub Sobon 457ce10404
Updating CHANGELOG. 2019-04-28 22:11:16 -04:00
Jakub Sobon 8414868440
Updating CHANGELOG for release v0.9.0. 2019-04-28 21:36:19 -04:00
Jakub Sobon 553bad2d18
Updating the CHANGELOG. 2019-04-28 21:18:54 -04:00
Jakub Sobon c25580c335
Updating CHANGELOG. 2019-04-25 23:46:36 -04:00
Jakub Sobon bda6223690
Don't split keyboard shortcuts.
It makes it hard to recognize when a shortcut is pressed and when a
single character is pressed. Do what termbox does and identify these
separately.

Obsoletes #20.
2019-04-20 17:10:59 -04:00
Jakub Sobon 5dd1aff803
Advancing to Go1.10.
- switching to math.Round and deleting out clone.
- switching all bytes.Buffer instances to strings.Builder.
2019-04-18 22:55:05 -04:00
Xabier Larrakoetxea 6cf2caf0b6
Update changelog
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
2019-04-14 10:23:12 +02:00
Jakub Sobon d31b767d5d
Allow options on intermediate containers in the grid.
Fixes #181.
2019-04-07 16:58:18 -04:00
Jakub Sobon 2de4a9a865
SegmentDisplay now reports its capacity. 2019-04-06 23:57:22 -04:00
Jakub Sobon 10d4a55348
Provide metadata to widgets when drawing. 2019-04-03 23:13:18 -04:00
Jakub Sobon d5fdc1faae
Updating the CHANGELOG. 2019-03-30 02:24:37 -04:00
Jakub Sobon fdb659eedf
Updating Changelog. 2019-03-29 00:27:37 -04:00
Jakub Sobon 68fb7606d9
Prevent external mutation of data passed into widgets.
Fixes #174.
2019-03-20 23:20:16 -04:00
Jakub Sobon 4203d0e794
Correctly track container focus when the terminal size increases.
Fixes #169.
2019-03-11 01:04:03 -04:00
Jakub Sobon 66256fd465
Updating CHANGELOG. 2019-03-10 23:36:42 -04:00
Jakub Sobon 62c56c5e58
Adding the ValueCapacity method to SparkLine. 2019-03-03 18:13:17 -05:00
Jakub Sobon 5018a08b1f
Adding ValueCapacity method to BarChart. 2019-03-03 17:59:30 -05:00
Jakub Sobon 9b27e22af7
Updating CHANGELOG.
And using the options in termdashdemo.
2019-03-03 02:42:19 -05:00
Jakub Sobon 768d5132b0
Updating CHANGELOG. 2019-03-02 22:03:14 -05:00
Jakub Sobon f16d9ec293 Merge branch 'devel' into termdash-test-race 2019-03-02 18:24:58 -05:00
Jakub Sobon 4465dced2d
Wait for subscribers to process events. 2019-03-02 18:24:10 -05:00
Jakub Sobon 2742487fc0
The text widget now wraps at words. 2019-03-02 17:56:37 -05:00
Jakub Sobon fb95437256
Updating CHANGELOG. 2019-02-24 16:40:32 -05:00
Jakub Sobon bd6e3db7c1
Formatting CHANGELOG. 2019-02-24 01:58:12 -05:00
Jakub Sobon ba4256139d
Updating CHANGELOG. 2019-02-24 01:56:48 -05:00
Jakub Sobon ff614b89e7
Factoring linestyle into its own package.
So that draw can be made internal.
2019-02-24 01:42:34 -05:00
Jakub Sobon f7a68709e9
Changes to CHANGELOG. 2019-02-24 00:28:18 -05:00
Jakub Sobon b2a1f30fe1
Complete test coverage for button and tweaks to the demo. 2019-02-23 19:38:47 -05:00
Jakub Sobon 22946f2f65
Allowing widgets to select the scope for mouse events too. 2019-02-23 00:41:58 -05:00
Jakub Sobon 495eaa4ee5
Merge pull request #146 from mum4k/widgets-global-keys
Allow widgets to subscribe to global keyboard events
2019-02-22 00:48:42 -05:00
Jakub Sobon 2fba1378a9
Updating CHANGELOG. 2019-02-22 00:37:56 -05:00
Jakub Sobon 102e098dac
Updating CHANGELOG.
And fixing a lint error.
2019-02-22 00:04:08 -05:00
Jakub Sobon 60aaa7d8bb
Updating CHANGELOG. 2019-02-21 01:21:47 -05:00
Jakub Sobon adb11e8358
Documenting EDS. 2019-02-20 00:52:51 -05:00
Jakub Sobon 705db137bc
Fixing existing Lint issues. 2019-02-18 02:14:14 -05:00
Jakub Sobon 72b3ac4ff9
The LineChart widget now supports zoom. 2019-02-18 01:28:30 -05:00
Jakub Sobon 587185eb73
Updating CHANGELOG. 2019-02-16 00:38:32 -05:00
Jakub Sobon 6ace35ee15
Fixing a typo in the CHANGELOG. 2019-02-15 00:56:14 -05:00
Jakub Sobon 9ccf77d77c
Updating CHANGELOG. 2019-02-15 00:41:33 -05:00
Jakub Sobon ca21035e75
Also listing LineChart in the CHANGELOG. 2019-02-15 00:22:11 -05:00
Jakub Sobon 1ab50bcefc
Finished changes for BarChart and updated CHNAGELOG. 2019-02-14 23:44:11 -05:00
Jakub Sobon 22db35293e Merge branch 'master' into devel 2019-02-14 23:37:30 -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 369b86604c
Updating CHANGELOG. 2019-02-14 00:46:14 -05:00
Jakub Sobon 88a948bf56
Updating CHANGELOG. 2019-02-13 00:48:08 -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. 2019-02-12 23:36:45 -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 9613145a47
Updating CHANGELOG and licences. 2019-02-12 22:42:49 -05:00
Jakub Sobon b7fa909466
Updating the CHANGELOG. 2019-02-10 23:56:58 -05:00
Jakub Sobon b1823196eb
Adding version 0.6.0 to the CHANGELOG. 2019-02-07 00:16:51 -05:00
Jakub Sobon 10c6f10a58
Adding SegmentDisplay to the main demo. 2019-02-07 00:09:18 -05:00
Jakub Sobon 8f6c2e59b7
Updating CHANGELOG. 2019-01-27 00:00:30 -05:00
Jakub Sobon b899c31a84
Updating CHANGELOG. 2019-01-26 22:54:50 -05:00
Jakub Sobon 21083a9b8f
Self-review fixes. 2019-01-26 22:33:20 -05:00
Jakub Sobon 2e6da63307
Updating CHANGELOG. 2019-01-26 22:25:02 -05:00
Jakub Sobon 406c365847
LineChart now correctly displays series without zero. 2019-01-26 03:22:13 -05:00
Jakub Sobon 852f989dd5
Fixing unreleased link in the CHANGELOG.
- the link now correctly points at the devel branch.
- updating note about new line styles.
2019-01-26 01:11:51 -05:00
Jakub Sobon 1476bc3f7c
Fixing version in the Unreleased link. 2019-01-24 22:27:14 -05:00
Jakub Sobon 62c9f98b85
Adjusting version numbers to Semantic Versioning. 2019-01-24 22:25:31 -05:00
Jakub Sobon a7f0229142
Adding a changelog. 2019-01-24 22:02:44 -05:00