summaryrefslogtreecommitdiff
path: root/src/pkg_view.cc
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-1/+4
2009-02-23Add a --show-summary option that displays all the packages that would start a...Daniel Burrows1-1/+2
2008-10-06Switch everything over to the new search code.Daniel Burrows1-11/+7
2008-06-29Split the core parsing code out from the rendering code and push it into gene...Daniel Burrows1-1/+1
2008-04-09Make InfoAreaTabs default to "false".Daniel Burrows1-2/+2
2008-04-07Tweak the leaf pattern used when computing the "why" pane so that it displays...Daniel Burrows1-1/+3
2008-04-07When no package is selected, display an informative message in the "why" widget.Daniel Burrows1-1/+7
2008-04-07Display tabs in the description area (this can be turned off in the options).Daniel Burrows1-4/+22
2008-03-29Create an explicit menu entry for cycling the information display.Daniel Burrows1-0/+43
2008-02-14Add a variable-binding form and forms that consume and bind variables to argu...Daniel Burrows1-5/+7
2007-12-08Fix a crash that occurred when trying to flush the new packages list after in...Daniel Burrows1-1/+6
2007-11-30Make the fix for the potential crash actually work, hopefully.Daniel Burrows1-1/+1
2007-11-20Fix a potential crashing bug.Daniel Burrows1-5/+21
2007-11-15Fix through progress.Daniel Burrows1-9/+16
2007-11-15Uniformly rename many fragment-related names into cw::.Daniel Burrows1-16/+16
2007-11-15Collapse some redundant cwidget::cw/cw::cwidget.Daniel Burrows1-5/+5
2007-11-15Uniformly stop using widgets:: since I expect to get rid of it in the future ...Daniel Burrows1-7/+7
2007-11-15Drop unnecessary cw:: before hier_editor.Daniel Burrows1-4/+4
2007-11-15ref_ptr -> cwidget::util::ref_ptr.Daniel Burrows1-12/+12
2007-11-15Fix some duplicated type names that snuck in in a previous pass over the tree.Daniel Burrows1-1/+1
2007-11-15Uniformly replace widgets::X with cw::X in .cc files.Daniel Burrows1-55/+55
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-2/+2
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-7/+7
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-10/+10
2007-11-14First pass over the code.Daniel Burrows1-67/+67
2007-11-12Include cwidget/widgets/widget instead of vscreen/vscreen_widget.Daniel Burrows1-1/+1
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwid...Daniel Burrows1-5/+5
2007-10-30Properly thread pointers to the cache and the package records through match r...Daniel Burrows1-1/+1
2007-10-25Fix the Homepage support to not crash.Daniel Burrows1-10/+13
2007-10-25Fix the code so it compiles in the presence of a Homepage-enabled apt.Daniel Burrows1-2/+5
2007-10-24Add hypothetical support for homepages, once apt-pkg learns about them. (Clo...Daniel Burrows1-0/+12
2007-07-11Add the 'why' output as one of the views that gets cycled in the description ...Daniel Burrows1-1/+75
2007-07-10Remove a totally unused private member variable, so I don't look at it and go...Daniel Burrows1-2/+1
2005-11-17[aptitude @ Hack around bug #339533 (Closes: #339648)]Daniel Burrows1-1/+3
2005-11-15[aptitude @ Use the new description-extraction routines instead of directly l...Daniel Burrows1-10/+1
2005-11-05[aptitude @ Replace all uses of assert with eassert.]Daniel Burrows1-1/+1
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+575