From 011843d9b943abce772123289e522c434b20daac Mon Sep 17 00:00:00 2001 From: jfiat Date: Wed, 16 Nov 2011 14:00:11 +0000 Subject: [PATCH] Author:admin Date:2011-11-16T14:00:11.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1014 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../revisions-and-bug-fixes.wiki | 25 ++++++++++++++++--- 1 file changed, 22 insertions(+), 3 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 b998b8ad..8ff57be7 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 @@ -3,14 +3,33 @@ [[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. +==EiffelStudio 7.0== +'''Improvements''' + +* Added multi-monitor functionality to EV_SCREEN +* Optimized communication between worker thread and gui thread in {EV_APPLICATION}.do_once_on_idle. + + +'''Bug fixes''' +*'''Platform Independent''' + +* Fixed rendering of activate button in dialogs when theming is enabled. + +* Improved multi-monitor handling for EV_GRID item activation popups. + + +*'''Windows''' + +*'''GTK''' + +* Fixed bug in `set_item_size' for EV_FIXED and EV_VIEWPORT where sometimes item would not shrink if set when displayed. + ==EiffelStudio 6.8== '''Improvements''' -* Allowed setting the test of a combo box that has been disabled. +* Allowed setting the text of a combo box that has been disabled. * Resize actions are now called after a container has completed its resizing. * On Windows, increased the splitter size to make it more visible and easier to grab. * The API now accepts READABLE_STRING_GENERAL as input for strings, which let you accept immutable strings without conversions. -* Extended types supported by EiffelStore, especially STRING_32 for Unicode string types. -* Improved memory management in EiffelStore, ODBC implementation. '''Bug fixes''' *'''Platform Independent'''