/Picasso/trunk Developers: Stuart

Login name:
Stuart
Total Commits:
114 (25.3%)
Lines of Code:
1894 (21.4%)
Most Recent Commit:
2009-12-17 17:21

Activity by Clock Time

Activity by Hour of Day for Stuart

Activity by Day of Week for Stuart

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 114 (100.0%) 1894 (100.0%) 16.6
src/picasso/parser/language/expressions/ 74 (64.9%) 1386 (73.2%) 18.7
src/picasso/parser/ 14 (12.3%) 199 (10.5%) 14.2
src/picasso/view/commands/ 5 (4.4%) 111 (5.9%) 22.2
src/picasso/extensions/ 6 (5.3%) 105 (5.5%) 17.5
src/picasso/parser/tokens/functions/ 7 (6.1%) 73 (3.9%) 10.4
src/picasso/view/ 3 (2.6%) 11 (0.6%) 3.6
/ 1 (0.9%) 7 (0.4%) 7.0
src/picasso/parser/tokens/ 1 (0.9%) 1 (0.1%) 1.0
src/picasso/ 2 (1.8%) 1 (0.1%) 0.5
src/picasso/parser/tokens/operations/ 1 (0.9%) 0 (0.0%) 0.0

Activity of Stuart

Most Recent Commits

Stuart 2009-12-17 17:21 Rev.: 142

fixed scientific num problem

5 lines of code changed in 1 file:

  • src/picasso/parser/language/expressions: RGBColor.java (+5 -1)
Stuart 2009-12-17 16:56 Rev.: 136

fixed wrap

2 lines of code changed in 1 file:

  • src/picasso/parser/language/expressions: Wrap.java (+2 -2)
Stuart 2009-12-17 16:35 Rev.: 134

updated negate randexp

1 lines of code changed in 1 file:

  • src/picasso/parser/language/expressions: Negate.java (+1 -1)
Stuart 2009-12-16 19:12 Rev.: 131

still trying to fix conflicts

4 lines of code changed in 5 files:

  • src/picasso/extensions: RandomExpGenHelper.java (+1 -1)
  • src/picasso/parser: RandomColorAnalyzer.java (del), functions.conf (+3 -3)
  • src/picasso/parser/language/expressions: RandomColor.java (del)
  • src/picasso/parser/tokens/functions: RandomColorToken.java (del)
Stuart 2009-12-16 19:06 Rev.: 130

fixing conflicts

15 lines of code changed in 3 files:

  • src/picasso/view: Frame.java (+1 -1), TextPanel.java (+7)
  • src/picasso/view/commands: RandomEvaluater.java (+7 -64)
Stuart 2009-12-16 19:04

95 lines of code changed in 4 files:

  • src/picasso/parser: RandomAnalyzer.java (new 26)
  • src/picasso/parser/language/expressions: RGBColor.java (+12 -2), Random.java (new 43)
  • src/picasso/parser/tokens/functions: RandomToken.java (new 14)
Stuart 2009-12-16 15:36 Rev.: 120

updated random expressions

3 lines of code changed in 2 files:

  • src/picasso/parser/language/expressions: RGBColor.java (+2 -34), RandomColor.java (+1 -1)
Stuart 2009-12-15 22:41 Rev.: 118

fixed exponentiate token problem. fixed randomColor problem

61 lines of code changed in 11 files:

  • src/picasso/extensions: RandomExpGen.java (+1 -1), RandomExpGenHelper.java (+1 -1)
  • src/picasso/parser: ExponentiateAnalyzer.java (+12 -9), functions.conf (+2 -1)
  • src/picasso/parser/language/expressions: Exponentiate.java (+1 -1), Negate.java (+1 -1), RGBColor.java (+27 -4), RandomColor.java (+1 -1)
  • src/picasso/parser/tokens: CharTokenFactory.java (+1 -1)
  • src/picasso/parser/tokens/functions: RandomColorToken.java (new 14)
  • src/picasso/parser/tokens/operations: PowerToken.java (del)
Stuart 2009-12-15 20:28 Rev.: 117

random expressions are now generated. made a few changes with the gui as well, but was unsuccessful in adding a button for random.

499 lines of code changed in 31 files:

  • src/picasso/extensions: RandomExpGen.java (+34 -75), RandomExpGenHelper.java (+1 -1)
  • src/picasso/parser/language/expressions: Abs.java (+10), Atan.java (+11), Ceil.java (+10), Clamp.java (+10), Constant.java (+20 -4), Cos.java (+10), Divide.java (+17), Exp.java (+11), Exponentiate.java (+17), Floor.java (+11 -1), Log.java (+10), Minus.java (+17), Mod.java (+17), Multiply.java (+17), Negate.java (+10), PerlinBW.java (+17), PerlinColor.java (+17), Plus.java (+17), RGBColor.java (+17 -1), RandomColor.java (+37 -3), RgbToYCrCb.java (+10), Sin.java (+11 -1), Tan.java (+10), Wrap.java (+10), X.java (+5), Y.java (+5), YCrCbtoRGB.java (+10)
  • src/picasso/view: Frame.java (+3 -1)
  • src/picasso/view/commands: RandomEvaluater.java (new 97)
Stuart 2009-12-11 13:55 Rev.: 107

Started work on the random expression generator. Not Complete.

74 lines of code changed in 2 files:

  • .classpath (+7 -7)
  • src/picasso/extensions: RandomExpGen.java (new 67)
Stuart 2009-12-11 00:25 Rev.: 102

fixed ycbrtorgb error

41 lines of code changed in 5 files:

  • src/picasso/parser: YCRC2RGBRAnalyzer.java (del), YCrCbtoRGBAnalyzer.java (new 25), functions.conf (+1 -1)
  • src/picasso/parser/tokens/functions: YCRC2RGBRToken.java (del), YCrCbtoRGBToken.java (new 15)
Stuart 2009-12-10 17:47 Rev.: 97

implemented the YCRC2RGBR and rgb conversion functions. they work.

197 lines of code changed in 9 files:

  • src/picasso/parser: RandomColorAnalyzer.java (new 26), RgbToYCrCbAnalyzer.java (new 25), YCRC2RGBRAnalyzer.java (new 25), functions.conf (+2)
  • src/picasso/parser/language/expressions: RgbToYCrCb.java (new 45), YCRC2RGBR.java (new 43)
  • src/picasso/parser/tokens/functions: RgbToYCrCbToken.java (new 15), YCRC2RGBRToken.java (new 15)
  • src/picasso/view/commands: Evaluater.java (+1 -1)
Stuart 2009-12-10 16:57 Rev.: 96

update random color

3 lines of code changed in 1 file:

  • src/picasso/parser/language/expressions: RandomColor.java (+3 -6)
Stuart 2009-12-09 11:45 Rev.: 66

update multiarg expressions

58 lines of code changed in 8 files:

  • src/picasso/parser: PerlinBWAnalyzer.java (new 26), PerlinColorAnalyzer.java (new 26)
  • src/picasso/parser/language/expressions: Divide.java (+1 -1), Exponentiate.java (+1 -1), Minus.java (+1 -1), Mod.java (+1 -1), Plus.java (+1 -1), Times.java (+1 -1)
Stuart 2009-12-09 02:44 Rev.: 56

added negate

41 lines of code changed in 1 file:

  • src/picasso/parser/language/expressions: Negate.java (new 41)
Stuart 2009-12-09 02:18 Rev.: 55

finished up the binary operators. note that I ended up making them a subclass of MultiArgFunction class. This is a change from before.

215 lines of code changed in 5 files:

  • src/picasso/parser/language/expressions: Divide.java (new 43), Exponentiate.java (new 43), Minus.java (new 43), Mod.java (new 43), Times.java (new 43)
Stuart 2009-12-08 22:56 Rev.: 52

figured out how to set up the Plus expression....I think.

9 lines of code changed in 2 files:

  • src/picasso/parser/language/expressions: BinaryOperator.java (del), Plus.java (+9 -8)
Stuart 2009-12-08 20:49 Rev.: 51

working on binaryoperators. not finished.

73 lines of code changed in 2 files:

  • src/picasso/parser/language/expressions: BinaryOperator.java (new 31), Plus.java (new 42)
Stuart 2009-12-08 19:46 Rev.: 50

fixed the perlins and added random

4 lines of code changed in 2 files:

  • src/picasso/parser/language/expressions: PerlinBW.java (+2 -2), PerlinColor.java (+2 -2)
Stuart 2009-12-08 18:47 Rev.: 47

more work on multi-arg functions

122 lines of code changed in 3 files:

  • src/picasso/parser/language/expressions: MultiArgFunction.java (new 32), PerlinBW.java (new 48), RandomColor.java (new 42)

(8 more)

Generated by StatSVN 0.4.1