Commit Graph

24 Commits

Author SHA1 Message Date
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 12333d6a7e Move source files into v3 directory 2019-06-30 15:09:31 -07: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 5ece2b7178 Improve/add comments 2019-02-01 22:16:02 -08:00
Caleb Bassi 958a28575d The Great Rewrite 2019-01-23 20:16:13 -08:00
Josh Soref 92e24c9d1c spelling: implements 2016-03-14 05:47:25 +00:00
Josh Soref 552d4fdbed spelling: computed 2016-03-14 05:45:57 +00:00
Zack Guo d921faeffe Update copyright 2017-01-14 01:07:43 -05:00
Zack Guo cfe1ea3b97 Update copyright info 2016-11-10 23:25:53 -05:00
gizak dada0699b6 Update doc string 2016-01-26 20:45:18 -05:00
gizak 52f9777092 Fix grid demo and Buffer.Merge 2015-10-10 11:20:44 -04:00
gizak e0dec9dbb9 Move widget back to root 2015-10-07 14:25:59 -04:00
gizak e89b10ff4f Finish Event 2015-09-18 11:41:44 -04:00
gizak 62105f6883 WIP MarkdownTxBuilder 2015-05-02 23:35:06 -04:00
gizak 7aed750f64 WIP use Buffer instead of []Point in Bufferer
Merge https://github.com/Matt3o12/termui.git colored-list
Merge https://github.com/funkygao/termui.git master
Add subdir widget
Use image Rectangle represent buffer area
2015-04-21 09:56:10 -04:00
gizak 0a29dad7e7 Merge branch 'master' of https://github.com/funkygao/termui into refactoring
Conflicts:
	grid.go
2015-04-16 19:08:08 -04:00
funkygao 31039974ca export row so that dynamic making rows is possible 2015-04-15 21:50:09 +08:00
gizak 9292a5f43d Fix https://github.com/gizak/termui/issues/26 2015-04-10 09:57:34 -04:00
gizak ce9fe5f9c4 Fix grid offset bug mentioned in https://github.com/gizak/termui/issues/26 2015-04-09 17:39:46 -04:00
gizak b8d37842ee Add docs 2015-03-24 17:16:43 -04:00
gizak b689689056 Add build tags for examples 2015-03-20 16:21:50 -04:00
gizak 89f47edd59 Finish Grid system 2015-03-20 08:24:48 -04:00
gizak 0d3c4485b2 Rewrite grid 2015-03-19 12:00:38 -04:00
gizak 8ed1b40acf Add grid layout 2015-03-15 15:56:38 -04:00