Version 1.1.2 - 13/05/2010

- FIX: IOLEDataObject::SetDropDescription could cause crashes in other programs.
- FIX: The ComboBox control still didn't work well with non-standard dpi settings, if version 5.x of comctl32.dll was used.



Version 1.1.1 - 25/04/2010

- Added a new property page that can be used to enter Unicode texts at design time.
- FIX: IVirtualDriveComboBoxItem::DriveType and IVirtualDriveComboBoxItem::Path reported the wrong drive's properties due to an index-off-by-one problem.
- FIX: The ComboBox' "Edit Field only" style didn't work well with non-standard dpi settings.



Version 1.1.0 - 01/01/2010

- Added the IDriveComboBoxItem::DriveTypesWithVolumeName property.
- Improved performance.
- FIX: IComboBoxItems::RemoveAll() failed if no filter was specified.
- FIX: IDriveComboBoxItems::RemoveAll() failed if no filter was specified.
- FIX: IImageComboBoxItems::RemoveAll() failed if no filter was specified.
- FIX: IListBoxItems::RemoveAll() failed if no filter was specified.
- FIX: If the controls were placed on a Form for which the KeyPreview feature was activated, the Form_Key* handler didn't receive key strokes like Alt+PgDown or Alt+Left, if the controls had the keyboard focus.
- FIX: The 'shift' parameter that many events have, often missed the ALT key.
- Deploy (stripped) symbols with the binaries to make debugging easier. This are the pdb files in case you wonder.



Version 1.0.0 - 16/11/2009

- Added the IComboBoxItem::GetRectangle() method.
- Added the IDriveComboBoxItem::GetRectangle() method.
- Added the IImageComboBoxItem::GetRectangle() method.
- Extended _IComboBoxEvents::ListOLEDragDrop() by the parameter 'yToItemTop'.
- Extended _IComboBoxEvents::ListOLEDragEnter() by the parameter 'yToItemTop'.
- Extended _IComboBoxEvents::ListOLEDragLeave() by the parameter 'yToItemTop'.
- Extended _IComboBoxEvents::ListOLEDragMouseMove() by the parameter 'yToItemTop'.
- Extended _IDriveComboBoxEvents::ListOLEDragDrop() by the parameter 'yToItemTop'.
- Extended _IDriveComboBoxEvents::ListOLEDragEnter() by the parameter 'yToItemTop'.
- Extended _IDriveComboBoxEvents::ListOLEDragLeave() by the parameter 'yToItemTop'.
- Extended _IDriveComboBoxEvents::ListOLEDragMouseMove() by the parameter 'yToItemTop'.
- Extended _IImageComboBoxEvents::ListOLEDragDrop() by the parameter 'yToItemTop'.
- Extended _IImageComboBoxEvents::ListOLEDragEnter() by the parameter 'yToItemTop'.
- Extended _IImageComboBoxEvents::ListOLEDragLeave() by the parameter 'yToItemTop'.
- Extended _IImageComboBoxEvents::ListOLEDragMouseMove() by the parameter 'yToItemTop'.
- Extended _IListBoxEvents::OLEDragDrop() by the parameter 'yToItemTop'.
- Extended _IListBoxEvents::OLEDragEnter() by the parameter 'yToItemTop'.
- Extended _IListBoxEvents::OLEDragLeave() by the parameter 'yToItemTop'.
- Extended _IListBoxEvents::OLEDragMouseMove() by the parameter 'yToItemTop'.
- Removed the IDriveComboBox::ListBackColor and IDriveComboBox::ListForeColor properties, because they didn't work.
- Removed the IImageComboBox::ListBackColor and IImageComboBox::ListForeColor properties, because they didn't work.
- DriveComboBox: Don't try to read the volume names of removable drives.
- FIX: IComboBoxItem::Text, IDriveComboBoxItem::Path, IDriveComboBoxItem::Text, IImageComboBoxItem::Text, IListBoxItem::Text could crash.
- Added two WTL8 samples.



Version 1.0.0 RC1 - 31/10/2009

- First public release.