]> cygwin.com Git - cygwin-apps/setup.git/commit - PickView.cc
2006-05-24 Igor Peshansky <pechtcha@cs.nyu.edu>
authorIgor Peshansky <pechtcha@cs.nyu.edu>
Wed, 24 May 2006 13:01:34 +0000 (13:01 +0000)
committerIgor Peshansky <pechtcha@cs.nyu.edu>
Wed, 24 May 2006 13:01:34 +0000 (13:01 +0000)
commit3d4c5ebbec23c3d4d1d6a83c33515d12b4321e12
tree174a359be930a46552f35ea66c39b428f1e81d4b
parentba2559dbdd25f687d052914f61a7f94fe410c04e
2006-05-24  Igor Peshansky  <pechtcha@cs.nyu.edu>

* PickPackageLine.h (PickPackageLine::DrawIcon): Move to PickView.
* PickView.h (PickView::DrawIcon): Move from PickPackageLine.
(PickView::icon_dc,PickView::bm_icon): New instance field.
(PickView::rect_icon,PickView::bg_fg_brush): Ditto.
* PickCategoryLine.cc (PickCategoryLine::paint): Use
PickView::DrawIcon() instead of BitBlt().
* PickPackageLine.cc (PickPackageLine::DrawIcon): Move to PickView.
(PickPackageLine::paint): Use PickView::DrawIcon().
* PickView.cc (PickView::~PickView): Delete GDI objects.
(PickView::init): Create icon drawing context.
(PickView::DrawIcon): New function.  Use system default colors to
draw bitmaps.
(PickView::paint): Set background color instead of using transparent
mode.  Create system-colored brush.
ChangeLog
PickCategoryLine.cc
PickPackageLine.cc
PickPackageLine.h
PickView.cc
PickView.h
This page took 0.029775 seconds and 5 git commands to generate.