summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2005-10-26[aptitude @ Make sure that events attached to the highlighting of a tree elem...Daniel Burrows1-1/+1
2005-10-24[aptitude @ Sort lists of versions.]Daniel Burrows1-0/+9
2005-10-24[aptitude @ Use RTTI to handle sorting heterogenous lists of packages, versio...Daniel Burrows1-7/+46
2005-10-24[aptitude @ In dependency screens, sort on name and then version, not vice ve...Daniel Burrows1-1/+1
2005-10-24[aptitude @ Waffle again: bind C-t to toggle menu.]Daniel Burrows1-1/+1
2005-10-24[aptitude @ Bind the menu toggle to C-., not C-m.]Daniel Burrows1-1/+1
2005-10-21[aptitude @ Use wcswidth(), not number-of-characters, to determine which menu...Daniel Burrows1-2/+2
2005-10-21[aptitude @ Make the primary binding of the menu toggle command Control-m ins...Daniel Burrows1-0/+1
2005-10-21[aptitude @ Only connect the output slots of a yesno dialog once. (Closes: #3...Daniel Burrows1-5/+0
2005-10-20[aptitude @ If the user asks for a particular version, only display that vers...Daniel Burrows1-4/+8
2005-10-20[aptitude @ Make 'cmdline show' obey Default-Release and version source suffi...Daniel Burrows1-24/+50
2005-10-20[aptitude @ Signal an error in the return value/exit code when 'show' can't l...Daniel Burrows1-1/+1
2005-10-20[aptitude @ Make -t archive in a "changelog" command equivalent to adding /ar...Daniel Burrows1-0/+9
2005-10-20[aptitude @ Make -t archive in a "download" command equivalent to adding /arc...Daniel Burrows1-0/+7
2005-10-20[aptitude @ Debug the insertion of every conflict.]Daniel Burrows1-3/+11
2005-10-20[aptitude @ If the option Discard-Null-Solution is set, add the solution that...Daniel Burrows1-0/+18
2005-10-20[aptitude @ Expose add_conflict publicly, so it can be used to discard the nu...Daniel Burrows1-27/+29
2005-10-17[aptitude @ In parsed changelogs, highlight things that look like bullets.]Daniel Burrows1-1/+23
2005-10-17[aptitude @ Use the new ability to handle newlines in text fragments in the v...Daniel Burrows1-1/+1
2005-10-17[aptitude @ Handle nonprintable characters in the argument of text_fragment.]Daniel Burrows2-3/+41
2005-10-17[aptitude @ Add a parameter to the ui_download_manager constructor that deter...Daniel Burrows4-4/+6
2005-10-17[aptitude @ Allow callers of ui_start_download to choose whether or not the p...Daniel Burrows2-3/+6
2005-10-15[aptitude @ Fix an off-by-one error: if the menu was exactly as wide as the s...Daniel Burrows1-1/+1
2005-10-15[aptitude @ Eliminate the dselect_state member of the extended aptitude state...Daniel Burrows2-9/+4
2005-10-14[aptitude @ Handle wide characters correctly in vs_treeitem's paint method.]Daniel Burrows1-1/+1
2005-10-14[aptitude @ Rewrite the static-item's paint routine to handle wide characters...Daniel Burrows1-13/+37
2005-10-14[aptitude @ Document 'aptitude reinstall' in the output of --help. (Closes: #...Daniel Burrows1-0/+1
2005-10-14[aptitude @ Use the version-agnostic match when checking for stuff matching k...Daniel Burrows1-2/+2
2005-10-14[aptitude @ So that the apt dialog and other things work, copy delete-unused-...Daniel Burrows1-0/+11
2005-10-14[aptitude @ Set Keep-Unused-Pattern, not Delete-Unused-Pattern, in the option...Daniel Burrows1-2/+2
2005-10-14[aptitude @ Rename Delete-Unused-Pattern to Keep-Unused-Pattern (recognizing ...Daniel Burrows1-1/+3
2005-10-14[aptitude @ Match against *ALL VERSIONS* when the action target is a package ...Daniel Burrows1-9/+1
2005-10-14[aptitude @ Use the version-agnostic matchers when trying to guess what the u...Daniel Burrows1-2/+2
2005-10-14[aptitude @ Use the version-agnostic matchers in the matchers grouping policy.]Daniel Burrows1-6/+1
2005-10-14[aptitude @ Use the version-agnostic match function in the filter policy.]Daniel Burrows1-6/+2
2005-10-14[aptitude @ Add specialized matchers for the current, install, and candidate ...Daniel Burrows1-1/+72
2005-10-12[aptitude @ Match against an 'end version' for a package iff it has no real v...Daniel Burrows1-1/+7
2005-10-12[aptitude @ Make the origin matcher apply to versions instead of packages.]Daniel Burrows1-18/+22
2005-10-12[aptitude @ By definition, the version-agnostic methods of the select matcher...Daniel Burrows1-21/+0
2005-10-12[aptitude @ Make ~v a per-version matcher; it matches end version iterators f...Daniel Burrows1-3/+7
2005-10-12[aptitude @ Add a "selector" matcher that restricts the dependency search to ...Daniel Burrows1-0/+69
2005-10-12[aptitude @ Make archive matchers match against just the version passed in, r...Daniel Burrows1-18/+16
2005-10-12[aptitude @ Add a 'widening' matcher that drops any version constraints that ...Daniel Burrows1-0/+40
2005-10-12[aptitude @ Make revdep matchers work when a match is being returned (e.g., a...Daniel Burrows1-0/+18
2005-10-12[aptitude @ Also make dep matchers work when a match is being returned (e.g.,...Daniel Burrows1-0/+9
2005-10-12[aptitude @ Slightly optimize ~D by doing the broken test later.]Daniel Burrows1-9/+9
2005-10-12[aptitude @ Make ~i match the currently installed version of a package, not a...Daniel Burrows1-4/+4
2005-10-12[aptitude @ Use the version-agnostic match for the 'provided package name' ma...Daniel Burrows1-1/+1
2005-10-12[aptitude @ When NOT matchers are asked to do a versionless match, make them ...Daniel Burrows1-0/+18
2005-10-12[aptitude @ When AND matchers are asked to do a versionless match, make them ...Daniel Burrows1-0/+23