bakito
2235e5cddc
allow toggling x axis labels
2023-05-03 07:14:10 +02:00
Marc Brugger
eee86868c2
Merge pull request #2 from bakito/dependabot/go_modules/github.com/nsf/termbox-go-1.1.1
...
Bump github.com/nsf/termbox-go from 0.0.0-20190121233118-02980233997d to 1.1.1
2023-05-03 06:57:54 +02:00
dependabot[bot]
99d6ee3c20
Bump github.com/nsf/termbox-go
...
Bumps [github.com/nsf/termbox-go](https://github.com/nsf/termbox-go ) from 0.0.0-20190121233118-02980233997d to 1.1.1.
- [Release notes](https://github.com/nsf/termbox-go/releases )
- [Commits](https://github.com/nsf/termbox-go/commits/v1.1.1 )
---
updated-dependencies:
- dependency-name: github.com/nsf/termbox-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 22:15:14 +00:00
Marc Brugger
151c2ccddb
Merge pull request #3 from bakito/dependabot/go_modules/github.com/mitchellh/go-wordwrap-1.0.1
...
Bump github.com/mitchellh/go-wordwrap from 0.0.0-20150314170334-ad45545899c7 to 1.0.1
2023-05-03 00:14:38 +02:00
dependabot[bot]
6341df28e7
Bump github.com/mitchellh/go-wordwrap
...
Bumps [github.com/mitchellh/go-wordwrap](https://github.com/mitchellh/go-wordwrap ) from 0.0.0-20150314170334-ad45545899c7 to 1.0.1.
- [Release notes](https://github.com/mitchellh/go-wordwrap/releases )
- [Commits](https://github.com/mitchellh/go-wordwrap/commits/v1.0.1 )
---
updated-dependencies:
- dependency-name: github.com/mitchellh/go-wordwrap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 22:14:08 +00:00
Marc Brugger
ef9ced54c2
Create go.yml
2023-05-03 00:14:01 +02:00
Marc Brugger
546f58a05a
Merge pull request #1 from bakito/dependabot/go_modules/github.com/mattn/go-runewidth-0.0.14
...
Bump github.com/mattn/go-runewidth from 0.0.2 to 0.0.14
2023-05-03 00:13:14 +02:00
dependabot[bot]
473b0028dc
Bump github.com/mattn/go-runewidth from 0.0.2 to 0.0.14
...
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth ) from 0.0.2 to 0.0.14.
- [Release notes](https://github.com/mattn/go-runewidth/releases )
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.2...v0.0.14 )
---
updated-dependencies:
- dependency-name: github.com/mattn/go-runewidth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 22:12:54 +00:00
Marc Brugger
ef42df2a7f
Create dependabot.yml
2023-05-03 00:12:33 +02:00
bakito
5df5527ca7
clone slices to loos reference
2023-05-02 18:52:21 +02:00
Zack Guo
f976fe697a
Merge pull request #288 from gizak/v3
...
Move sub /v3 to repo root
2021-01-24 17:13:58 +08:00
Yuanbo Guo
0b52bac91f
Move sub /v3 to repo root
...
Use v3 as dev branch, use master as tagged release branch
2021-01-16 13:14:35 +08:00
Caleb Bassi
4cca61d83f
v3.1.0
v3.1.0
2019-07-15 12:40:41 -07:00
Caleb Bassi
14f6f658b8
Merge pull request #237 from namreg/tree-widget
2019-07-15 12:33:30 -07:00
Caleb Bassi
12333d6a7e
Move source files into v3 directory
2019-06-30 15:09:31 -07:00
Caleb Bassi
f08e81d72a
Readd drawille-go into repo
2019-06-18 12:30:44 -07:00
Igor German
81435f79b5
Add SelectedNode method
2019-06-10 16:09:26 +03:00
Caleb Bassi
5b80e0d4fe
Cleanup installation instructions (again)
2019-05-26 14:04:59 -07:00
Caleb Bassi
9ee5b79147
Cleanup installation instructions
2019-05-23 13:50:49 -07:00
Igor German
7357ed4649
resolve pr comments
2019-05-02 15:50:48 +03:00
Igor German
be3cc6d20d
Tree widget
2019-04-19 11:15:13 +03:00
Caleb Bassi
213738dbc7
Add installation instructions for dep
2019-04-09 09:42:13 -07:00
Caleb Bassi
d5ea67dfda
Fix typo
2019-03-12 02:05:11 -07:00
Caleb Bassi
6d201dcdd2
readme: update installation instructions
2019-03-11 22:30:12 -07:00
Caleb Bassi
a7377fcef7
Fix changelog
2019-03-07 03:42:49 -08:00
Caleb Bassi
bde33ac03c
Fix dates in changelog
2019-03-07 03:42:49 -08:00
Caleb Bassi
70fa7b8887
v3.0.0 🎉
...
Fix install command
v3.0.0
2019-03-07 03:42:49 -08:00
Caleb Bassi
eaec27d1df
Add sync.Locker interface to Drawable interface
...
Many widget implementations will want to update asynchronously, so now termui performs locks a widget when drawing. Users should call `Lock()` on their widgets when performing an asynchronous update.
2019-03-07 02:14:11 -08:00
Caleb Bassi
5371e9e636
mv termbox.go backend.go
2019-03-07 02:12:05 -08:00
Caleb Bassi
a9772ca753
Change list widget scroll method names
2019-03-01 14:04:59 -08:00
Caleb Bassi
a8109c55df
Fix list scrolling ( Fix #228 )
2019-03-01 13:30:21 -08:00
Caleb Bassi
1ec9fa2896
Fix widget padding
2019-02-28 18:52:20 -08:00
Caleb Bassi
9513fa11a1
Add widget padding
2019-02-28 18:50:14 -08:00
Caleb Bassi
9735f6dda8
Add ColumnResizer field to table
2019-02-28 18:36:49 -08:00
Caleb Bassi
3006e4efe4
Change various widget field names
2019-02-28 18:35:40 -08:00
Caleb Bassi
fd5a830d7a
Rename style parsing functions
2019-02-24 14:56:34 -08:00
Caleb Bassi
f8e30bacd3
Update readme
2019-02-24 14:55:58 -08:00
Caleb Bassi
67284dd15c
Update out of date changelog
2019-02-24 14:55:48 -08:00
Caleb Bassi
63c2a0d709
Merge pull request #227 from anson0370/unicode_string_display
...
fix : #226
2019-02-24 10:10:52 -08:00
Anson Chan
b5e7ca951a
refactor: use a []CellWithX instead a chan of CellWithX to make it more sense
2019-02-24 11:29:35 +08:00
Caleb Bassi
179acca35e
Formatting
2019-02-22 12:44:48 -08:00
Anson Chan
bbf3bb6797
fix : #226 , unicode strings display in paragraph, table and list
2019-02-22 13:08:41 +08:00
Caleb Bassi
bb0b559103
readme: add termdash to related works section
2019-02-13 20:50:05 -08:00
Caleb Bassi
a795c07466
readme: add tview to 'related projects' section
2019-02-07 03:21:27 -08:00
Caleb Bassi
0278568ed8
Update README
2019-02-04 20:16:27 -08:00
Caleb Bassi
5ece2b7178
Improve/add comments
2019-02-01 22:16:02 -08:00
Caleb Bassi
71648dedc1
Update README
2019-02-01 21:44:55 -08:00
Caleb Bassi
9bbf7adda8
Merge pull request #222 from ryanlewis/master
...
Table render improvements
2019-02-01 21:21:45 -08:00
Caleb Bassi
a77ad90f64
Make scrollAmount public and refactor previous scrolling methods
2019-02-01 21:07:23 -08:00
Caleb Bassi
013ef15209
Update List example with more scrolling options
2019-02-01 21:05:03 -08:00