Subversion Repositories filter_foundry

Rev

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

Rev 220 Rev 221
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
* paint.net: If you click "run filter", then you get an UAC dialog. Why? Because of the activation context?!
-
 
15
 
-
 
16
* paint.net crash:
-
 
17
	1. Open "8bf filters" page
-
 
18
	2. Select "Filter Foundry"
-
 
19
	3. Click OK (DO NOT run the dialog via "Run plugin")
-
 
20
	4. Press Ctrl+F (re-apply filter)
-
 
21
	=> Is this a bug of PSFilterPdn and/or can we somehow fix it?
-
 
22
 
14
* Format the code!
23
* Format the code!
15
 
24
 
16
* Memory leak: strdup() and my_strdup() need free() !
25
* Memory leak: strdup() and my_strdup() need free() !
17
 
26
 
18
* Why can't we edit *.rc files in Visual Studio?
27
* Why can't we edit *.rc files in Visual Studio?
Line 80... Line 89...
80
* The vertical scrollbar should auto-hide when the expression formula is short. (Also for Mac)
89
* The vertical scrollbar should auto-hide when the expression formula is short. (Also for Mac)
81
  Unfortunately, this task is very hard in WIN32 API.
90
  Unfortunately, this task is very hard in WIN32 API.
82
 
91
 
83
* Should there be more (visual) space for expressions, like in Filter Factory?
92
* Should there be more (visual) space for expressions, like in Filter Factory?
84
 
93
 
85
* Standalone filter: Map labels should be centered between two sliders, like in Filter Factory
-
 
86
 
-
 
87
* Sliders are extremely tiny!
94
* Sliders are extremely tiny!
88
 
95
 
89
* simplealert() is only "appmodal" and has no hWnd. Due to this, the window is not blinking when
96
* simplealert() is only "appmodal" and has no hWnd. Due to this, the window is not blinking when
90
  the user tries to click on a parent window. (Is this a Windows bug?)
97
  the user tries to click on a parent window. (Is this a Windows bug?)
91
 
98
 
Line 111... Line 118...
111
 
118
 
112
Things to check/correct for other Telegraphics plugins (FIXED in FilterFoundry)
119
Things to check/correct for other Telegraphics plugins (FIXED in FilterFoundry)
113
------------------------------------------------------
120
------------------------------------------------------
114
 
121
 
115
* The lengths of the PIPL TLV structure must include everything, including string paddings,
122
* The lengths of the PIPL TLV structure must include everything, including string paddings,
116
  with 1 zero padding guaranteed. See annotations in "GIMP Incompatibilities".
123
  with 1 zero padding guaranteed. See annotations in "GIMP Incompatibilities.md".
117
 
124
 
118
* The language/country code in VarFileInfo must be a code that exists in StringFileInfo.
125
* The language/country code in VarFileInfo must be a code that exists in StringFileInfo.
119
  The translation strings "04900000" don't fit together "080904B0".
126
  The translation strings "04900000" don't fit together "080904B0".
120
 
127
 
121
* 64 Bit Windows builds
128
* 64 Bit Windows builds