Subversion Repositories filter_foundry

Rev

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

Rev 124 Rev 126
Line 106... Line 106...
106
                   - Dialog boxes now have an [X] button to close the window.
106
                   - Dialog boxes now have an [X] button to close the window.
107
                   - Preview: Checkerboard does only move when the panning actually suceeded (the picture didn't went off border)
107
                   - Preview: Checkerboard does only move when the panning actually suceeded (the picture didn't went off border)
108
                   - Bugfix: In the preview window, you could (virtually) pan the image beyond the canvas,
108
                   - Bugfix: In the preview window, you could (virtually) pan the image beyond the canvas,
109
                             so that you needed to pan multiple times to get to the position "0" again.
109
                             so that you needed to pan multiple times to get to the position "0" again.
110
                   - The "version information" of standalone filters is now individualized by the creators input
110
                   - The "version information" of standalone filters is now individualized by the creators input
111
                   - Win64 support
111
                   - Win64 support (*)
112
                   - All undocumented symbol aliases of FilterFactory are now supported (rmin, rmax, cnv0, etc.)
112
                   - All undocumented symbol aliases of FilterFactory are now supported (rmin, rmax, cnv0, etc.)
113
                   - Bugfix: In some cases, the preview image had a small stripe of random pixels at the right or bottom.
113
                   - Bugfix: In some cases, the preview image had a small stripe of random pixels at the right or bottom.
114
                   - For disabled sliders, the corresponding label is now also grayed out (*)
114
                   - For disabled sliders, the corresponding label is now also grayed out (*)
115
                   - Bugfix: In standalone filters, the unused ctl() labels were not hidden. They are now invisible as intended.
115
                   - Bugfix: In standalone filters, the unused ctl() labels were not hidden. They are now invisible as intended.
116
                   - Bugfix: At standalone filters, the "map" text was not displayed; instead, the two "ctl" texts were displayed.
116
                   - Bugfix: At standalone filters, the "map" text was not displayed; instead, the two "ctl" texts were displayed.
117
                   - AFS Files are now compatible with FilterFactory. (FilterFactory does ONLY understand "\r" (0D) linebreaks, while
117
                   - AFS Files are now compatible with FilterFactory. (FilterFactory does ONLY understand "\r" (0D) linebreaks, while
118
                     FilterFoundry always saved "\n" (0A) linebreaks, while being able to read "\r", "\n" or "\r\n". Now, "\r" is used
118
                     FilterFoundry always saved "\n" (0A) linebreaks, while being able to read "\r", "\n" or "\r\n". Now, "\r" is used
119
                     for saving.) (*)
119
                     for saving.) (*)
-
 
120
                   - The "caution" sign that indicates an error in the expression does now have a hand cursor that shows up when
-
 
121
                     you hover over the icon, to indicate that the user will receive more information if they click on the icon (*)
120
                     (Changes by Daniel Marschall)
122
                   (Changes by Daniel Marschall)
121
 
123
 
122
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
124
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
123
 
125
 
124
*/
126
*/