Subversion Repositories filter_foundry

Rev

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

Rev 268 Rev 269
Line 9... Line 9...
9
 
9
 
10
 
10
 
11
Minor priority stuff or ideas
11
Minor priority stuff or ideas
12
-----------------------------
12
-----------------------------
13
 
13
 
14
* Win10/PS2019: It happened to me that the messagebox "Filter created successfully" opened BEHIND Photoshop, so you had to press Alt+Tab to close the window! We must make sure that it is modal!
14
* Win10+PS2019: It happened to me that the messagebox "Filter created successfully" opened BEHIND Photoshop, so you had to press Alt+Tab to close the window! We must make sure that it is modal!
15
 
15
 
16
* The filter `r*(y&1)` looks horrible when you zoom out!
16
* The filter `r*(y&1)` looks horrible when you zoom out!
17
 
17
 
18
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
18
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
19
 
19