Commit Graph

573 Commits

Author SHA1 Message Date
benfry 6417c10e1f working on PGraphics/PGraphics3 api stuff 2005-06-08 20:11:39 +00:00
benfry c002686af7 cleaning things up for 91 2005-06-07 04:21:42 +00:00
benfry 04e2abe715 tweak for create font tool, fix the java < 1.3 error message, better
Capture error message
2005-06-07 03:59:19 +00:00
benfry 16ece5364c fixing bugs with non-ascii folders on windows 2005-05-20 04:47:21 +00:00
benfry c45b98aac0 problems with ascii in folder names is half fixed, still need to figure
jikes out
2005-05-20 02:20:00 +00:00
benfry 0a5dd72061 some todo items, fix for Runner present stop button color, additions to
the faq
2005-05-18 18:43:03 +00:00
benfry 4bfd64c54c fixes to PApplet.main() so that applets run as applications 2005-05-13 07:06:18 +00:00
benfry c85a473afe fix up some of the error handling.. force a newline after 10k chars 2005-05-11 08:34:58 +00:00
benfry ba43f2efc0 fix some of the quirks with cmd/ctrl keys on macosx and windows 2005-05-11 08:34:16 +00:00
benfry 2a70f41885 starting rev 91 2005-05-10 03:04:55 +00:00
benfry 58076498f3 fixing some rename bugs 2005-05-10 01:25:04 +00:00
benfry 8b767baa3b fix for line indent highlight from stendahl, also minor naming tweak 2005-05-10 01:17:21 +00:00
benfry 217adeba17 fixes for undo mess, setting new document obj for each tab 2005-05-10 00:29:05 +00:00
benfry 38c4fb1f00 beginning rev 90 2005-05-08 21:18:07 +00:00
benfry d311b04bd3 fixes to the undo, remove thumbs.db in dist 2005-05-08 15:31:30 +00:00
benfry e6dac75864 starting rev 89 2005-05-08 14:45:12 +00:00
benfry 6c53a1b3ea last todo items for 88 2005-05-08 00:06:03 +00:00
benfry 9674b8b8aa fixing bugs with multi-tab undo, also adding loading.gif to the export 2005-05-07 17:11:04 +00:00
benfry 84f8e6e756 incorporate martin's auto format code 2005-05-07 04:21:57 +00:00
benfry 00d826391b moving beautify into autoformat tool class 2005-05-07 03:58:45 +00:00
benfry 7e2cb7859c set applet.frame inside runner 2005-05-07 03:39:26 +00:00
benfry 4e11cad3fb minor bug fixes, make archive sketch auto-save before running 2005-05-07 02:55:27 +00:00
benfry ff378d2242 lots of fixes to error handling 2005-05-07 01:08:07 +00:00
benfry 2d8fc4d6c9 handful of bug fixes and more notes and todo shuffling 2005-05-06 20:20:49 +00:00
benfry c18354dba9 update check only once daily, fixes that were causing things to lock up
on window move
2005-05-03 04:43:46 +00:00
benfry c26a6b258c fix for a minor "new tab" bug, along with some additional documentation
for methods requested by casey
2005-05-02 23:32:05 +00:00
benfry 5829ed4726 changes to get documentation in there 2005-05-02 06:41:00 +00:00
benfry 685ef8bc48 faq changes, present mode warning on osx 10.2, other doc notes 2005-05-02 03:22:59 +00:00
benfry 8bdbd13789 more fixes to sketch, and enforce file name length limit 2005-05-02 01:23:28 +00:00
benfry 37e131d49d more fixes to Editor and Sketch 2005-05-02 01:11:44 +00:00
benfry e1e5e413e5 rev c changes to getting sketch rename/saveas working properly 2005-05-02 00:29:56 +00:00
benfry b10580b93f working on save as and rename 2005-05-01 23:36:48 +00:00
benfry b17ef02de9 fixes to "save as", not yet stress tested 2005-05-01 22:00:45 +00:00
benfry c6ce4caaeb handle storing caret and scroll bar positions for tabs 2005-05-01 20:00:51 +00:00
benfry 1cca0904e7 tweaks to add manifest file, cleaning up sketch code 2005-05-01 19:34:57 +00:00
benfry 994f76551a changes in progress for 86 2005-05-01 18:52:27 +00:00
benfry 2fa0d3c10a fixes to prefs window and the updater 2005-04-30 05:54:27 +00:00
benfry 6b3d4051f0 more info for the faq and a bunch of todo items 2005-04-24 21:09:16 +00:00
benfry bf9556f7d5 starting 0086 2005-04-19 17:52:26 +00:00
benfry dea22c3ddf very last bits for beta 2005-04-19 08:25:10 +00:00
benfry 09d27ab273 changes for 85, hopefully closing in 2005-04-19 07:24:18 +00:00
benfry 43badb8e23 fixed up export bugs to avoid duplicate entries being exported 2005-04-19 03:01:31 +00:00
benfry 1dd37803dc tab fixes and hack for text with a z coord 2005-04-19 02:34:51 +00:00
benfry 6f6368ee06 more saving fixes 2005-04-19 01:09:33 +00:00
benfry a6cb004ece fix up some sketch renaming confusion 2005-04-19 00:12:50 +00:00
benfry 5fcf382107 properly remove folders that are overwritten on "save as" 2005-04-18 23:55:25 +00:00
benfry 7da598fb6d fix sketch saving issue, and make default stroke cap be ROUND 2005-04-18 23:24:35 +00:00
benfry 3403b8c3f1 fix the memory thing, fix create font, more simon lighting stuff 2005-04-18 21:07:14 +00:00
benfry f2f3882eb1 fixing up some prefs stuff, add run.options, don't launch prefs txt file
from inside p5, fixing up runner, adding more info to the faq
2005-04-18 18:54:26 +00:00
benfry 181bcfcf95 writing the faq, updating some code for beta 2005-04-17 18:58:57 +00:00