Author:Peter Gummer

Date:2013-08-20T22:18:03.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1235 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
pgummer
2013-08-20 22:18:03 +00:00
parent 75ea60f850
commit 86394197c8
3 changed files with 8 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ This document contains details of modifications and bug fixes to the EiffelVisio
==EiffelStudio 7.3==
'''Improvements'''
* Added {EV_PIXEL_BUFFER}.stretched which gives you a stretched version of an EV_PIXEL_BUFFER. The quality of the stretch image is much better than of the previous implementatio of EV_PIXMAP for Windows. On Unix it is the same quality as EV_PIXMAP.
* Added {EV_PIXEL_BUFFER}.stretched which gives you a stretched version of an EV_PIXEL_BUFFER. The quality of the stretched image is much better than the previous implementation of EV_PIXMAP for Windows. On Unix it is the same quality as EV_PIXMAP.
* Improved stretching of EV_PIXMAP on Windows by using the Color on Color stretching mode of the Win32 API StretchBlt.
@@ -15,7 +15,7 @@ This document contains details of modifications and bug fixes to the EiffelVisio
** Fixed {EV_GRID_COLUMN}.required_width_of_item_span to only take into account visible item.
*'''Windows'''
** Fixed a resizing bug when you have a vertical/horizontal box with a minimum size set, if one of the item has a minimum size larger than its parent, then in some circumstances the child will be shrinked beyond its minimum size causing some visual glitches.
** Fixed a resizing bug when you have a vertical/horizontal box with a minimum size set. If one of the items has a minimum size larger than its parent, then in some circumstances the child will be shrunk beyond its minimum size causing some visual glitches.
==EiffelStudio 7.1==