Tree @42963cd (Download .tar.gz)
- cwriter
- decor
- examples
- internal
- .gitignore
- .travis.yml
- bar.go
- bar_option.go
- bar_test.go
- barbench_test.go
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.test.sh
- LICENSE
- options.go
- options_go1.7.go
- priority_queue.go
- progress.go
- progress_go1.7_test.go
- progress_posix.go
- progress_test.go
- progress_windows.go
- proxyreader.go
- proxyreader_test.go
- README.md
History of bar.go @42963cd7a45b44c40c29d3f15ce0c7136a4e670f
- get rid of start block channel Vladimir Bauer 7 years ago
- RefillBy Vladimir Bauer 8 years ago
- IncrBy accepts optional rune Vladimir Bauer 8 years ago
- Move round and helper func to internal Vladimir Bauer 8 years ago
- Refactoring: ewma speed decorator Vladimir Bauer 8 years ago
- unused Vladimir Bauer 8 years ago
- Decouple eta from core Vladimir Bauer 8 years ago
- No critical to select in Completed, gain in performance Vladimir Bauer 8 years ago
- Breaking change: decor package refactoring Vladimir Bauer 8 years ago
- dynamic total fix Vladimir Bauer 8 years ago
- Refactoring: render and flush Vladimir Bauer 8 years ago
- Fix #24 Vladimir Bauer 8 years ago
- default etaAlpha = 0.12 Vladimir Bauer 8 years ago
- Fix #20 Vladimir Bauer 8 years ago
- a bit accurate ETA Vladimir Bauer 8 years ago
- dynamic is true, if total unknown Vladimir Bauer 8 years ago
- eta update Vladimir Bauer 8 years ago
- set toComplete inside SetTotal Vladimir Bauer 8 years ago
- SetTotal: make sure zero value not assigned Vladimir Bauer 8 years ago
- Refactoring: renderedState to bFrame Vladimir Bauer 8 years ago
- refactoring eta vars Vladimir Bauer 8 years ago
- write rRight rune in defer Vladimir Bauer 8 years ago
- Fix TestBarPanics to fail on negative tw Vladimir Bauer 8 years ago
- WithDebugOutput Vladimir Bauer 8 years ago
- Width overflow fix Vladimir Bauer 8 years ago
- Refactoring: waitBar to runningBar Vladimir Bauer 8 years ago
- New BarOptions, BarReplaceOnComplete and BarClearOnComplete Vladimir Bauer 8 years ago
- BarPriority option Vladimir Bauer 8 years ago
- Refactoring: fmtRunes to barRunes Vladimir Bauer 8 years ago
- Remove unnecessary if termWidth > s.Width clause Vladimir Bauer 8 years ago