Commit Graph

826 Commits

Author SHA1 Message Date
Jakub Sobon 0efc4a21a3
Updating CHANGELOG. 2020-11-14 23:30:10 -05:00
Jakub Sobon b4d53c1f6c
Removing commented-out code. 2020-11-14 23:25:58 -05:00
Jakub Sobon 503c0ada52
Fixing color setting for `tcell`.
Our tcell library incorrectly referenced tcell color values rather than
just names. The values aren't part of the public API and did change with
the update to v2.

This commit switches our tcell library to using the public constants
exported by the `tcell` project.

Also aligning our color definition of the first 16 colors with `tcell`
and Xterm. Adding two additional colors to make this change backward
compatible with `termbox-go`.
2020-11-14 23:21:07 -05:00
“Carson 4d320e3f2e upgrade tcell to v2.x 2020-11-14 16:47:55 -05:00
Jakub Sobon 8ac4a9b946
Added a missing period. 2020-11-14 02:51:50 -05:00
Jakub Sobon 1b9b13d5dc
Merge pull request #259 from mum4k/termdashdemo-bugfix
Fix a bug where segment display text appears to be jumping.
2020-11-14 02:49:55 -05:00
Jakub Sobon ed4d5305f5
Merge branch 'devel' into termdashdemo-bugfix 2020-11-14 02:41:04 -05:00
Jakub Sobon 0f1d104694
Merge pull request #258 from mum4k/tcell-default
Making tcell the default in all demos and examples.
2020-11-14 02:40:27 -05:00
Jakub Sobon cb74a04eac
Removing variable that wasn't needed. 2020-11-14 02:30:50 -05:00
Jakub Sobon 034007e85f
Renaming `tbx` to `t` to fix compilation errors. 2020-11-14 02:29:09 -05:00
Jakub Sobon 0ddf2984bb
Updating CHANGELOG. 2020-11-14 02:27:48 -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 3541f4797f
Updating CHANGELOG. 2020-11-14 01:42:08 -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 20d07d05e8
Updating CHANGELOG. 2020-11-14 01:10:55 -05:00
Jakub Sobon 57dc6d5612 Merge branch 'devel' into tcell-default 2020-11-14 01:10:02 -05:00
Jakub Sobon df912f226b
Merge pull request #257 from mum4k/mod_upgrade
Upgrading all dependencies.
2020-11-14 01:09:38 -05:00
Jakub Sobon 3cbd993521
Making tcell the default in all demos and examples. 2020-11-14 01:09:07 -05:00
Jakub Sobon 9abe3889f9
Updating CHANGELOG. 2020-11-14 01:00:20 -05:00
Jakub Sobon d2013847ca Merge branch 'devel' into mod_upgrade 2020-11-14 00:59:54 -05:00
Jakub Sobon b698e3f93c
Merge pull request #256 from mum4k/lint
Addressing some lint issues.
2020-11-14 00:59:28 -05:00
Jakub Sobon 212ae2c343 Merge branch 'devel' into lint 2020-11-14 00:49:37 -05:00
Jakub Sobon 1763a031c1
Upgrading all dependencies.
`go get -t -u ./...`
2020-11-14 00:49:08 -05:00
Jakub Sobon 13246b8df8
Merge pull request #255 from mum4k/test-coverage
Improving test coverage
2020-11-14 00:49:03 -05:00
Jakub Sobon 25aa60b5f5
Updating CHANGELOG. 2020-11-14 00:45:34 -05:00
Jakub Sobon b883d8b02f
Addressing some lint issues. 2020-11-14 00:44:45 -05:00
Jakub Sobon 28aa2df684
Updating CHANGELOG. 2020-11-14 00:40:37 -05:00
Jakub Sobon 681499d0a9
Adding test coverage to faketerm. 2020-11-14 00:40:02 -05:00
Jakub Sobon e5e1397ce9
Adding test coverage to cell options. 2020-11-14 00:39:44 -05:00
Jakub Sobon af3c5b9b00
Updating changelog for #251 2020-11-14 00:09:40 -05:00
Jakub Sobon 9719c5f17a
Merge pull request #251 from dyc3/font-modifiers
add font modifier cell options: bold, italic, underline.
2020-11-14 00:06:56 -05:00
“Carson 53530e7dc1 add tests for font modifier cell options 2020-11-13 02:46:39 -05:00
Jakub Sobon aedd69c240
Merge pull request #253 from mum4k/scroll-runes
Ability to swap Scroll runes.
2020-11-13 02:37:28 -05:00
Jakub Sobon cf90e19f1a
Updating CHANGELOG. 2020-11-13 02:30:51 -05:00
Jakub Sobon b2c182063b
Formatting files and adding test coverage. 2020-11-13 02:29:25 -05:00
Jakub Sobon ee4873f748
Merge pull request #248 from d-ank/master
Ability to swap scrolling runes
2020-11-13 02:23:46 -05:00
Jakub Sobon 7229bd72ce
Merge pull request #252 from mum4k/coveralls
Reintegrating coveralls.
2020-11-13 02:17:14 -05:00
“Carson f501a14afa have the termbox backend return an error when attempting to use italics or strikethrough 2020-11-13 02:15:57 -05:00
Jakub Sobon 38da7d1cf5
Updating CHANGELOG. 2020-11-13 02:12:48 -05:00
Jakub Sobon d0b26fa25f
Adding env and switching to travis-pro. 2020-11-13 02:07:17 -05:00
Jakub Sobon 0b92ce9aa1
Adding coveralls back to travis-ci. 2020-11-13 01:53:58 -05:00
“Carson 50310f4d29 add font modifier cell options: bold, italic, underline. 2020-11-12 15:54:58 -05:00
dank c3220f04f1
added the ability to change the scrolling runes 2020-10-13 00:42:25 -04:00
dank 8a316e6c1b
added the ability to swap the scrolling runes 2020-10-13 00:40:58 -04:00
Jakub Sobon 2a7dafa3a8
Adding `gex` to the list of projects using Termdash. 2020-10-12 22:24:03 -04:00
Jakub Sobon fe3e973531
Merge pull request #244 from mum4k/release-0-12-2
Release v0.12.2
2020-08-31 23:05:24 -04:00
Jakub Sobon 5be11e3b8f
Updating CHANGELOG links. 2020-08-31 22:40:39 -04:00
Jakub Sobon 8e77d26fbb
Updating CHANGELOG. 2020-08-31 22:40:08 -04:00
Jakub Sobon 95cabfa837
Advancing Go version and correcting build status badge. 2020-08-31 22:34:49 -04:00
Jakub Sobon a8457a77ce
Adding perfstat to list of projects using Termdash. 2020-07-30 00:00:44 -04:00