Zack Guo
2b8f0c7960
Merge pull request #328 from pgagnidze/updo
...
Add updo to examples
2024-01-30 14:40:22 +08:00
Papuna Gagnidze
995511759b
Update README.md
2024-01-05 16:54:22 +04:00
Zack Guo
b3569a6cd5
Merge pull request #327 from Spelchure/master
...
feat: limit sparkline bar height to the MaxHeight #211
2023-11-11 16:00:52 +08:00
Yuanbo Guo
6b701f2a5a
Update deps and readme
2023-11-11 11:21:51 +08:00
Spelchure
780c93dd44
feat: limit sparkline bar height to the MaxHeight
2023-08-16 08:42:46 +03: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
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
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
Caleb Bassi
fab01d4358
Merge pull request #221 from NovA9232/master
...
Added more scrolling options to list widget.
2019-02-01 20:48:15 -08:00
Ryan Lewis
3eaafc7706
Tweaked background colour rendering on seperators when using row fill
2019-02-01 18:24:46 +00:00
Ryan Lewis
83319fb800
Fill whole rows with row style
2019-02-01 18:12:22 +00:00
Ryan Lewis
ddd058e89d
Allow override of styles for individual rows
2019-02-01 17:24:33 +00:00
Ryan Lewis
d1c58b4ba9
Set the separator styles to that of the block
2019-02-01 17:22:43 +00:00