Subversion Repositories filter_foundry

Rev

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

Rev 222 Rev 226
Line 7... Line 7...
7
  NOTE: FilterFactory uses `c2d(x,y) := atan2(y,x)`, but `d := atan2(-y,-x)`. Due to compatibility reasons, we implement it the same way!
7
  NOTE: FilterFactory uses `c2d(x,y) := atan2(y,x)`, but `d := atan2(-y,-x)`. Due to compatibility reasons, we implement it the same way!
8
- Bugfix: Standalone filters did not show the correct "About" dialog
8
- Bugfix: Standalone filters did not show the correct "About" dialog
9
- FilterFoundry is now AppleScript aware (*)
9
- FilterFoundry is now AppleScript aware (*)
10
- Fixed various smaller things and improved the source code building process
10
- Fixed various smaller things and improved the source code building process
11
- Map labels are centered between two sliders, like in Filter Factory (*)
11
- Map labels are centered between two sliders, like in Filter Factory (*)
-
 
12
- AFS files: Improved interoperability (read/write) with Filter Factory in regards "line break" characters
12
 
13
 
13
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
14
(*) This bug/solution was tested on Windows but needs to be verified and/or implemented on Mac.
14
 
15
 
15
## 1.7b1 [20-Sep-2019]
16
## 1.7b1 [20-Sep-2019]
16
- First release by Daniel Marschall
17
- First release by Daniel Marschall