Subversion Repositories filter_foundry

Rev

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

Rev 267 Rev 268
Line 13... Line 13...
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
* Format the code!
-
 
19
 
-
 
20
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
18
* Memory leak: `strdup()` and `my_strdup()` need `free()` !
21
 
19
 
22
* Why can't we edit *.rc files in Visual Studio?
20
* Why can't we edit *.rc files in Visual Studio?
23
 
21
 
24
* host_preserves_parameters (enabled with GIMP/PSPI) should somehow delete the temporary AFS file at each restart of GIMP. Otherwise, the user would always see the previous session when they re-open GIMP.
22
* host_preserves_parameters (enabled with GIMP/PSPI) should somehow delete the temporary AFS file at each restart of GIMP. Otherwise, the user would always see the previous session when they re-open GIMP.