summaryrefslogtreecommitdiff
path: root/apt-private/private-output.cc
Commit message (Expand)AuthorAgeFilesLines
* Respect custom LESS/MORE/LV variablesJulian Andres Klode2025-03-261-1/+11
* Be more strict about which PAGER to execvp() directlyJulian Andres Klode2024-12-191-1/+3
* Introduce automatic pager for read commandsJulian Andres Klode2024-12-181-2/+166
* Replace std::bind with lambdasнаб2024-11-111-3/+3
* Show prompt reply if input is from non-terminalDavid Kalnischkies2024-09-291-1/+2
* Ignore pending input before confirmation promptsDavid Kalnischkies2024-09-291-0/+7
* Show installed version (not candidate version) while removing a packagesid2024-07-051-1/+9
* Separate columns by 2 spaces in listsJulian Andres Klode2024-04-301-1/+1
* Highlight essential removals with action::remove colorJulian Andres Klode2024-04-231-1/+1
* Merge branch 'ui-2.9.2' into 'main'Julian Andres Klode2024-04-221-0/+3
|\
| * show: Highlight field names and colorize package nameJulian Andres Klode2024-04-191-0/+2
| * apt update: Show upgradable package count in boldJulian Andres Klode2024-04-191-0/+1
* | Add an --audit option to switch on audit loggingJulian Andres Klode2024-04-191-1/+3
* | Change the default log level from debug to noticeJulian Andres Klode2024-04-191-1/+1
|/
* Configure individual action colors using APT::Color::ActionJulian Andres Klode2024-04-191-6/+12
* Use APT::Configuration::color to apply color to outputJulian Andres Klode2024-04-191-8/+10
* Also respect an APT_NO_COLOR variableJulian Andres Klode2024-04-151-1/+1
* Merge branch 'ui-2.9.1' into 'main'Julian Andres Klode2024-04-141-6/+10
|\
| * install: Show downgrades as yellowJulian Andres Klode2024-04-131-1/+1
| * Hide nice subtree character and indentation of summary from translationsJulian Andres Klode2024-04-131-5/+9
* | Remove duplicate sentence in private-output.ccRafael2024-04-141-1/+1
|/
* Use the same words for the summaryJulian Andres Klode2024-04-121-4/+4
* apt: Introduce the new terse apt output format 3.0Julian Andres Klode2024-04-121-21/+55
* Columnar output for package lists similar to 'ls'Christian Blichmann2024-04-121-0/+77
* Modernize standard library includesJulian Andres Klode2024-02-201-4/+4
* Show a separate list of upgrades deferred due to phasingJulian Andres Klode2024-02-131-0/+10
* Keep color disabled if APT::Color was set to falseDavid Kalnischkies2022-08-081-2/+2
* Require argument to remove essential packages, do not promptJulian Andres Klode2021-11-171-18/+0
* Respect NO_COLOR environment variableJulian Andres Klode2021-10-191-1/+1
* Count uninstallable packages in "not upgraded"David Kalnischkies2021-04-251-13/+14
* support COLUMNS environment variable in apt toolsDavid Kalnischkies2017-11-191-2/+18
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-11/+11
* Drop cacheiterators.h includeJulian Andres Klode2017-07-121-1/+0
* ask for releaseinfo change interactively in aptDavid Kalnischkies2017-06-281-11/+15
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-3/+3
* show globalerrors before asking for confirmationDavid Kalnischkies2016-05-161-4/+23
* Try avoiding loading long package descriptionAdrian Wielgosik2016-02-021-1/+2
* show or-groups in not-installed recommends and suggests listsDavid Kalnischkies2015-08-101-60/+0
* implement a more generic ShowList methodDavid Kalnischkies2015-08-101-136/+127
* fix memory leaks reported by -fsanitizeDavid Kalnischkies2015-08-101-9/+14
* use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-091-4/+4
* implement --full in apt searchDavid Kalnischkies2014-09-071-14/+31
* use a format string in ListSingleVersionDavid Kalnischkies2014-09-071-72/+75
* Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt2014-09-051-4/+1
* Fix incorrect upgradable listing in "apt list" (thanks to Michael Musenbrock)Michael Vogt2014-09-051-1/+4
* Avoid yielding blank lines with APT::Cmd::use-format=trueAndreas Oberritter2014-09-021-1/+1
* Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt2014-07-081-2/+3
* show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-181-96/+108
* apt-private/private-output.cc: fix cppcheck outputMichael Vogt2014-06-101-1/+1
* fix screen width detection for apt/apt-get listsSebastian Schmidt2014-05-221-0/+1