Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 53 (100.0%) | 843 (100.0%) | 15.9 |
src/picasso/parser/language/expressions/ | 17 (32.1%) | 333 (39.5%) | 19.5 |
src/picasso/parser/ | 20 (37.7%) | 236 (28.0%) | 11.8 |
src/picasso/parser/tokens/ | 6 (11.3%) | 202 (24.0%) | 33.6 |
src/picasso/parser/tokens/functions/ | 3 (5.7%) | 45 (5.3%) | 15.0 |
src/tests/ | 1 (1.9%) | 21 (2.5%) | 21.0 |
src/picasso/parser/tokens/operations/ | 1 (1.9%) | 2 (0.2%) | 2.0 |
src/picasso/parser/language/ | 2 (3.8%) | 2 (0.2%) | 1.0 |
src/picasso/ | 1 (1.9%) | 1 (0.1%) | 1.0 |
/ | 1 (1.9%) | 1 (0.1%) | 1.0 |
src/picasso/parser/tokens/chars/ | 1 (1.9%) | 0 (0.0%) | 0.0 |
made clipHelper static since it does not rely on any instance variables
1 lines of code changed in 1 file:
now shows pop up if file does not exist
7 lines of code changed in 1 file:
updated for mod and power
9 lines of code changed in 1 file:
updated negate analyzer to use the word "negate" in the comments instead of "floor"
2 lines of code changed in 1 file:
updated image Wrap to use unscaled evaluate method
1 lines of code changed in 1 file:
made size 800x800 to match with square -1 to 1
1 lines of code changed in 1 file:
removed unneeded import
0 lines of code changed in 1 file:
updated for negate
9 lines of code changed in 1 file:
image works better now
16 lines of code changed in 1 file:
deleted picassoString working on imageClip
1 lines of code changed in 2 files:
deleted bang token b/c we are using negate token
0 lines of code changed in 1 file:
image clip
56 lines of code changed in 1 file:
had to add a method to image for image clip to work
12 lines of code changed in 1 file:
added image clip to functions.conf
2 lines of code changed in 1 file:
analyzer for image clip
45 lines of code changed in 1 file:
token for image clip
15 lines of code changed in 1 file:
made image instance variable of type instance instead of expression tree node
2 lines of code changed in 1 file:
string analyzer now returns an image
2 lines of code changed in 1 file:
made image wrap lowercase to match other functions
1 lines of code changed in 1 file:
commented out unneeded code
1 lines of code changed in 1 file:
(31 more)