summaryrefslogtreecommitdiff
path: root/apt-pkg/install-progress.cc
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-2/+2
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-7/+7
2016-08-26Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode1-2/+2
2016-08-23prevent C++ locale number formatting in text APIs (try 3)David Kalnischkies1-34/+39
2016-08-12don't perform int<float in progress bar drawingDavid Kalnischkies1-12/+8
2016-05-27prevent C++ locale number formatting in text APIsDavid Kalnischkies1-55/+34
2016-03-14flush line-clearing on progress stop before post-invokeDavid Kalnischkies1-0/+1
2015-08-17Fix all the wrong removals of includes that iwyu got wrongMichael Vogt1-0/+1
2015-08-17Cleanup includes after running iwyuMichael Vogt1-2/+0
2015-08-16Use terminfo's typical save_cursor/restore_cursor sequencesJames McCoy1-4/+4
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-4/+4
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-0/+6
2014-09-30fix another instance of warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-2/+2
2014-09-27fix: Member variable 'X' is not initialized in the constructor.David Kalnischkies1-0/+2
2014-04-14force fancy progressbar redraw on window size changeDavid Kalnischkies1-12/+23
2014-03-27Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt1-11/+52
2014-03-27make fancy-progress fg/bg color configurableMichael Vogt1-2/+6
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies1-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-12/+18
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-2/+2
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-2/+2
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies1-1/+1
2013-12-28Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt1-0/+1
2013-12-28Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into bug...Michael Vogt1-2/+0
2013-12-28properly handle SIGWINCH in PackageManagerFancy againMichael Vogt1-23/+42
2013-12-22first proof-of-concept for a fix for #731738Michael Vogt1-1/+8
2013-12-22first proof-of-concept for a fix for #731738Michael Vogt1-1/+8
2013-12-12Fix conffile prompt regression (LP: #1260297)Michael Vogt1-1/+1
2013-12-06Handle SIGWINCH in APT::Progress-Fancy=1Michael Vogt1-7/+25
2013-11-01small documentation updates0.9.13_exp1Michael Vogt1-0/+4
2013-10-31setup LINES in apt-pkg/install-progress.ccMichael Vogt1-0/+5
2013-10-31use StartDpkg() in PackageManagerProgressDeb822Fd as wellMichael Vogt1-1/+1
2013-10-31add new pid_t ExecFork(std::set<int> KeepFDs) to get rid of the super ugly AP...Michael Vogt1-5/+1
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt1-0/+22
2013-10-22fix install-progress locationMichael Vogt1-2/+1
2013-10-22move install-progress.{cc,h} to apt-pkgMichael Vogt1-0/+306