]> cygwin.com Git - cygwin-apps/setup.git/commit - PickView.cc
2009-04-24 Andrew Punch <andrew@magneticbooks.com.au>
authorDave Korn <dave.korn.cygwin@gmail.com>
Fri, 24 Apr 2009 21:04:13 +0000 (21:04 +0000)
committerDave Korn <dave.korn.cygwin@gmail.com>
Fri, 24 Apr 2009 21:04:13 +0000 (21:04 +0000)
commit059906b340f2a2e6ea7666218e92c523419d4660
tree648480160e7574c0391e3d00fab6c08b3fcd7a68
parent6bfd5236f499b3dd55a038d907ab6d2e85f24c2f
2009-04-24  Andrew Punch  <andrew@magneticbooks.com.au>

* PickView.h:  Add #include <string>.
(PickView::SetPackageFilter):  Add new function.
(PickView::packageFilterString):  Add new string data member.
* PickView.cc (PickView::setViewMode):  Use it to filter names.
(PickView::insert_category):  Likewise.
(PickView::PickView):  Initialise packageFilterString to blank.
* res.rc (IDD_CHOOSE):  Add IDC_CHOOSE_SEARCH_EDIT and
IDC_CHOOSE_SEARCH_LABEL controls.
(IDS_SEARCH_TOOLTIP):  Add new string resource.
* resource.h (IDS_SEARCH_TOOLTIP):  New string resource ID.
(IDC_CHOOSE_SEARCH_EDIT):  New edit control ID.
(IDC_CHOOSE_SEARCH_LABEL):  Mew static text control ID.
* choose.cc (ChooserControlsInfo[]):  Add IDC_CHOOSE_SEARCH_LABEL
and IDC_CHOOSE_SEARCH_EDIT controls to auto-resize list.
(ChooserPage::OnInit):  Add tooltip to search edit box.
(ChooserPage::OnMessageCmd):  Handle EN_CHANGE event from
IDC_CHOOSE_SEARCH_EDIT.
ChangeLog
PickView.cc
PickView.h
choose.cc
res.rc
resource.h
This page took 0.029882 seconds and 5 git commands to generate.