Commit Graph

38 Commits

Author SHA1 Message Date
Jakub Sobon ed4d5305f5
Merge branch 'devel' into termdashdemo-bugfix 2020-11-14 02:41:04 -05:00
Jakub Sobon cb74a04eac
Removing variable that wasn't needed. 2020-11-14 02:30:50 -05:00
Jakub Sobon b30352e642
Fix a bug where segment display text appears to be jumping. 2020-11-14 02:26:46 -05:00
Jakub Sobon 3e476963e8
Changing Blue color in demos to a more readable shade. 2020-11-14 01:41:29 -05:00
Jakub Sobon 3cbd993521
Making tcell the default in all demos and examples. 2020-11-14 01:09:07 -05:00
kvnxiao 26f6d38c1f Add -terminal flag to switch between implementations for termdashdemo 2020-03-01 14:44:33 -05:00
Donald Wilson 4fdf11b21c
Update termdashdemo.go 2019-05-04 05:19:14 -04:00
Jakub Sobon 3b7ae3e319
Adding text input field to the main demo. 2019-04-27 02:50:13 -04:00
Jakub Sobon d31b767d5d
Allow options on intermediate containers in the grid.
Fixes #181.
2019-04-07 16:58:18 -04:00
Jakub Sobon a9515f2721
Switching termdashdemo back to grid layout. 2019-03-30 03:00:41 -04:00
Jakub Sobon efa673a3e3
Termdashdemo now demonstartes dynamic layout changes. 2019-03-30 01:43:13 -04:00
Jakub Sobon 45ce014546
Termdashdemo shows both grid and container layout patterns. 2019-03-10 23:33:29 -04:00
Jakub Sobon 9b27e22af7
Updating CHANGELOG.
And using the options in termdashdemo.
2019-03-03 02:42:19 -05:00
Jakub Sobon cc460d43b7
Fixing one typo and adding two missing error checks. 2019-02-24 18:42:10 -05:00
Jakub Sobon e4726e4240
Changing all call sites to linestyle. 2019-02-24 01:51:50 -05:00
Jakub Sobon b74f46509b
Moving runewidth, segdisp and testdraw to internal. 2019-02-24 01:27:17 -05:00
Jakub Sobon bf61ca1479
Moving draw out of internal. 2019-02-24 01:20:03 -05:00
Jakub Sobon 97ec73069f
Moving align, cell and terminalapi back from internal. 2019-02-24 01:13:26 -05:00
Jakub Sobon bf38f10d25
Moving terminal back to public. 2019-02-24 01:04:57 -05:00
Jakub Sobon 5ac468c10a
Moving terminal, terminalapi and widgetapi to internal subdirectory.
And adding a README under internal.
2019-02-23 21:19:16 -05:00
Jakub Sobon 6c03991fb9
Moving draw and event to internal. 2019-02-23 21:10:51 -05:00
Jakub Sobon 7ee222ac58
Moving private libraries into internal subdirectory. 2019-02-23 21:09:38 -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 2784a1c7a0
Constructor of Text now returns an error. 2019-02-15 00:20:20 -05:00
Jakub Sobon 231db41590
Constructor of SparkLine now returns an error. 2019-02-15 00:05:45 -05:00
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 2949a79357
Constructor of BarChart now returns an error. 2019-02-14 23:37:06 -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 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
Michael Teuscher c304765e5c
Removed another one 2019-01-22 23:28:01 +01:00
Michael Teuscher cdbcd400a2
Removed assigner in return 2019-01-22 23:27:21 +01:00
Michael Teuscher 66bbec917a
Golint Changes 2019-01-22 23:26:13 +01:00
Jakub Sobon 6977d291f2
Adding Donut to termdashdemo. 2019-01-21 17:53:33 -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