Tree @master (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 @master
- 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
- NewWithContext: ctx nil check Vladimir Bauer 3 years ago
- refactoring renderDelay to dealyRC Vladimir Bauer 3 years ago
- refactoring refreshCh to renderReq Vladimir Bauer 3 years ago
- makeBarState method on pState value receiver Vladimir Bauer 3 years ago
- shutdown refresh listener goroutine first then p.serve Vladimir Bauer 3 years ago
- limit frame.shutdown path Vladimir Bauer 3 years ago
- check manualRefresh at bar.triggerCompletion Vladimir Bauer 3 years ago
- refactoring forceAutoRefresh => autoRefresh Vladimir Bauer 3 years ago
- refactoring autoRefresh => newTicker Vladimir Bauer 3 years ago
- refactoring bState.autoRefresh Vladimir Bauer 3 years ago