Tree @4e8925c (Download .tar.gz)
- .github
- _examples
- _svg
- cwriter
- 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 bar.go @4e8925c360d0a989dc9474f7e0f056e060caf83a
- refactoring: render Vladimir Bauer 2 years ago
- draw: no need for defer Vladimir Bauer 2 years ago
- drop unused Vladimir Bauer 2 years ago
- refactoring: (*bState).draw(decor.Statistics) Vladimir Bauer 2 years ago
- refactoring: eitherError to firstNonNil Vladimir Bauer 2 years ago
- EwmaIncrInt64: n = 0 is valid case Vladimir Bauer 2 years ago
- populate frame shutdown related fields at complete or abort events only Vladimir Bauer 2 years ago
- refactoring tryEarlyRefresh Vladimir Bauer 2 years ago
- some godoc update Vladimir Bauer 2 years ago
- no need for renderFrame.done Vladimir Bauer 2 years ago
- refactoring: UpdateBarPriority with lazy flag Vladimir Bauer 2 years ago
- bar SetRefill: make sure refill doesn't overflow current Vladimir Bauer 2 years ago
- refactoring drawImpl Vladimir Bauer 2 years ago
- minor: refactoring ewmaUpdate to decoratorEwmaUpdate Vladimir Bauer 3 years ago
- minor: one line func Vladimir Bauer 3 years ago
- refactoring refreshCh to renderReq Vladimir Bauer 3 years ago
- shutdown refresh listener goroutine first then p.serve Vladimir Bauer 3 years ago
- minor: one line func Vladimir Bauer 3 years ago
- limit frame.shutdown path Vladimir Bauer 3 years ago
- refactoring bState.rmOnComplete Vladimir Bauer 3 years ago
- minor: param rename Vladimir Bauer 3 years ago
- check manualRefresh at bar.triggerCompletion Vladimir Bauer 3 years ago
- refactoring bState.autoRefresh Vladimir Bauer 3 years ago
- minor: why tryEarlyRefresh call comment Vladimir Bauer 3 years ago
- refactoring forceRefreshImpl => tryEarlyRefresh Vladimir Bauer 3 years ago
- refactoring forceRefresh => triggerCompletion Vladimir Bauer 3 years ago
- allow bar completion without render calls Vladimir Bauer 3 years ago
- forceRefresh without wg Vladimir Bauer 3 years ago
- make sure b.cancel is called after OnComplete decorators Vladimir Bauer 3 years ago
- Revert "forceRefresh: sleep 10 ms on success" Vladimir Bauer 3 years ago