Commit Graph

137 Commits

Author SHA1 Message Date
benfry ea79500249 fixed exception on close when trying to create sketch.properties on
linux and mac
2002-07-23 17:52:51 +00:00
benfry a7d018ec9f the good stuff 2002-07-23 15:37:18 +00:00
benfry 2dc78a86e7 X save as instead of rename/duplicate
X   this makes more sense, hopefully it won't break everything
X put newline after imports header in exported .java files

last touches before rev 36
2002-07-23 14:59:45 +00:00
benfry e828dd8919 blah blah blah end of day 2002-07-22 23:28:58 +00:00
benfry 4600159a8f newer version of jikes 2002-07-22 23:27:15 +00:00
benfry 10b9488839 removing debug spew 2002-07-22 20:47:09 +00:00
benfry 7c31f12898 checked mousePressed and it seems to be ok. added int versions of
background, fill, and stroke
2002-07-22 19:33:40 +00:00
benfry 8f8592b00b mo tidbits 2002-07-22 16:09:30 +00:00
benfry 179a099733 moving things around and breaking cvs directory structure 2002-07-22 15:49:07 +00:00
benfry bd1b3e1049 tidbits for 034 2002-07-22 07:12:06 +00:00
benfry 986a873afd finished presentation and play modes for rev 034 2002-07-22 07:08:51 +00:00
benfry 4ce4dabecd problem in number parsing was keeping apps from running (getInteger
inside PdeBase)
2002-07-22 05:19:44 +00:00
benfry b4be0c84ad tweaks 2002-07-21 21:55:49 +00:00
benfry fccdf04d28 miscellaneous 2002-07-18 23:27:44 +00:00
benfry 02cde381ac lots of mega-changes for 32 and heading towards 33.. see done.txt for
full details.
2002-07-08 03:28:46 +00:00
benfry 6d42bca5f1 0031a
X lib/pde.properties should be read using getResource
X   otherwise path issues cause trouble (likely under win98)
X take state information out of Header
X cleanup lastFile/lastDirectory
X save (just) last program run in sketch.properties
X coloring of error, message, etc changed in pde.properties
X finish save changes stuff

0031b
X editorlistener shouldn't track menu commands as changes to file
X   ctrl keys bksp/del/enter/return/tab then space on up
X   indicator for changes?
X   need to implement code for whether changes have been made
X   check for key events in textarea or something
X     if key events, compare contents against the existing file
X userName not getting set before sketchbook menu is built
X add 'refresh list' item to the sketchbook menu

0031c
X ability to set directory for compiling in kjcengine

0031d
X make sure compiling into build directory
X   and once compiled there, read all classes for export
2002-07-05 09:52:58 +00:00
benfry 42a5888538 tidbits 2002-07-03 15:02:26 +00:00
benfry 58156ca9b4 a light at the end of the tunnel.. sketchbook starting to work 2002-07-03 14:52:03 +00:00
benfry 805becf868 sketchbook now running sort of 2002-07-03 14:17:38 +00:00
benfry 5f8891af7a tweaking on sketchbook.. frightening todo list 2002-07-03 11:32:32 +00:00
benfry 525c237264 working on sketchbook in the evening at the ivrea apartment 2002-07-03 09:30:12 +00:00
benfry 153c423efd attempting to break curve at the lsat minute 2002-07-02 17:32:29 +00:00
benfry 0926e05f78 sketchbook finally moving 2002-07-02 17:24:14 +00:00
benfry 95b54ab58c working on menus/sketchbook 2002-07-02 16:20:18 +00:00
benfry e36f52fb01 work on sketchbook 2002-07-02 15:55:41 +00:00
benfry 37f0018d7c pde applet / application -> pdebase, and all the mess that entails..
remove lots of dead code from dbn
2002-07-02 14:24:16 +00:00
benfry 580ed67a55 beginning work on sketchbook, minor cleanups 2002-07-02 11:16:16 +00:00
benfry 1431b022b3 attempt to get serial into bapplet, then disabled again 2002-07-02 09:29:35 +00:00
benfry 0d79086865 X convert color -> int
X     also include #ff00cc -> proper conversion
2002-07-01 15:34:34 +00:00
benfry ba8e118e05 comments no longer removed from imported files 2002-07-01 15:09:30 +00:00
benfry a400d99b1e last touches for rev 29 2002-07-01 13:55:20 +00:00
benfry 2cb4432649 X triangle() 6 parameters
X quad() 8 parameters
X rect/rectMode again
X remove addMouse/addKeyboard/addTime
X keyDown(), mouseDown(), lastMouseX, lastMouseY
X degrees(), radians()
X new color solution
X   make sure fxns come through (if static/final?)
X   color() -> uses colorMode
X   red/green/blue() hue/saturation/value() functions
X   getPixel/setPixel
2002-07-01 13:46:11 +00:00
REAS 4a6dbc4c95 Fixes by Ben to make things build on Casey's machina 2002-07-01 12:22:32 +00:00
benfry cc8b43b4e1 X size() code no longer checks for resize() and other similar things
X add char(), byte() to int/float stuff
2002-07-01 09:12:08 +00:00
benfry 937f493922 fixed int() and float() problems, also the double f issues 2002-06-30 15:16:02 +00:00
benfry 34392d1ed5 rev 28 in progress, draw() works better 2002-06-30 12:26:51 +00:00
benfry b45ae06029 X modified pde.properties slightly for console and header
X need stdout in p5 window b/c mac has no stdout
X   remove class 'PdeEditorOutput' and 'PdeEditorLabel'(?)
X   added editor.console.lines to pde.properties
X int() and float() now work for casting
X draw mode needs to be better for workshops
X   make size() work for draw() mode
X     inside Engine, reach in and grab calls to 'size'
X     if call is not using a constant number, then punt
X   when exporting, needs to grab this size parameter as well
2002-06-30 11:50:01 +00:00
benfry de724c4393 change editor.button_bgcolor -> editor.buttons.bgcolor
if no 0 before decimal place in a number it breaks
change plane to quad
get new casey colors and buttons
2002-06-30 11:37:44 +00:00
benfry c2408f8143 editor.button_bgcolor fix 2002-06-17 16:02:32 +00:00
benfry 0df0461f79 rev 25 2002-06-06 19:07:26 +00:00
benfry f37223643e skinnable ui dreck 2002-06-06 18:22:46 +00:00
benfry 5f2e6f8bfb about to make other changes to editor for 0025 2002-06-06 17:05:49 +00:00
benfry 066ab91547 mo money mo people mo bucks 2002-06-03 03:06:41 +00:00
benfry 4c5ba75c48 fixes on the flight.. rect is now plane, etc. moving towards 26 2002-04-30 21:17:29 +00:00
benfry f6501e5846 forgot to add lots of things for the new version 2002-04-23 12:33:36 +00:00
benfry feadb01b1f actual fixes for 24 2002-04-22 12:18:10 +00:00
benfry 452e9a284a lots of changes for 0023 and the workshop 2002-04-22 09:31:18 +00:00
benfry 4fcf84ce83 working on zooming 2002-04-19 16:21:20 +00:00
benfry b94f1f6705 middle of work on maximizing window etc 2002-04-18 14:03:49 +00:00
benfry 1474e1ed0a moving things to bapplet et al 2002-04-18 04:49:12 +00:00