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