Tree @c24a556 (Download .tar.gz)
- cwriter
- decor
- examples
- .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 @c24a556bd6ece8bed76f394b7ab2dae01a19e86d
- Refactor: renderedReader, barRendering Vladimir Bauer 8 years ago
- Refactor: widthSyncer Vladimir Bauer 8 years ago
- Single point of bar complete Vladimir Bauer 8 years ago
- Bar.Complete godoc fix Vladimir Bauer 8 years ago
- Fix concurrent Progress.RemoveBar hang Vladimir Bauer 8 years ago
- Shutdown does one operation, refactoring and more tests Vladimir Bauer 8 years ago
- Minor updates (readme, some examples) Vladimir Bauer 8 years ago
- Utilize quit ch only, shutdown with sync once Vladimir Bauer 8 years ago
- Deprecate Incr(int) method, use IncrBy(int) instead. Vladimir Bauer 8 years ago
- UpdateBarPriority Vladimir Bauer 8 years ago
- SetTotal: drop not relevant godoc comment Vladimir Bauer 8 years ago
- Default totalAutoIncrTrigger = 0 Vladimir Bauer 8 years ago
- Dynamic total auto increment Vladimir Bauer 8 years ago
- Incr godoc comment Vladimir Bauer 8 years ago
- Some godoc comments Vladimir Bauer 8 years ago
- Pass *bState intead of bState Vladimir Bauer 8 years ago
- Refactoring: pConf to pState, state to bState Vladimir Bauer 8 years ago
- utilize bytes.Buffer.ReadFrom Vladimir Bauer 8 years ago
- tw <= 0 fix Vladimir Bauer 8 years ago
- tw -1 fix Vladimir Bauer 8 years ago
- No need to check bar's complete rune Vladimir Bauer 8 years ago
- Some refactoring Vladimir Bauer 8 years ago
- Adaptive bar resize Vladimir Bauer 8 years ago
- Drop progress while total is dynamic Vladimir Bauer 8 years ago
- Don't request complete after it has occured Vladimir Bauer 8 years ago
- Reduce time.Now calls Vladimir Bauer 8 years ago
- Improve complete after flush algorithm Vladimir Bauer 8 years ago
- Better complete check Vladimir Bauer 8 years ago
- Right Space fix Vladimir Bauer 8 years ago
- Fix some tests Vladimir Bauer 8 years ago