Subversion Repositories filter_foundry

Rev

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

Rev 463 Rev 466
Line 28... Line 28...
28
 
28
 
29
* compat_win_resource.c (compatibility for Win9x resource generation): Cannot delete resources, see https://bugs.winehq.org/show_bug.cgi?id=52046
29
* compat_win_resource.c (compatibility for Win9x resource generation): Cannot delete resources, see https://bugs.winehq.org/show_bug.cgi?id=52046
30
 
30
 
31
* Add functionality to save to FFX (Filters Unlimited) filters. But we must use the "Make" dialog, because it contains title/category/author/copyright?
31
* Add functionality to save to FFX (Filters Unlimited) filters. But we must use the "Make" dialog, because it contains title/category/author/copyright?
32
 
32
 
33
* When a filter is created obfuscated and you click "Make" again, or if you loaded an old obfuscated filter (without protection), should then be the "obfuscate" checkbox be checked again?
33
* When a filter is created protected and you click "Make" again, should then be the "protection" checkbox be checked again?
34
 
34
 
35
* The filter `r*(y&1)` looks horrible when you zoom out!
35
* The filter `r*(y&1)` looks horrible when you zoom out!
36
 
36
 
37
* Verify if there are memory leaks: `strdup()` and `my_strdup()` need `free()` !
37
* Verify if there are memory leaks: `strdup()` and `my_strdup()` need `free()` !
38
 
38