summaryrefslogtreecommitdiff
path: root/src/solution_screen.cc
AgeCommit message (Expand)AuthorFilesLines
2009-09-05When binning up resolver choices to build the resolver screen, stop treating ...Daniel Burrows1-0/+1
2009-03-23Restructure the resolver so that it stores and returns sets of choices using ...Daniel Burrows1-82/+108
2008-03-13Don't allow packages to be removed or changed to a different version to "fix"...Daniel Burrows1-10/+15
2008-01-20Find and apply a workaround for the uninitialized variable warning.Daniel Burrows1-1/+4
2008-01-20Fix most compile errors with g++-4.3.Daniel Burrows1-0/+2
2007-11-15Fix through solution_screen.Daniel Burrows1-4/+10
2007-11-15Fix a bunch of #includes that got hit by sed and turned into namespaced inclu...Daniel Burrows1-1/+1
2007-11-15Uniformly rename many fragment-related names into cw::.Daniel Burrows1-13/+13
2007-11-15Uniformly replace 'style' with 'cw::style', and fix up everything through loa...Daniel Burrows1-1/+1
2007-11-15Collapse some redundant cwidget::cw/cw::cwidget.Daniel Burrows1-2/+2
2007-11-15Uniformly stop using widgets:: since I expect to get rid of it in the future ...Daniel Burrows1-3/+3
2007-11-15ref_ptr -> cwidget::util::ref_ptr.Daniel Burrows1-7/+7
2007-11-15Fix some duplicated type names that snuck in in a previous pass over the tree.Daniel Burrows1-2/+2
2007-11-15cw::key -> cw::config::key.Daniel Burrows1-1/+1
2007-11-15cwi::key -> cw::key.Daniel Burrows1-1/+1
2007-11-15Uniformly replace widgets::X with cw::X in .cc files.Daniel Burrows1-44/+44
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-3/+3
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-3/+3
2007-11-15Pass over the source tree with sed to collapse transcode(_(...)) to W_(...).Daniel Burrows1-13/+13
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-19/+19
2007-11-14First pass over the code.Daniel Burrows1-53/+53
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwid...Daniel Burrows1-6/+6
2007-04-22[aptitude @ Cleanly handle exceptions thrown by the dependency resolver.]Daniel Burrows1-0/+7
2007-04-22[aptitude @ Always use hard-wrapping when setting up a static message in the ...Daniel Burrows1-3/+3
2005-11-10[aptitude @ Just to be safe, clear the active dep information when update() i...Daniel Burrows1-0/+1
2005-11-10[aptitude @ When a solution screen is repainted while the package cache is cl...Daniel Burrows1-0/+8
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+594