Commit Graph

2021 Commits

Author SHA1 Message Date
benfry
decc8e0312 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
5242331b06 tidbits 2002-07-03 15:02:26 +00:00
benfry
04d3e533d7 a light at the end of the tunnel.. sketchbook starting to work 2002-07-03 14:52:03 +00:00
benfry
31811d14e9 sketchbook now running sort of 2002-07-03 14:17:38 +00:00
benfry
3f96c3203c tweaking on sketchbook.. frightening todo list 2002-07-03 11:32:32 +00:00
benfry
475b2b880e working on sketchbook in the evening at the ivrea apartment 2002-07-03 09:30:12 +00:00
benfry
251783c2db attempting to break curve at the lsat minute 2002-07-02 17:32:29 +00:00
benfry
163467452e sketchbook finally moving 2002-07-02 17:24:14 +00:00
benfry
86d8b87204 working on menus/sketchbook 2002-07-02 16:20:18 +00:00
benfry
4d91fd6e79 work on sketchbook 2002-07-02 15:55:41 +00:00
benfry
23e864b50b 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
4afe4b3785 beginning work on sketchbook, minor cleanups 2002-07-02 11:16:16 +00:00
benfry
014e68671e attempt to get serial into bapplet, then disabled again 2002-07-02 09:29:35 +00:00
benfry
81267fbc11 X convert color -> int
X     also include #ff00cc -> proper conversion
2002-07-01 15:34:34 +00:00
benfry
7285898796 comments no longer removed from imported files 2002-07-01 15:09:30 +00:00
benfry
3fb86d5174 last touches for rev 29 2002-07-01 13:55:20 +00:00
benfry
02a05045a1 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
Casey Reas
602c52863b Fixes by Ben to make things build on Casey's machina 2002-07-01 12:22:32 +00:00
benfry
576fb4d783 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
66eba0f933 fixed int() and float() problems, also the double f issues 2002-06-30 15:16:02 +00:00
benfry
6837e54238 rev 28 in progress, draw() works better 2002-06-30 12:26:51 +00:00
benfry
3f8ab855c0 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
9a680198d0 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
9e22cb6aed editor.button_bgcolor fix 2002-06-17 16:02:32 +00:00
benfry
5d21ff7c66 rev 25 2002-06-06 19:07:26 +00:00
benfry
4310e6bf03 skinnable ui dreck 2002-06-06 18:22:46 +00:00
benfry
a3bec2b1e5 about to make other changes to editor for 0025 2002-06-06 17:05:49 +00:00
benfry
f19cdd2b77 mo money mo people mo bucks 2002-06-03 03:06:41 +00:00
benfry
8f66f33efb fixes on the flight.. rect is now plane, etc. moving towards 26 2002-04-30 21:17:29 +00:00
benfry
a512b8ab9b forgot to add lots of things for the new version 2002-04-23 12:33:36 +00:00
benfry
17eddad16e actual fixes for 24 2002-04-22 12:18:10 +00:00
benfry
61c74e979c lots of changes for 0023 and the workshop 2002-04-22 09:31:18 +00:00
benfry
4962405945 working on zooming 2002-04-19 16:21:20 +00:00
benfry
7b8bfc4fb4 middle of work on maximizing window etc 2002-04-18 14:03:49 +00:00
benfry
a11e2d26ae moving things to bapplet et al 2002-04-18 04:49:12 +00:00
benfry
158c4ec8ea tidbits 2002-04-18 03:37:45 +00:00
benfry
b894fbbfb0 misc 2002-04-18 03:00:23 +00:00
benfry
357718d9b4 people and tweaks 2002-03-28 15:57:03 +00:00
benfry
a81e00d626 people and todos 2002-03-11 15:58:28 +00:00
benfry
b99a3c3236 remove stop button etc 2002-02-27 03:30:51 +00:00
benfry
7ff4c4e24c more tweaks to todo 2002-02-26 19:24:18 +00:00
benfry
11c173f80d discussion y casey 2002-02-26 18:55:48 +00:00
benfry
e5959a742a little tidbits 2002-02-26 16:47:09 +00:00
benfry
57d16817e0 last tidbits for rev 19 2002-02-26 05:03:47 +00:00
benfry
09f2eba6c6 blahahlahlab 2002-02-26 04:24:44 +00:00
benfry
93baed026a first pile of fixes to bagel api 2002-02-26 04:23:25 +00:00
benfry
52e5be5a48 don't need this guy 2002-02-26 02:02:44 +00:00
benfry
86cc94e2a4 imagine all theee peeeoppppplleeee.. livvvvin.. 2002-02-26 02:01:54 +00:00
benfry
e89c85e135 todo list cleanup 2002-02-26 02:01:17 +00:00
benfry
872a3b0e85 todo list organizing 2002-02-26 02:00:56 +00:00