Directory src/picasso/view/

Directory Created:
2009-11-30 16:56
Total Files:
4
Deleted Files:
0
Lines of Code:
299

[root]/src/picasso/view
                directory in repo commands (5 files, 216 lines)

Lines of Code

src/picasso/view/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 199 (100.0%) 11.0
Sam "The Sham" Reed 15 (83.3%) 188 (94.5%) 12.5
Stuart 3 (16.7%) 11 (5.5%) 3.6

Most Recent Commits

Sam "The Sham" Reed 2009-12-18 14:14 Rev.: 152

Added "Save Commands" feature.

Cleaned up some imports on RandomEvaluator.

16 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (+2 -1), TextPanel.java (+14 -4)
Sam "The Sham" Reed 2009-12-18 13:53 Rev.: 150

Fixed scrolling on textarea.

3 lines of code changed in 1 file:

  • src/picasso/view: TextPanel.java (+3 -3)
Stuart 2009-12-16 19:06 Rev.: 130

fixing conflicts

8 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (+1 -1), TextPanel.java (+7)
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.

3 lines of code changed in 1 file:

  • src/picasso/view: Frame.java (+3 -1)
Sam "The Sham" Reed 2009-12-10 16:42 Rev.: 94

Huge commit:

Fixed order of operations on two-arg functions. There may be a few more that are messing this up, but I fixed divide, minus, and perlins. Any function that uses multiple args needs to be fixed - check DivideAnalyzer for details. Basically the parser is popping items off the queue in reverse order so we need to add them in reverse order.

Added Wrap, Exponentiate (^), Exp, and Negate (!).

Gave textentry box focus at startup and fixed order that items are added to textarea.

Removed Evaluate button.

7 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (+4 -2), TextPanel.java (+3 -3)
Sam "The Sham" Reed 2009-12-10 14:49 Rev.: 91

Added popup error messages, only serious error messages, basically those not supposed to be seen by the user in the final product, will be displayed on the console. All parser errors are shown in a popup box.

2 lines of code changed in 1 file:

  • src/picasso/view: TextPanel.java (+2)
Sam "The Sham" Reed 2009-12-09 16:39 Rev.: 75

Added up/down keypress history functionality to the textEntry box. Try it. It's awesome.

51 lines of code changed in 1 file:

  • src/picasso/view: TextPanel.java (+51 -3)
Sam "The Sham" Reed 2009-12-07 15:54 Rev.: 35

Added comments and cleaned up a few files in the GUI.

8 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (-1), TextPanel.java (+8 -9)
Sam "The Sham" Reed 2009-12-07 15:49 Rev.: 34

Fixed TextPanel to render an image on a carriage return.

28 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (+8 -2), TextPanel.java (+20 -5)
Sam "The Sham" Reed 2009-12-07 15:32 Rev.: 33

Some things didn't get updated

15 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (+4 -4), TextPanel.java (+11)
Sam "The Sham" Reed 2009-12-07 11:42 Rev.: 26

Added a TextEntry and TextArea box to the GUI. Entries don't do anything now but show up in the TextArea - I have yet to make the entries be evaluated as an image.

Also fixed an unused import in Evaluater.

58 lines of code changed in 2 files:

  • src/picasso/view: Frame.java (+5), TextPanel.java (new 53)
sprenkle 2009-11-30 16:56 Rev.: 1

First Import

139 lines of code changed in 3 files:

  • src/picasso/view: ButtonPanel.java (new 49), Canvas.java (new 53), Frame.java (new 37)
Generated by StatSVN 0.4.1