Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 30 (100.0%) | 501 (100.0%) | 16.7 |
Picasso/src/picasso/view/ | 7 (23.3%) | 152 (30.3%) | 21.7 |
Picasso/src/picasso/parser/language/expressions/ | 3 (10.0%) | 123 (24.6%) | 41.0 |
Picasso/src/picasso/parser/ | 10 (33.3%) | 87 (17.4%) | 8.7 |
Picasso/src/picasso/view/commands/ | 5 (16.7%) | 84 (16.8%) | 16.8 |
Picasso/src/picasso/parser/tokens/functions/ | 2 (6.7%) | 33 (6.6%) | 16.5 |
Picasso/src/picasso/parser/tokens/operations/ | 1 (3.3%) | 20 (4.0%) | 20.0 |
Picasso/src/picasso/parser/tokens/ | 1 (3.3%) | 1 (0.2%) | 1.0 |
Picasso/src/ | 1 (3.3%) | 1 (0.2%) | 1.0 |
apparently forgot to commit the random expression button last night. oh well, here it is
50 lines of code changed in 2 files:
modified frame to exit on close (this also destroys the history frame)
removed hardcoded x from history
1 lines of code changed in 2 files:
we has working history (with a toggle window, too!)
also added in expression "breeding" by allowing chaining expressions from history
157 lines of code changed in 3 files:
Added in text field for expressions
14 lines of code changed in 2 files:
Update Frame to change title when expression is evaluated
8 lines of code changed in 2 files:
added wrap function
2 lines of code changed in 1 file:
Added wrap function
84 lines of code changed in 3 files:
Addition of clamp function
83 lines of code changed in 4 files:
removed extraneous minus
1 lines of code changed in 1 file:
added minus
1 lines of code changed in 1 file:
added in NPE handling. doesn't actually affect the run in any way
6 lines of code changed in 1 file:
fixed operand input
1 lines of code changed in 1 file:
fixed return statement
1 lines of code changed in 1 file:
Add in division operator.
91 lines of code changed in 5 files:
Updated contact info
1 lines of code changed in 1 file: