mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
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
This commit is contained in:
@@ -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'''
|
||||
|
||||
Reference in New Issue
Block a user