Tree @5635bf3 (Download .tar.gz)
- .github
- _examples
- _svg
- cwriter
- debian
- decor
- internal
- .gitignore
- bar.go
- bar_filler.go
- bar_filler_bar.go
- bar_filler_nop.go
- bar_filler_spinner.go
- bar_option.go
- bar_test.go
- barbench_test.go
- container_option.go
- CONTRIBUTING
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.mod
- go.sum
- heap_manager.go
- priority_queue.go
- progress.go
- progress_test.go
- proxyreader.go
- proxyreader_test.go
- proxywriter.go
- proxywriter_test.go
- README.md
- UNLICENSE
History of progress.go @5635bf34ab9098746f6093d6ede7fc98c8371750
- wait for user wg last Vladimir Bauer 1 year, 10 months ago
- check for nil BarFillerFunc where BarFiller is expected Vladimir Bauer 1 year, 10 months ago
- check for nil BarFillerBuilder Vladimir Bauer 1 year, 10 months ago
- refactoring: extenderFunc Vladimir Bauer 1 year, 10 months ago
- sort decorators at ranging over bar options Vladimir Bauer 1 year, 10 months ago
- sort decorators before starting b.serve Vladimir Bauer 1 year, 10 months ago
- TraverseDecorators from withing p.serve loop Vladimir Bauer 1 year, 10 months ago
- sane initial cap for buffers Vladimir Bauer 2 years ago
- initialStructBufCap Vladimir Bauer 2 years ago
- defaultStructBufCap = 256 Vladimir Bauer 2 years ago
- don't create cwriter.New(io.Discard) unless delayRC is provided Vladimir Bauer 2 years ago
- future-self comment Vladimir Bauer 2 years ago
- reference method receiver for pState Vladimir Bauer 2 years ago
- disable operateState and interceptIO on render error Vladimir Bauer 2 years ago
- break if there is render error Vladimir Bauer 2 years ago
- address issue #134 Vladimir Bauer 2 years ago
- minor: if not terminal default width is 80 Vladimir Bauer 2 years ago
- address issue #136 again Vladimir Bauer 2 years ago
- refactoring tryEarlyRefresh Vladimir Bauer 2 years ago
- refactoring render error handling Vladimir Bauer 2 years ago
- address issue #136 Vladimir Bauer 2 years ago
- update godoc Vladimir Bauer 2 years ago
- skip pushing bar in pop completed mode, but push in other cases Vladimir Bauer 2 years ago
- refactoring flush frame.shutdown path Vladimir Bauer 2 years ago
- refactoring: UpdateBarPriority with lazy flag Vladimir Bauer 2 years ago
- minor: prefer value var wg Vladimir Bauer 3 years ago
- satisfy staticcheck Vladimir Bauer 3 years ago
- minor: godoc edit Vladimir Bauer 3 years ago
- Progress: Add and MustAdd methods Vladimir Bauer 3 years ago
- minor: avoid indirection Vladimir Bauer 3 years ago