Directory src/slogo/GUIElements/

Directory Created:
2016-11-30 16:41
Total Files:
23
Deleted Files:
16
Lines of Code:
1252

[root]/src/slogo/GUIElements
                directory in repo commands (5 files, 499 lines)
                directory in repo streams (4 files, 163 lines)

Lines of Code

src/slogo/GUIElements/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 195 (100.0%) 2147 (100.0%) 11.0
estradahammd 173 (88.7%) 1700 (79.2%) 9.8
perrellaj 15 (7.7%) 352 (16.4%) 23.4
hammad 7 (3.6%) 95 (4.4%) 13.5

Most Recent Commits

estradahammd 2016-12-15 18:08 Rev.: 1814

Fixed a warning

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: AssignmentFrameButton.java (+1 -1)
estradahammd 2016-12-15 18:01 Rev.: 1808

Fixed a warning

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: AssignmentFrameButton.java (+1)
hammad 2016-12-15 15:39 Rev.: 1786

moved the new file button to the workspace menu and renamed it to new workspace (new file was kind of ambiguous; we're making a new workspace, not a new file of something)

2 lines of code changed in 1 file:

  • src/slogo/GUIElements: NewFileButton.java (+2 -2)
hammad 2016-12-15 15:20 Rev.: 1784

added buttons to set pen up or down graphically

24 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+24 -2)
perrellaj 2016-12-10 19:18 Rev.: 1542

changed color chooser logic to remember original width or color if one isnt changed. fixed towards instruction (still off 1 sometimes because of rounding)

49 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+49 -5)
estradahammd 2016-12-10 12:26 Rev.: 1455

Added all my java docs

168 lines of code changed in 19 files:

  • src/slogo/GUIElements: ActionItem.java (+5 -1), ActionRecallMenu.java (+6 -1), AssignmentFrame.java (+12 -2), AssignmentFrameButton.java (+10 -6), ChangeBackgroundButton.java (+5 -1), ChangePenButton.java (new 53), ChangePenColorButton.java (del), ColorChooserWindow.java (+7 -2), ExecuteSubroutineButton.java (+7 -2), ImageButton.java (+12 -7), NewFileButton.java (+6 -3), OpenFileButton.java (+7), RedoButton.java (+5 -1), ResetButton.java (+5 -1), SaveAsButton.java (+10), SaveAssignmentsButton.java (+7 -5), SaveFileButton.java (+1 -1), SetColorButton.java (+5 -1), UndoButton.java (+5 -1)
estradahammd 2016-12-09 22:59 Rev.: 1440

Just added two new extensions

197 lines of code changed in 5 files:

  • src/slogo/GUIElements: AssignmentFrame.java (new 58), AssignmentFrameButton.java (new 30), ChangeTurtleButton.java (del), ChangeTurtleFromFileButton.java (new 70), ImageButton.java (new 39)
estradahammd 2016-12-09 17:12 Rev.: 1346

Added code to support easter eggs

2 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+2 -1)
perrellaj 2016-12-09 15:51 Rev.: 1333

changed Color Chooser Slider GUui

2 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+2 -2)
estradahammd 2016-12-09 13:29 Rev.: 1309

Cleaned up the GUI and modified the buttons

51 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+51 -46)
estradahammd 2016-12-09 12:05 Rev.: 1305

Updated code to improve runtime performance and to modify the GUI to take advantage of new innovations

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: SaveFileButton.java (+1 -1)
estradahammd 2016-12-09 11:35 Rev.: 1297

Fixed the refresh method to improve the runtime efficiency

7 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+7 -2)
estradahammd 2016-12-08 13:23 Rev.: 1236

Fixed the default file saving system

2 lines of code changed in 1 file:

  • src/slogo/GUIElements: SaveFileButton.java (+2 -6)
estradahammd 2016-12-08 12:54 Rev.: 1234

Added code to support loading past assignments into the current workspace

3 lines of code changed in 1 file:

  • src/slogo/GUIElements: OpenFileButton.java (+3 -2)
estradahammd 2016-12-08 12:12 Rev.: 1231

Added ability to record and save assignments

37 lines of code changed in 1 file:

  • src/slogo/GUIElements: SaveAssignmentsButton.java (new 37)
estradahammd 2016-12-07 22:01 Rev.: 1220

Fixed the change turtle button command

4 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+4 -1)
estradahammd 2016-12-07 21:34 Rev.: 1215

Added a button and the associated code for the subroutine button

32 lines of code changed in 1 file:

  • src/slogo/GUIElements: ExecuteSubroutineButton.java (new 32)
estradahammd 2016-12-07 18:23 Rev.: 1205

Fixed both such that files now save correctly

3 lines of code changed in 2 files:

  • src/slogo/GUIElements: SaveAsButton.java (+2 -2), SaveFileButton.java (+1 -1)
estradahammd 2016-12-07 16:30 Rev.: 1194

Fixed 100 warnings

15 lines of code changed in 15 files:

  • src/slogo/GUIElements: ActionItem.java (-5), ActionRecallMenu.java (+1 -7), ChangeBackgroundButton.java (+1), ChangePenColorButton.java (+1 -2), ChangeTurtleButton.java (+1), ColorChooserWindow.java (-3), InputLine.java (-9), NewFileButton.java (+1 -1), OpenFileButton.java (+3 -12), RedoButton.java (+1), ResetButton.java (+1 -4), SaveAsButton.java (+2 -1), SaveFileButton.java (+1 -2), SetColorButton.java (+1), UndoButton.java (+1)
estradahammd 2016-12-07 15:59 Rev.: 1187

Added java docs

178 lines of code changed in 16 files:

  • src/slogo/GUIElements: ActionItem.java (+9), ActionRecallMenu.java (+9 -1), ChangeBackgroundButton.java (+7), ChangePenColorButton.java (+8 -1), ChangeTurtleButton.java (+9), ColorChooserWindow.java (+19 -8), InputLine.java (+7 -27), LineSegment.java (+45 -10), NewFileButton.java (+7), OpenFileButton.java (+7), RedoButton.java (+7), ResetButton.java (+7), SaveAsButton.java (+11), SaveFileButton.java (+16), SetColorButton.java (+3), UndoButton.java (+7)
estradahammd 2016-12-07 14:28 Rev.: 1163

Fixed a warning

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: InputLine.java (+1 -1)
estradahammd 2016-12-07 14:27 Rev.: 1162

Fixed warning

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: LinkedTest.java (+1 -1)
hammad 2016-12-07 14:16 Rev.: 1158

hahahaha

8 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+1 -1), ColorChooserWindow.java (+7 -1)
estradahammd 2016-12-07 13:43

19 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+12 -5), ColorChooserWindow.java (+7 -5)
estradahammd 2016-12-07 13:29 Rev.: 1137

Abstracted some of the code

30 lines of code changed in 4 files:

  • src/slogo/GUIElements: ActionItem.java (+7 -5), ActionRecallMenu.java (+11 -10), InputLine.java (+5 -13), ResetButton.java (+7 -11)
perrellaj 2016-12-07 12:46 Rev.: 1125

changed width implementation

15 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+2 -2), ColorChooserWindow.java (+13 -11)
perrellaj 2016-12-07 12:26 Rev.: 1122


13 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+13 -11)
perrellaj 2016-12-06 20:18 Rev.: 1057

added width implementation to chooser window

16 lines of code changed in 2 files:

  • src/slogo/GUIElements: ColorChooserWindow.java (+5 -2), LineSegment.java (+11 -1)
perrellaj 2016-12-06 19:53 Rev.: 1052

more progress on pen width changing

31 lines of code changed in 1 file:

  • src/slogo/GUIElements: ColorChooserWindow.java (+31 -3)
estradahammd 2016-12-06 12:12 Rev.: 1017

Added a print notification for when you close the window and don't change the turtle

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+1)
estradahammd 2016-12-06 12:10 Rev.: 1016

Handled the null pointer exception from closing the change turtle window

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+1 -1)
perrellaj 2016-12-05 22:02 Rev.: 1000

started pen width implementation

30 lines of code changed in 2 files:

  • src/slogo/GUIElements: ChangePenColorButton.java (+2 -8), ColorChooserWindow.java (+28 -12)
estradahammd 2016-12-05 21:23 Rev.: 997

Fixed the default case

5 lines of code changed in 1 file:

  • src/slogo/GUIElements: SaveFileButton.java (+5 -4)
estradahammd 2016-12-05 21:10 Rev.: 994

Fixed some errors but unfortunately there is an error that is thrown during construction although it does not seem to impact performance

7 lines of code changed in 2 files:

  • src/slogo/GUIElements: SaveAsButton.java (+4 -3), SaveFileButton.java (+3 -3)
estradahammd 2016-12-05 20:39 Rev.: 989

Fixed the turtle change button somewhat it doesn't throw errors but it doesn't quite work

10 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+10 -4)
estradahammd 2016-12-05 20:38 Rev.: 988

1 lines of code changed in 1 file:

  • src/slogo/GUIElements: ChangePenColorButton.java (+1 -1)
estradahammd 2016-12-05 19:34

Fixed the null pointer exception

11 lines of code changed in 2 files:

  • src/slogo/GUIElements: ActionItem.java (+3 -2), ActionRecallMenu.java (+8 -5)
estradahammd 2016-12-05 19:17 Rev.: 984

Changed the organization of the GUI elements to make it easier to understand

4 lines of code changed in 10 files:

  • src/slogo/GUIElements: ChangeTurtleButton.java (+1 -1), CustomOutputStream.java (del), ImageFilter.java (del), OpenFileButton.java (+1), OpenImageFileCommand.java (del), OpenInstructionHistoryFileCommand.java (del), SaveAsButton.java (+1), SaveCommand.java (del), SaveFileButton.java (+1), SerFilter.java (del)
hammad 2016-12-05 15:45 Rev.: 979

added getColor method

4 lines of code changed in 1 file:

  • src/slogo/GUIElements: LineSegment.java (+4)
hammad 2016-12-05 15:41 Rev.: 977

added color to lineSegment object

4 lines of code changed in 1 file:

  • src/slogo/GUIElements: LineSegment.java (+4 -1)

(19 more)

Generated by StatSVN 0.7.0