Commit Graph

397 Commits

Author SHA1 Message Date
Sasha Koshka 7cc6af7e83 Merge pull request 'tebification' (#1) from tebification into main
Reviewed-on: #1
2022-08-28 16:50:04 +00:00
Sasha Koshka f088c232e1 Add attribution to README 2022-08-28 12:47:55 -04:00
Sasha Koshka 921d5f33cc Relicensed under GPLv3 2022-08-28 12:46:41 -04:00
Sasha Koshka 17aca49602 Replaced references to github.com with git.tebibyte.media 2022-08-28 12:37:35 -04: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
hmmmmmmmm df176218f1
Added a floor function for scrolling.
A floor function was needed to calculate the number of rows to scroll by when scrolling by half a page.
2019-02-01 14:09:51 +00:00