[root]/src/picasso/view
commands
(5 files, 216 lines)
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 |
Added "Save Commands" feature.
Cleaned up some imports on RandomEvaluator.
16 lines of code changed in 2 files:
Fixed scrolling on textarea.
3 lines of code changed in 1 file:
fixing conflicts
8 lines of code changed in 2 files:
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:
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:
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:
Added up/down keypress history functionality to the textEntry box. Try it. It's awesome.
51 lines of code changed in 1 file:
Added comments and cleaned up a few files in the GUI.
8 lines of code changed in 2 files:
Fixed TextPanel to render an image on a carriage return.
28 lines of code changed in 2 files:
Some things didn't get updated
15 lines of code changed in 2 files:
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:
First Import
139 lines of code changed in 3 files: