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

Commit Graph

  • e00b62cba5 Added animated gif and updated README Keith Knott 2024-09-29 04:20:49 -04:00
  • bbb01e4a00
    Merge 2e09f14825552a15e24bcfabbedf0c529d23af28 into 9b9634747a828fb6767587bd9bcbb8199a9dc9a6 Keith Knott 2024-09-29 08:08:57 +00:00
  • 2e09f14825 Optimized code and addressed linting errors and added comments: Keith Knott 2024-09-29 04:06:51 -04:00
  • 9b8ee5bd62
    Merge 8d3bd9cd68b72d51605cf3d875e7175e93831005 into 9b9634747a828fb6767587bd9bcbb8199a9dc9a6 dependabot[bot] 2024-09-24 08:45:16 -04:00
  • 9b9634747a
    Merge pull request #380 from keithknott26/treeview devel Jakub Sobon 2024-09-24 08:45:02 -04:00
  • 25bcdeadc2 Added suimon since it went missing in a previous commit Keith Knott 2024-09-23 20:37:48 -04:00
  • d1136108c8 Added animated gif and updated README Keith Knott 2024-09-23 20:15:32 -04:00
  • d9ab04a88b Added missing comments to types, added more tests, changed node to tv, changed Treeview to TreeView Keith Knott 2024-09-23 19:37:34 -04:00
  • c0857cdbec Added Tab widget, demo, and tests Keith Knott 2024-09-18 14:44:31 -04:00
  • cd6f571a1b Minor fixes for linting errors Keith Knott 2024-09-15 22:43:51 -04:00
  • 2c8f554031 Updated tests and treeview with mutex locking Keith Knott 2024-09-15 22:33:18 -04:00
  • 724bebfde8 Updated treeview and tests to guard against race conditions Keith Knott 2024-09-15 20:18:15 -04:00
  • f7d865a286 Updated testing errors to pass Keith Knott 2024-09-15 19:33:52 -04:00
  • dd09e58d5c Adding Treeview widget and tests Keith Knott 2024-09-15 15:33:43 -04:00
  • 59e672c124
    Example that resets a linechart in place. lc_reset_example Jakub Sobon 2024-07-23 08:09:18 -04:00
  • 8d3bd9cd68
    Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 dependabot/go_modules/devel/github.com/mattn/go-runewidth-0.0.16 dependabot[bot] 2024-07-22 21:20:21 +00:00
  • 546db666dc [FEAT] reset for linechart Charlie 2024-06-29 00:06:31 +08:00
  • 102df20a88
    Merge pull request #374 from mum4k/release-0-20-0 master v0.20.0 Jakub Sobon 2024-03-10 16:05:56 -04:00
  • db8e463332
    Releasing Termdash v0.20.0. release-0-20-0 Jakub Sobon 2024-03-10 16:02:27 -04:00
  • 9dfa205c64
    Merge pull request #372 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.7.4 Jakub Sobon 2024-03-10 15:58:39 -04:00
  • ce0dd0b666
    Merge pull request #373 from spacez320/292-allow-splitfixed-to-set-the-size-of-the-second-container Jakub Sobon 2024-03-10 15:58:11 -04:00
  • e980c4bb2b Add tests, clean-up Matthew Coleman 2024-03-08 13:02:01 -05:00
  • 4b7343b987 Split*FromEnd functions Matthew Coleman 2024-03-08 00:50:54 -05:00
  • ec14443ef9 More documentation updates Matthew Coleman 2024-03-07 19:26:59 -05:00
  • edab304013 Function re-ordering Matthew Coleman 2024-03-07 18:57:20 -05:00
  • 029ce611e8 Linting adjustments Matthew Coleman 2024-03-07 18:49:29 -05:00
  • 5b664845a5 Reversed split for percentages Matthew Coleman 2024-03-07 18:47:11 -05:00
  • 992d7f3bfc Lint fixes Matthew Coleman 2024-03-07 17:58:36 -05:00
  • ca93ed8334 Define shared logic for vertical cell splits Matthew Coleman 2024-03-07 17:55:44 -05:00
  • 610a070aab Add test for HSplitCellsReversed Matthew Coleman 2024-03-07 17:26:16 -05:00
  • 275c62fc47 Restore HSplitCells to original function signature Matthew Coleman 2024-03-07 17:14:50 -05:00
  • 4465700c5d Allow reverse horizontal area splits Matthew Coleman 2024-03-05 11:00:54 -05:00
  • a3806f2bb5
    Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.4 dependabot[bot] 2024-03-04 21:39:22 +00:00
  • 957d348cb0
    Bump github.com/gdamore/tcell/v2 from 2.7.0 to 2.7.1 dependabot[bot] 2024-02-19 21:01:50 +00:00
  • bc63a16bf8
    Merge pull request #370 from mum4k/release_v0_19_0 v0.19.0 Jakub Sobon 2024-01-29 15:18:07 -05:00
  • a435b03fce
    Releasing Termdash v0.19.0. Jakub Sobon 2024-01-29 15:13:55 -05:00
  • b45b65fc1d
    Merge pull request #362 from spacez320/360-panic-when-attempting-to-use-backtab Jakub Sobon 2024-01-29 15:12:00 -05:00
  • 3687adb48d
    Merge pull request #369 from mum4k/go_version Jakub Sobon 2024-01-29 15:09:40 -05:00
  • 34ed1a7d7d
    Switch Go version to v1.21. Jakub Sobon 2024-01-29 15:07:56 -05:00
  • 90a119eab5 Merge branch 'devel' of ssh://github.com/mum4k/termdash into devel Jakub Sobon 2024-01-29 15:07:08 -05:00
  • 428633d1a0
    Merge pull request #367 from mum4k/dependabot/github_actions/actions/checkout-4 Jakub Sobon 2024-01-29 15:04:16 -05:00
  • 2e0828fdef Remove accidental binary include Matthew Coleman 2024-01-29 15:03:06 -05:00
  • 3569f48f38
    Merge branch 'master' into dependabot/github_actions/actions/checkout-4 Jakub Sobon 2024-01-29 15:02:35 -05:00
  • 39084dab2f
    Merge pull request #368 from mum4k/dependabot/github_actions/actions/setup-go-5 Jakub Sobon 2024-01-29 15:02:12 -05:00
  • 16428274d7
    Merge pull request #366 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.7.0 Jakub Sobon 2024-01-29 15:01:52 -05:00
  • 9c14e521e5
    Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.15 dependabot[bot] 2024-01-29 20:00:37 +00:00
  • 2e819cc617
    Bump actions/setup-go from 4 to 5 dependabot[bot] 2024-01-29 19:59:05 +00:00
  • 2f4398bf9b
    Bump actions/checkout from 3 to 4 dependabot[bot] 2024-01-29 19:59:00 +00:00
  • c3a6ea841f
    Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.7.0 dependabot[bot] 2024-01-29 19:58:54 +00:00
  • af91f8329d
    Merge pull request #364 from mum4k/github_actions Jakub Sobon 2024-01-29 14:58:27 -05:00
  • 7b0edc051a
    Dependabot for github actions. Jakub Sobon 2024-01-29 14:56:13 -05:00
  • 4a7e55359d Merge branch 'master' into github_actions Jakub Sobon 2024-01-29 14:54:56 -05:00
  • d2e8044618
    Remove goveralls and licences. Jakub Sobon 2024-01-29 14:53:42 -05:00
  • 425b8a1a84
    Skip licences. Jakub Sobon 2024-01-29 14:50:25 -05:00
  • 0361d4e3ed
    Move workflow to the workflows directory. Jakub Sobon 2024-01-29 14:44:45 -05:00
  • 821b47af21
    Merge pull request #363 from mum4k/github_actions Jakub Sobon 2024-01-29 14:43:47 -05:00
  • 45a2042afb
    Undo changes in CHANGELOG. Jakub Sobon 2024-01-29 14:42:58 -05:00
  • 83c2b44eaa
    Remove the Travis workflow. Jakub Sobon 2024-01-29 14:42:17 -05:00
  • 185582a89e Merge branch 'master' into github_actions Jakub Sobon 2024-01-29 14:41:38 -05:00
  • 343f50342e
    Undo CHANGELOG change. Jakub Sobon 2024-01-29 14:39:40 -05:00
  • d0cde3f172
    Defining Github action to execute Termdash CI. Jakub Sobon 2024-01-29 14:37:10 -05:00
  • 120b02117f Implement backtab for tcell widgets Matthew Coleman 2024-01-27 17:34:33 -05:00
  • a942dcf06f
    Merge pull request #361 from bartosian/devel Jakub Sobon 2024-01-19 09:29:34 -05:00
  • 55099dd4bd Added project example which uses Termdash bartosian 2024-01-18 21:11:07 -05:00
  • 27330999d9
    Demonstrate updating a sub-container. grid_example Jakub Sobon 2024-01-04 09:44:08 -05:00
  • 8cb465ac88
    Bump github.com/gdamore/tcell/v2 from 2.5.4 to 2.6.0 dependabot[bot] 2023-02-21 21:57:26 +00:00
  • e4ccfa3102
    Update Build status badge. Jakub Sobon 2023-02-08 17:15:14 -05:00
  • e7f235a952
    Merge pull request #355 from mum4k/release-v0.18.0 v0.18.0 Jakub Sobon 2023-02-08 17:03:09 -05:00
  • 244687324e
    Fix gofmt error. Jakub Sobon 2023-02-08 16:48:15 -05:00
  • fa5cbadc35
    Fixing one misformatted doc comment. Jakub Sobon 2023-02-08 16:37:38 -05:00
  • 5a36b82b2e
    Updating CHANGELOG. Jakub Sobon 2023-02-08 16:30:51 -05:00
  • 5261a1fd82 Merge branch 'devel' into release-v0.18.0 Jakub Sobon 2023-02-08 16:28:31 -05:00
  • a3cf098aab
    Merge pull request #354 from mum4k/update_travis Jakub Sobon 2023-02-08 16:27:24 -05:00
  • bc92fea523
    Include Golang v1.20.x explicitly. Jakub Sobon 2023-02-08 16:22:46 -05:00
  • 5e6de2ede6
    Remove mod=mod from one more location. Jakub Sobon 2023-02-08 16:20:33 -05:00
  • 4627a7620f
    Updating .travis.yml. Jakub Sobon 2023-02-08 16:17:15 -05:00
  • 66e7564bf6
    Merge pull request #353 from mum4k/mod_update Jakub Sobon 2023-02-08 16:15:04 -05:00
  • 0cf808465f
    Updating go.mod. Jakub Sobon 2023-02-08 16:03:09 -05:00
  • 6ac65a228e
    Merge pull request #344 from mum4k/dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.4 Jakub Sobon 2023-02-08 15:59:09 -05:00
  • 6cf1c26327
    Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.4 dependabot[bot] 2023-02-08 20:32:23 +00:00
  • d75be8f263
    Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 dependabot[bot] 2023-02-08 20:32:22 +00:00
  • 90333d018f
    Merge pull request #352 from mum4k/golint Jakub Sobon 2023-02-08 15:30:32 -05:00
  • b00342e91c
    Fix GoLint issue. Jakub Sobon 2023-02-08 15:29:10 -05:00
  • 906334caf2
    Merge pull request #351 from mum4k/fix_textinput Jakub Sobon 2023-02-08 13:39:16 -05:00
  • b1943d95cf
    Fix tests in editor_test.go. Jakub Sobon 2023-02-08 13:38:38 -05:00
  • efe737b6ac
    Mark release v0.18.0 in the CHANGELOG. Jakub Sobon 2023-02-08 13:33:53 -05:00
  • 44628fd211 Merge branch 'devel' into release-v0.18.0 Jakub Sobon 2023-02-08 13:32:43 -05:00
  • 188017287a
    Merge pull request #347 from LQR471814/devel Jakub Sobon 2023-02-08 13:27:33 -05:00
  • d57ec120c0
    Merge pull request #350 from mum4k/format_files Jakub Sobon 2023-02-08 13:26:25 -05:00
  • 155b42c608
    Note Golang version updates. Jakub Sobon 2023-02-08 13:20:28 -05:00
  • b01ab7c72a
    Note formatting of Golang files. Jakub Sobon 2023-02-08 13:18:01 -05:00
  • 493ffcf1af Merge branch 'devel' into format_files Jakub Sobon 2023-02-08 13:16:36 -05:00
  • 9b59a47cd4
    Merge pull request #349 from mum4k/disable_older_golang Jakub Sobon 2023-02-08 13:16:07 -05:00
  • 94d07aea18
    Format files with gofmt from Golang 1.20. Jakub Sobon 2023-02-08 13:15:27 -05:00
  • a9e894f4c1
    Temporarily disable older golang builds and gofmt step. Jakub Sobon 2023-02-08 13:08:25 -05:00
  • 52ebd80b87
    Merge pull request #348 from mum4k/disable_line_cov Jakub Sobon 2023-02-08 13:07:15 -05:00
  • 0f346f34d1
    Modifying CHANGELOG and README. Jakub Sobon 2023-02-08 13:01:46 -05:00
  • 3affaaa53b
    Temporarily disable line coverage. Jakub Sobon 2023-02-08 12:46:58 -05:00
  • 45f26a878d address comments LQR471814 2023-01-30 17:56:04 -08:00
  • e87b1cb791 capitalize text LQR471814 2023-01-29 11:15:42 -08:00