Commit Graph

160 Commits

Author SHA1 Message Date
benfry b2dec16e51 X copying files from 'data' dir is not recursive.. fixed
X move structure of app/application dirs around a bit
X make a new 'dist' function for building
X save window position (only during session) of sketch run window
X shouldn't substitute f's for: "Univers76.vlw.gz";
X   need lots of testing--this changes lots of things
X fixed commentsCodec which was mangling things
o present mode doesn't work for draw()
X   tested, seems to be fine?
X console - convert tabs to spaces
o   line wrapping (but save info for resize? noo..)
X fix to line numbers being off for KjcEngine exception highlights
X changed error color slightly for console to fit status error
X size() not being called in setup is gonna cause lots of headaches
X   hack: put exception handler around setup and re-call if necessary
X linefeeds were wrong in BApplet
2002-07-28 03:46:25 +00:00
benfry a97c796901 rev 36 in all its gory 2002-07-28 02:01:24 +00:00
benfry f1bebc68be tweaking build scripts and moving buttons 2002-07-28 01:07:28 +00:00
benfry 78817017e3 adding fonts and new buttons 2002-07-28 01:05:52 +00:00
benfry 0aff4db60b random fixes and making windows build script 2002-07-28 00:38:07 +00:00
benfry d5ff964858 argh.. oops.. 2002-07-28 00:12:41 +00:00
benfry 98f35ea78d X collapse pdeengine/pderunner/kjcengine
X   remove 'extends' from kjcengine, make an instance of Main
X     may need to subclass at.dms.kjc.Main to override the exit()
X   make pdeengine a class
X   remove pderunner, collapse into pdeengine
2002-07-27 23:28:59 +00:00
benfry 3cad1bf929 fixed engine so it no longer subclasses kjc 2002-07-27 22:43:50 +00:00
benfry 9a2ef391fe thought this was checked in.. guess not 2002-07-27 22:34:10 +00:00
benfry e584a39fc3 X macosx.. editor.status.font needs to be size 12
X   same under windows, just wasn't being set properly before
X   header font needed to be set each time as well
X introduce pde.properties_OSNAME
X   tested to make sure it joins with the other pde.properties ok
X setPixel(i, j, #99CC00);
X   not working anymore Syntax error: unexpected token: CC00
X   problem was substitute only worked along with =
2002-07-27 19:14:28 +00:00
benfry 931579486f tweaking for the mac.. buttons taller, uppercase, font work 2002-07-26 23:03:25 +00:00
benfry 1c68f7edd0 casey feedback for bugs 2002-07-26 19:25:09 +00:00
benfry 05b07be7b3 moved so that buzz.pl is used from bagel, so changes can be made in one
place
2002-07-25 20:54:57 +00:00
benfry e33378c93d tweaks to get building working on macosx 2002-07-25 20:51:11 +00:00
benfry a254365da5 initial version of build file for osx 2002-07-25 20:16:11 +00:00
benfry 86432fb457 more cleaning 2002-07-25 20:10:06 +00:00
benfry d678366d76 are you ready for a NEW BUILD ORDER 2002-07-25 20:04:58 +00:00
benfry d64f1dfc60 new crap for windows 2002-07-25 19:53:48 +00:00
benfry 2d55836750 new build hierarchy for linux 2002-07-25 19:51:59 +00:00
benfry 0d9e03a5d5 don't need this guy 2002-07-25 18:24:05 +00:00
benfry 133bcbdc5f tweaking dirs, adding people 2002-07-25 18:23:13 +00:00
benfry 8763110904 cleaning 2002-07-25 17:16:33 +00:00
benfry bba279f465 trying to move things around a bit, mostly making a mess 2002-07-25 04:06:39 +00:00
benfry e0874ba03e shmancy new make.bat for p5 windows, and bapplet working nicely too.
started getting serial back into bapplet, need to test tomorrow.
2002-07-24 04:29:03 +00:00
benfry 84e8e1612d fixed exception on close when trying to create sketch.properties on
linux and mac
2002-07-23 17:52:51 +00:00
benfry da5f843add the good stuff 2002-07-23 15:37:18 +00:00
benfry a6fedb667d 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 cd7c54d0e5 blah blah blah end of day 2002-07-22 23:28:58 +00:00
benfry b328830cc8 newer version of jikes 2002-07-22 23:27:15 +00:00
benfry 5542e91565 removing debug spew 2002-07-22 20:47:09 +00:00
benfry 9deffc7f89 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 138e4d894a mo tidbits 2002-07-22 16:09:30 +00:00
benfry 13721f933f moving things around and breaking cvs directory structure 2002-07-22 15:49:07 +00:00
benfry 98468787eb tidbits for 034 2002-07-22 07:12:06 +00:00
benfry a2f5848cf5 finished presentation and play modes for rev 034 2002-07-22 07:08:51 +00:00
benfry ed5413bfc6 problem in number parsing was keeping apps from running (getInteger
inside PdeBase)
2002-07-22 05:19:44 +00:00
benfry 388023f8b6 tweaks 2002-07-21 21:55:49 +00:00
benfry a5beacd84d miscellaneous 2002-07-18 23:27:44 +00:00
benfry 0ccb7a8178 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 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