Author:manus

Date:2013-08-08T08:39:15.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1234 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2013-08-08 08:39:15 +00:00
parent c6045d6569
commit 75ea60f850
5 changed files with 93 additions and 22 deletions

View File

@@ -1,6 +1,10 @@
[[Property:title|EiffelBuild Version History]]
[[Property:weight|2]]
[[Property:uuid|8cc0540e-8ee7-c005-0534-a2ed62f41c96]]
== 7.3 Release ==
* Fixed a crash which could occur when generating a project.
* Fixed a crash when saving a project if it contained a pixmap with no path specified.
==7.2, 7.1 and 7.0 Release==
No changes.

View File

@@ -1,29 +1,45 @@
[[Property:title|Revisions and Bug Fixes]]
[[Property:weight|10]]
[[Property:uuid|eb11a237-0c75-0427-452a-303d4f276b97]]
This document contains details of modifications and bug fixes to the EiffelVision 2 library listed by the release version of EiffelStudio. All bug fixes and modifications are relative to the previously released version.
This document contains details of modifications and bug fixes to the EiffelVision 2 library listed by the release version of EiffelStudio. All bug fixes and modifications are relative to the previously released version
==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.
* Improved stretching of EV_PIXMAP on Windows by using the Color on Color stretching mode of the Win32 API StretchBlt.
'''Bug fixes'''
*'''Platform Independent'''
** Fixed inconsistencies in maximize/restore window behavior between Windows and Gtk platforms.
** 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.
==EiffelStudio 7.1==
'''New'''
* Added experimental GTK3 support with HTML5 backend.
* Added SCOOP compatibility.
'''Improvements'''
* Added a hint facility for the height of the drop down in a combo box. Currently the hint is only followed on Windows.
* Improved keyboard navigation of EV_GRID's including tab handling of activatable grid items.
* Improved keyboard activation/settings for certain type of grid items.
* Improved latency of asynchronous agents calling through do_once_on_idle when adding from another thread.
'''Bug fixes'''
*'''Platform Independent'''
** Fixed problems when keyboard navigating in EV_GRID's when hidden columns are present.
*'''Windows'''
** Added support for high resolution wheel mice.
** Fixed a potential crash when using an EV_FIXED if resizing causes some redraw operations.
** Fixed an issue where the pick and drop lines would disappear after performing an Alt+Tab to switch between applications.
** Made sure colors are not shared between a widget and the original color object used to set the color of the widget.
*'''GTK'''
** Fixed a bug (PR#18082). The fix ensures that in cases in which a descendant of EV_TEXTABLE contains pixmaps but no text, the pixmaps are properly centered.
** Fixed internationalization handling for keyboard input.