Author:tedf

Date:2012-06-26T15:08:47.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1111 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
tedf
2012-06-26 15:08:47 +00:00
parent 45e7751cf2
commit acb4b89933
2 changed files with 27 additions and 2 deletions

View File

@@ -5,15 +5,18 @@ This document contains details of modifications and bug fixes to the EiffelVisio
==EiffelStudio 7.1==
'''New'''
* Added GTK3 support with HTML5 backend
* 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.
* Better keyboard navigation of grids.
* Better keyboard navigation of grids 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 around EV_GRID's when hidden columns are present.
*'''Windows'''
** Added support for high resolution wheel mice.
@@ -23,6 +26,7 @@ This document contains details of modifications and bug fixes to the EiffelVisio
*'''GTK'''
** Made sure that if you do not have text in a EV_TEXTABLE descendants that if they have some pixmaps, that the pixmap is nicely centered (fixes bug#18082).
** Fixed internationalization handling for keyboard input.
==EiffelStudio 7.0==
'''Improvements'''