summaryrefslogtreecommitdiff
path: root/dselect
AgeCommit message (Expand)AuthorFilesLines
2001-07-16Improve textWichert Akkerman1-23/+23
2001-07-16Improve some help texts and helpscreen keybindingsWichert Akkerman1-7/+6
2001-07-16make Q do abort so we are consistent with the pkglistWichert Akkerman1-0/+1
2001-07-16override setheights() to make list_height 1 higher then the default so we dra...Wichert Akkerman1-0/+7
2001-07-16add setheights() member and fix protectionWichert Akkerman1-0/+2
2001-07-16Make setheights() virtualWichert Akkerman1-1/+1
2001-07-16Add configurable colours to dselectWichert Akkerman5-32/+272
2001-07-15include unistd.h which is needed to get the ioctl prototype on SolarisWichert Akkerman1-0/+1
2001-07-14Add per-user configuration fileWichert Akkerman1-0/+8
2001-07-13modify resolvedepcon() to handle recommand and suggests betterWichert Akkerman1-49/+25
2001-07-13modify repeatedlydisplay() to unset manual_install so we can identify user-se...Wichert Akkerman1-0/+1
2001-07-13modify kd_select() to set manual_install so we can identify user-selected pac...Wichert Akkerman1-1/+7
2001-07-13add dp_should priorityWichert Akkerman1-2/+3
2001-07-13add manual_install prototypeWichert Akkerman1-0/+3
2001-07-13Merged improvements from Joost KooijWichert Akkerman1-62/+345
2001-07-01make "n" do searchagain insteadWichert Akkerman1-1/+1
2001-06-22Handle screen resize in main menuWichert Akkerman1-1/+8
2001-06-08handle interrupted getc in falliblesubprocess() promptWichert Akkerman1-2/+2
2001-06-08don't include curses.h since dselect.h already does that for usWichert Akkerman1-2/+1
2001-05-28Fix some gcc 3.0 warnings.Adam Heath1-0/+2
2001-05-27Discovered that if anything in optlib/ was actually needed, it wasn't beingAdam Heath1-1/+1
2001-05-06Sligh language fixupWichert Akkerman1-1/+1
2001-05-04Translation updateWichert Akkerman2-3/+3
2001-05-03swap j and k keybindings in main menuWichert Akkerman1-2/+2
2001-04-25Document dselect.cfgWichert Akkerman1-0/+5
2001-04-24Use INSTALL_PROGRAM for programsWichert Akkerman1-1/+1
2001-04-24Add dselect configuration fileWichert Akkerman1-0/+1
2001-04-23fix qsort_compareentriesWichert Akkerman1-2/+2
2001-04-23Fixed up several warning types: const, casting, incorrect sizes,Adam Heath3-8/+8
2001-04-16also allow j and k to scroll to methrough main menuWichert Akkerman1-2/+2
2001-04-12translate menu optionsWichert Akkerman1-1/+1
2001-04-11Handle window resize in dselect main menuWichert Akkerman1-1/+4
2001-03-04* ChangeLog: undo file corruption (ugh)Wichert Akkerman4-13/+13
2000-12-24make dselect commandline options work againWichert Akkerman1-16/+21
2000-12-24Made the accelerator keys in dselect's main menu separate options, so thatAdam Heath1-12/+12
2000-11-05Created branch point for versioned provides, reverted changes from HEAD for i...Ben Collins2-3/+5
2000-08-01 * archtable: sparc64 and ia64 editsBen Collins1-2/+2
2000-06-16another minor fix, still need a proper version checkBen Collins1-1/+1
2000-06-16minor fixupBen Collins1-1/+0
2000-06-15versioned providesBen Collins1-3/+2
2000-06-09Merge things from the potato branch:Wichert Akkerman4-5/+8
2000-03-18Synchronize to the potato branch againWichert Akkerman19-32/+5
2000-03-08Synchronize with potato-branch again:Wichert Akkerman5-45/+10
2000-03-02dselect/methkeys.cc: remove old bindings for `n\' and `p\', which frees `n\' ...Wichert Akkerman1-2/+2
2000-02-21dselect/pkgsublist.cc: mark another string as translateableWichert Akkerman1-1/+1
2000-02-16flag two more strings as translateableWichert Akkerman1-2/+2
2000-01-17fix wrong test in dselect/Makefile.inWichert Akkerman1-1/+1
2000-01-11Bunch of changes to make dpkg compile on HP-UXWichert Akkerman1-0/+1
2000-01-11dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and ...Wichert Akkerman3-34/+45
2000-01-09various text and manpage updatesWichert Akkerman4-71/+100