summaryrefslogtreecommitdiff
path: root/apt-pkg/install-progress.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix progress bar width for multibyte charsetsАлексей Шилин2019-11-251-1/+1
* Avoid implicitly promotion of float to doubleDavid Kalnischkies2018-05-051-1/+1
* remove pointless APT_PURE from void functionsDavid Kalnischkies2017-12-141-2/+2
* deal with floats without old-style castDavid Kalnischkies2017-12-131-4/+4
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-2/+2
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-7/+7
* Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-261-2/+2
* prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies2016-08-231-34/+39
* don't perform int<float in progress bar drawingDavid Kalnischkies2016-08-121-12/+8
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-55/+34
* flush line-clearing on progress stop before post-invokeDavid Kalnischkies2016-03-141-0/+1
* Fix all the wrong removals of includes that iwyu got wrongMichael Vogt2015-08-171-0/+1
* Cleanup includes after running iwyuMichael Vogt2015-08-171-2/+0
* Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy2015-08-161-4/+4
* make all d-pointer * const pointersDavid Kalnischkies2015-08-101-4/+4
* add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies2015-06-161-0/+6
* fix another instance of warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-09-301-2/+2
* fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies2014-09-271-0/+2
* force fancy progressbar redraw on window size changeDavid Kalnischkies2014-04-141-12/+23
* Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt2014-03-271-11/+52
* make fancy-progress fg/bg color configurableMichael Vogt2014-03-271-2/+6
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-2/+2
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-12/+18
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-2/+2
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-2/+2
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-1/+1
* Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-281-0/+1
|\
| * Fix conffile prompt regression (LP: #1260297)Michael Vogt2013-12-121-1/+1
* | Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bug...Michael Vogt2013-12-281-2/+0
|\ \
| * | first proof-of-concept for a fix for #731738Michael Vogt2013-12-221-1/+8
| |/
* | properly handle SIGWINCH in PackageManagerFancy againMichael Vogt2013-12-281-23/+42
* | first proof-of-concept for a fix for #731738Michael Vogt2013-12-221-1/+8
|/
* Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt2013-12-061-7/+25
* small documentation updatesMichael Vogt2013-11-011-0/+4
* setup LINES in apt-pkg/install-progress.ccMichael Vogt2013-10-311-0/+5
* use StartDpkg() in PackageManagerProgressDeb822Fd as wellMichael Vogt2013-10-311-1/+1
* add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt2013-10-311-5/+1
* restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt2013-10-311-0/+22
* fix install-progress locationMichael Vogt2013-10-221-2/+1
* move install-progress.{cc,h} to apt-pkgMichael Vogt2013-10-221-0/+306