Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 49 (100.0%) | 863 (100.0%) | 17.6 |
Picasso/src/picasso/parser/ | 35 (71.4%) | 555 (64.3%) | 15.8 |
Picasso/src/picasso/parser/language/expressions/ | 5 (10.2%) | 178 (20.6%) | 35.6 |
Picasso/src/picasso/parser/tokens/functions/ | 4 (8.2%) | 80 (9.3%) | 20.0 |
Picasso/src/picasso/view/ | 2 (4.1%) | 48 (5.6%) | 24.0 |
Picasso/src/picasso/view/commands/ | 1 (2.0%) | 2 (0.2%) | 2.0 |
Picasso/src/ | 2 (4.1%) | 0 (0.0%) | 0.0 |
Fixed the user debug feature
6 lines of code changed in 1 file:
Added feature: a pop up window allows users to "debug" expressions by using a mouse click to display the point and evaluated values at that point
Also, I've tried to resize the canvas to fit the window; it kind of works, but there's a pop up window at the beginning of each run that I cannot fix. Please see the code for yourselves and see if you cannot fix the bug; the code is in the comments.
42 lines of code changed in 1 file:
Changed accessor of imageToDomainScale to public
2 lines of code changed in 1 file:
These are different from the images shown on the webpage. How to improve?
87 lines of code changed in 2 files:
56 lines of code changed in 2 files:
40 lines of code changed in 2 files:
Finally got imageWrap and imageClip
3 lines of code changed in 1 file:
Added RandomColor
2 lines of code changed in 1 file:
20 lines of code changed in 1 file:
Need token
21 lines of code changed in 1 file:
Need analyzer and token
41 lines of code changed in 1 file:
Added MOD
8 lines of code changed in 1 file:
Mod operation
42 lines of code changed in 1 file:
Name changed from Ciel __> Ceil
20 lines of code changed in 1 file:
Completed Operations list
7 lines of code changed in 1 file:
Completed Functions list (Ciel __> Ceil)
17 lines of code changed in 1 file:
Need picasso.parser.language.expressions.PerlinBW
25 lines of code changed in 1 file:
Need picasso.parser.language.expressions.PerlinColor and does order matter for the two arguments?
25 lines of code changed in 1 file:
Need picasso.parser.language.expressions.YCrCbtoRGB
3 lines of code changed in 1 file:
Need picasso.parser.language.expressions.RgbToYCrCb
22 lines of code changed in 1 file:
(26 more)