Subversion Repositories filter_foundry

Rev

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

Rev 150 Rev 151
Line 117... Line 117...
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 now has a hand cursor that shows up when
120
                   - The "caution" sign that indicates an error in the expression now has 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 (*)
121
                     you hover over the icon, to indicate that the user will receive more information if they click on the icon (*)
-
 
122
                   - The "caution" sign now has a sharper design (it was a bit pixelated).
122
                   - The expression input fields now have a vertical scrollbar (*)
123
                   - The expression input fields now have a vertical scrollbar (*)
123
                   - YUV formulas are now more accurate. They are slightly different, but not much.
124
                   - YUV formulas are now more accurate. They are slightly different, but not much.
124
                     The i range is now [0..255] instead of [0..254]. (This means that pure white has now i=255 instead of i=254)
125
                     The i range is now [0..255] instead of [0..254]. (This means that pure white has now i=255 instead of i=254)
125
                     The u range stays at [-55..55].
126
                     The u range stays at [-55..55].
126
                     The v range is now [-78..78] instead of [-77..77].
127
                     The v range is now [-78..78] instead of [-77..77].