Directory Picasso/src/picasso/view/

Directory Created:
2012-11-16 12:52
Total Files:
4
Deleted Files:
1
Lines of Code:
334

[root]/Picasso/src/picasso/view
                    directory in repo commands (4 files, 225 lines)

Lines of Code

Picasso/src/picasso/view/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 263 (100.0%) 18.7
zdanisq 7 (50.0%) 152 (57.8%) 21.7
ekentao 6 (42.9%) 99 (37.6%) 16.5
mohnacsc 1 (7.1%) 12 (4.6%) 12.0

Most Recent Commits

zdanisq 2012-12-14 12:56 Rev.: 264

apparently forgot to commit the random expression button last night. oh well, here it is

5 lines of code changed in 1 file:

  • Picasso/src/picasso/view: Frame.java (+5 -1)
zdanisq 2012-12-13 21:37 Rev.: 259

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:

  • Picasso/src/picasso/view: Frame.java (+1 -1), HistoryFrame.java (-1)
zdanisq 2012-12-13 21:04 Rev.: 258

we has working history (with a toggle window, too!)
also added in expression "breeding" by allowing chaining expressions from history

138 lines of code changed in 2 files:

  • Picasso/src/picasso/view: Frame.java (+20 -1), HistoryFrame.java (new 118)
zdanisq 2012-12-13 19:28 Rev.: 256

Added in text field for expressions

7 lines of code changed in 1 file:

  • Picasso/src/picasso/view: Frame.java (+7 -1)
zdanisq 2012-12-13 19:13 Rev.: 255

Update Frame to change title when expression is evaluated

1 lines of code changed in 1 file:

  • Picasso/src/picasso/view: Frame.java (+1 -1)
ekentao 2012-12-10 20:38 Rev.: 211

Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable "t". t varies from -1 to 1 just like x and y. There is a set number of frames to the animation and it simply cycles back between -1 and 1 over and over. The evaluate function methods had to be changed so they take an x,y and t. The Canvas was changed into an AnimatedCanvas class which has a list of pixmaps (the animation frames) instead of just one, and has an update function.

1 lines of code changed in 1 file:

  • Picasso/src/picasso/view: AnimatedCanvas.java (+1 -1)
ekentao 2012-12-10 20:35 Rev.: 210

Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable

1 lines of code changed in 1 file:

  • Picasso/src/picasso/view: AnimatedCanvas.java (+1 -1)
ekentao 2012-12-10 20:34 Rev.: 209

Implemented the random and time variation stuff.

97 lines of code changed in 4 files:

  • Picasso/src/picasso/view: AnimatedCanvas.java (new 75), ButtonPanel.java (+7 -5), Canvas.java (del), Frame.java (+15 -3)
mohnacsc 2012-12-08 16:55 Rev.: 187

Adjusted frame to open in center of screen. I assume no one has a problem with this.

12 lines of code changed in 1 file:

  • Picasso/src/picasso/view: Frame.java (+12)
sprenkle 2012-11-16 12:52 Rev.: 3

First Import

140 lines of code changed in 3 files:

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