summaryrefslogtreecommitdiff
path: root/src/vs_progress.cc
AgeCommit message (Collapse)AuthorFilesLines
2007-11-14First pass over the code.Daniel Burrows1-112/+0
This tree version is still BROKEN. This commit changes a bunch of code mechanically, and completely fixes all the subdirectories and files through download_screen in the top-level directory. Some unfortunate namespace choices in cwidget showed up here. widgets and config should probably be merged into the cwidget namespace, and I've created namespace aliases that pretend this happened as I go through the .cc files. Luckily, that change can largely be accounted for automatically.
2007-07-08Fix the corruption of the progress bar.Daniel Burrows1-1/+7
The problem was that I was computing out-of-bounds locations for the hidden cursor, which apparently leads to corruption of the output. Keeping the cursor strictly in bounds fixes this.
2007-05-20[aptitude @ Don't assert that percentages are sane; instead, be robust by ↵Daniel Burrows1-4/+21
clamping them to [0, 100]. (Closes: #425145)]
2006-10-27[aptitude @ Don't hide progress bars on Done(), to avoid annoying flashing ↵Daniel Burrows1-1/+1
of the bar on and off.]
2006-10-06[aptitude @ Remove a reference in a comment to vs_minibuf, which no longer ↵Daniel Burrows1-2/+0
exists.]
2006-10-06[aptitude @ Display a more visually stable progress indicator: instead of a ↵Daniel Burrows1-12/+8
bar that flashes yellow and blue, display some static text and a percentage. (Closes: #390971)]
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/+95