Subversion Repositories filter_foundry

Rev

Rev 155 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 155 Rev 156
Line 69... Line 69...
69
  When the preview is zoomed in to 29% or 59%, and the preview is panned, the
69
  When the preview is zoomed in to 29% or 59%, and the preview is panned, the
70
  bars change during panning. It does not look "smooth" like in 100%, 50%, or 25% zoom.
70
  bars change during panning. It does not look "smooth" like in 100%, 50%, or 25% zoom.
71
  The problem is that the offset of the preview area is always different, and if the zoom
71
  The problem is that the offset of the preview area is always different, and if the zoom
72
  level is not a multiple of two, you will always "pick" other bars.
72
  level is not a multiple of two, you will always "pick" other bars.
73
 
73
  
-
 
74
* In regards "Apple scripting" (AETE resource):
-
 
75
 
-
 
76
	a) Why do we include the AETE resource in Windows, and use fixaete() in the build-process,
-
 
77
	   although there is no AppleScript support on Windows?
-
 
78
	   
-
 
79
	b) In a standalone filter, should the AETE dictionary only contain the controls which are used
-
 
80
	   by the built filter, and should these dictionary entries have the correct user-defined
-
 
81
	   control/slider name?
-
 
82
 
74
 
83
 
75
Design/UI Tweaks
84
Design/UI Tweaks
76
----------------
85
----------------
77
 
86
 
78
* The exclamation mark symbols should have a tooltip ("hint") when the mouse hovers over it. (Also for Mac)
87
* The exclamation mark symbols should have a tooltip ("hint") when the mouse hovers over it. (Also for Mac)