/SLogo/trunk Developers: ivyj

Login name:
ivyj
Total Commits:
45 (1.5%)
Lines of Code:
1121 (1.6%)
Most Recent Commit:
2008-12-10 21:44

Activity by Clock Time

Activity by Hour of Day for ivyj

Activity by Day of Week for ivyj

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 45 (100.0%) 1121 (100.0%) 24.9
src/slogo/ 18 (40.0%) 1027 (91.6%) 57.0
src/slogo/gui/ 4 (8.9%) 72 (6.4%) 18.0
src/slogo/parser/ 8 (17.8%) 16 (1.4%) 2.0
/ 3 (6.7%) 5 (0.4%) 1.6
src/slogo/language/ 2 (4.4%) 1 (0.1%) 0.5
src/slogo/parser/token/ 2 (4.4%) 0 (0.0%) 0.0
src/slogo/model/ 1 (2.2%) 0 (0.0%) 0.0
src/slogo/instruction/arithmetic/ 1 (2.2%) 0 (0.0%) 0.0
src/slogo/instruction/ 2 (4.4%) 0 (0.0%) 0.0
src/slogo/gui/images/ 3 (6.7%) 0 (0.0%) 0.0
src/slogo/expression/ 1 (2.2%) 0 (0.0%) 0.0

Activity of ivyj

Most Recent Commits

ivyj 2008-12-10 21:44 Rev.: 112

set Turtle status display text fields to non-editable

7 lines of code changed in 1 file:

  • src/slogo: Main.java (+7 -7)
ivyj 2008-12-10 21:22 Rev.: 111

add more menu functionality

fixed reset option

85 lines of code changed in 1 file:

  • src/slogo: Main.java (+85 -55)
ivyj 2008-12-10 20:00 Rev.: 106

set turtle to center of window

4 lines of code changed in 1 file:

  • src/slogo: Main.java (+4 -4)
ivyj 2008-12-10 19:59 Rev.: 105

minor variable change

2 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+2 -2)
ivyj 2008-12-10 19:26 Rev.: 100

added more menu functionality

24 lines of code changed in 1 file:

  • src/slogo: Main.java (+24 -4)
ivyj 2008-12-10 18:17 Rev.: 96

added File-Open capability (no file readers yet though, just getting file from dialogue)

initialized Undo/Redo buttons to "unclickable"

32 lines of code changed in 1 file:

  • src/slogo: Main.java (+32 -6)
ivyj 2008-12-08 15:22 Rev.: 90

now handles when user attempts to rotate turtle without first entering an angle

23 lines of code changed in 1 file:

  • src/slogo: Main.java (+23 -13)
ivyj 2008-12-08 14:54 Rev.: 89

added pen color changing functionality, although the color of a given line drawn is not saved with the Turtle, so whenever the turtle is updated (moved or rotated) and the color has been changed, all previous lines drawn are changed to that color

96 lines of code changed in 2 files:

  • src/slogo: Main.java (+33 -21)
  • src/slogo/gui: Turtle.java (+63 -37)
ivyj 2008-12-08 14:29 Rev.: 88

got rid of some more import warnings

9 lines of code changed in 12 files:

  • src/slogo: OldMain.java (+9)
  • src/slogo/instruction: Assignment.java (-2), Instruction.java (-1)
  • src/slogo/instruction/arithmetic: Addition.java (-1)
  • src/slogo/parser: ExpressionParser.java (-2), InstructionParser.java (-1), LeftParser.java (-1), RemainderParser.java (-1), RepeatParser.java (-1), RightParser.java (-2)
  • src/slogo/parser/token: CharTokenFactory.java (-1), TokenFactory.java (-1)
ivyj 2008-12-08 14:23 Rev.: 87

got rid of warning (import issue)

0 lines of code changed in 1 file:

  • src/slogo/expression: Variable.java (-1)
ivyj 2008-12-08 14:22 Rev.: 86

added text area that displays results of expressions

refactored duplicated code in ActionListeners of command button and command text field

33 lines of code changed in 1 file:

  • src/slogo: Main.java (+33 -18)
ivyj 2008-12-08 13:41 Rev.: 85

added a result variable to use for displaying result in GUI text field

7 lines of code changed in 1 file:

  • src/slogo/parser: SLogoParser.java (+7)
ivyj 2008-12-08 13:06 Rev.: 84

added pen color changeability

6 lines of code changed in 1 file:

  • src/slogo/gui: Turtle.java (+6 -1)
ivyj 2008-12-06 14:19 Rev.: 83

Fixed the "TURTLE" border disappearing, a little reorganizing as well

80 lines of code changed in 1 file:

  • src/slogo: Main.java (+80 -76)
ivyj 2008-12-06 13:55 Rev.: 82

set up the catch block for ParseException when entering invalid commands

added capability to press the "Enter" key and execute commands

22 lines of code changed in 1 file:

  • src/slogo: Main.java (+22 -4)
ivyj 2008-12-05 13:17 Rev.: 76

deleting model package

1 lines of code changed in 2 files:

  • .classpath (+1)
  • src/slogo/model: Turtle.java (del)
ivyj 2008-12-05 13:14

29 lines of code changed in 2 files:

  • src/slogo: Main.java (+28 -26)
  • src/slogo/gui: Turtle.java (+1 -1)
ivyj 2008-12-04 18:05 Rev.: 67

99 lines of code changed in 2 files:

  • src/slogo: Main.java (+99 -40)
  • src/slogo/gui/images: turtleTail.png (new)
ivyj 2008-12-03 18:18 Rev.: 55

3 lines of code changed in 1 file:

  • src/slogo: Main.java (+3 -10)
ivyj 2008-12-03 18:13 Rev.: 54

14 lines of code changed in 1 file:

  • src/slogo: Main.java (+14 -7)

(6 more)

Generated by StatSVN 0.4.1