From 1f53ce2a584c903dc92d79a66163d9c47c8fb0c9 Mon Sep 17 00:00:00 2001 From: halw Date: Wed, 27 Jun 2012 13:31:11 +0000 Subject: [PATCH] Author:tedf Date:2012-06-27T04:07:05.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1114 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelvision-2/revisions-and-bug-fixes.wiki | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki b/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki index 1fb839f2..77304646 100644 --- a/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki +++ b/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki @@ -5,18 +5,18 @@ This document contains details of modifications and bug fixes to the EiffelVisio ==EiffelStudio 7.1== '''New''' -* Added experimental GTK3 support with HTML5 backend -* Added SCOOP compatibility +* 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 including tab handling of activatable grid items. +* 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 around EV_GRID's when hidden columns are present. +** Fixed problems when keyboard navigating in EV_GRID's when hidden columns are present. *'''Windows''' ** Added support for high resolution wheel mice. @@ -25,12 +25,12 @@ This document contains details of modifications and bug fixes to the EiffelVisio ** Made sure colors are not shared between a widget and the original color object used to set the color of the widget. *'''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 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. ==EiffelStudio 7.0== '''Improvements''' -* Added multi-monitor functionality to EV_SCREEN +* Added multi-monitor functionality to EV_SCREEN. * Optimized communication between worker thread and gui thread in {EV_APPLICATION}.do_once_on_idle. '''Bug fixes'''