Author:king

Date:2011-11-18T18:28:38.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1015 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
king
2011-11-18 18:28:38 +00:00
parent 011843d9b9
commit a4a33dd0ef
2 changed files with 12 additions and 12 deletions

View File

@@ -5,24 +5,18 @@ This document contains details of modifications and bug fixes to the EiffelVisio
==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.
** Improved multi-monitor handling for EV_GRID item activation popups.
*'''Windows'''
** Fixed rendering of activate button in dialogs when theming is enabled.
*'''GTK'''
* Fixed bug in `set_item_size' for EV_FIXED and EV_VIEWPORT where sometimes item would not shrink if set when displayed.
** 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'''