summaryrefslogtreecommitdiff
path: root/src/mine/cmine.cc
AgeCommit message (Expand)AuthorFilesLines
2009-01-14Eliminate all uses of s?printf in favor of the safer s?sprintf. (Closes: #511...Daniel Burrows1-34/+22
2008-01-20Fix most compile errors with g++-4.3.Daniel Burrows1-0/+2
2007-11-15Fully qualify keybindings in several places, and remove a lot of unnecessary ...Daniel Burrows1-34/+20
2007-11-15Uniformly replace 'style' with 'cw::style', and fix up everything through loa...Daniel Burrows1-12/+12
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-2/+2
2007-11-15Use cw::util::arg instead of arg.Daniel Burrows1-2/+2
2007-11-15Fix how widgets is imported in cmine.Daniel Burrows1-1/+1
2007-11-15Fix up various files that need to import widgets into namespace cw.Daniel Burrows1-1/+4
2007-11-15Uniformly replace widgets::X with cw::X in .cc files.Daniel Burrows1-59/+59
2007-11-15Consistently use cw::toplevel instead of toplevel::.Daniel Burrows1-17/+16
2007-11-15Pass over the source with sed to put global_bindings in config::.Daniel Burrows1-28/+28
2007-11-15Pass over the source tree with sed to collapse transcode(_(...)) to W_(...).Daniel Burrows1-9/+9
2007-11-15Pass over the source tree with sed to eliminate a lot of the mindless search-...Daniel Burrows1-28/+27
2007-11-14First pass over the code.Daniel Burrows1-113/+138
2007-11-12Include cwidget/widgets/widget instead of vscreen/vscreen_widget.Daniel Burrows1-1/+1
2007-11-12Include cwidget/toplevel instead of vscreen/vscreen.Daniel Burrows1-1/+1
2007-11-12Further cwidget transitions: change #include <vscreen/vs_*> to #include <cwid...Daniel Burrows1-9/+9
2007-03-10[aptitude @ Add a keyboard command bound to 'N' that repeats the last search ...Daniel Burrows1-1/+1
2006-02-19[aptitude @ misc-l10n]Rubén Porras Campo1-1/+1
2005-11-05[aptitude @ Replace all uses of assert with eassert.]Daniel Burrows1-3/+3
2005-10-01[aptitude @ Import the Subversion repository into darcs.]Daniel Burrows1-0/+936