benfry
|
b463958c7d
|
moving some bugs around
|
2006-01-11 05:13:37 +00:00 |
|
benfry
|
91358127a9
|
working out the kinks in wait()
|
2006-01-11 05:05:03 +00:00 |
|
benfry
|
5c6e9440ee
|
using wait() and notifyAll() instead of sleep() and interrupt()
|
2006-01-10 04:54:14 +00:00 |
|
benfry
|
72c579615b
|
thread changes and some notes
|
2006-01-10 04:41:50 +00:00 |
|
benfry
|
2385636e5b
|
fix for bug #263
|
2005-12-28 00:54:30 +00:00 |
|
benfry
|
1ee96db482
|
change semantics of updateSize() and how size() works for simplicity
|
2005-12-21 17:18:17 +00:00 |
|
benfry
|
fca678f076
|
general todos
|
2005-12-21 17:02:37 +00:00 |
|
benfry
|
385d22c316
|
support for resizing the canvas
|
2005-12-21 17:02:26 +00:00 |
|
benfry
|
42ed9efe39
|
cleanup
|
2005-12-21 17:01:46 +00:00 |
|
benfry
|
74c3c3a67c
|
archiver to use dates as default
|
2005-12-21 17:01:16 +00:00 |
|
benfry
|
57f984b2d5
|
changes to allow for resizing rather than replacing gfx contexts
|
2005-12-21 17:00:42 +00:00 |
|
benfry
|
7901553e06
|
include an error when textFont not set
|
2005-12-21 05:12:50 +00:00 |
|
benfry
|
a508849001
|
include error when no textFont() is set
|
2005-12-21 05:12:34 +00:00 |
|
benfry
|
2b4efe92cc
|
additional bug note
|
2005-12-20 19:44:48 +00:00 |
|
benfry
|
ebbbb71d63
|
oops, this wasn't actually setting the sketch folder
|
2005-12-20 19:41:49 +00:00 |
|
benfry
|
045b0da2fd
|
starting revision 0100
|
2005-12-18 22:08:37 +00:00 |
|
benfry
|
5455b52905
|
additional tweaks for 0099
|
2005-12-18 21:00:00 +00:00 |
|
benfry
|
fa78af3fe1
|
finalizing 0099
|
2005-12-18 20:49:00 +00:00 |
|
benfry
|
c3c3c28a68
|
cleanup for rev 0099.. remove pdf from dist script, remove external editor
launcher, undo psound tweaks
|
2005-12-18 20:27:36 +00:00 |
|
benfry
|
2680c2c246
|
make setText() a little more idiot-proof
|
2005-12-18 02:09:21 +00:00 |
|
benfry
|
8d70cff6d9
|
add ctrl-up and ctrl-down to text editor. also fix some of the indenting code
|
2005-12-18 01:37:08 +00:00 |
|
benfry
|
76a9b8ffe1
|
use tabs to auto-indent particular lines (ala emacs) bug #22
|
2005-12-15 23:44:30 +00:00 |
|
benfry
|
19b2c8e436
|
option for tabs to handle auto-indent ala emacs (bug #22)
|
2005-12-15 23:12:09 +00:00 |
|
benfry
|
91c8ad0308
|
indent/outdent properly with braces
|
2005-12-15 22:18:55 +00:00 |
|
benfry
|
ce7775ce65
|
smarter auto-indent, don't re-add extra spaces
|
2005-12-15 20:12:32 +00:00 |
|
benfry
|
9928fa4c81
|
fix for sketch not properly resetting its codeCount and hiddenCount in
load()
|
2005-12-15 19:31:19 +00:00 |
|
benfry
|
5fb5516ca7
|
make sure that the temp folder containing stderr.txt and stdout.txt are
deleted
|
2005-12-15 19:30:53 +00:00 |
|
benfry
|
56b25a1add
|
fix some issues with creation of temp folders to avoid boogers
|
2005-12-15 19:29:40 +00:00 |
|
benfry
|
c745b09984
|
added a simple external editor command just to test
|
2005-12-15 19:29:16 +00:00 |
|
benfry
|
1e2694554c
|
remove newlines from error message about fonts
|
2005-12-15 19:09:03 +00:00 |
|
benfry
|
daf7b489a9
|
make editor buttons properly highlight whether called by clicking or by
menu items. fix for bug #242
|
2005-12-15 04:58:22 +00:00 |
|
benfry
|
2a7168558b
|
include path to infringing sketch in error message about bad sketch name
|
2005-12-15 02:49:29 +00:00 |
|
benfry
|
ecc9ea5382
|
workaround for bug #16 (unterminated multiline comment)
|
2005-12-15 02:49:05 +00:00 |
|
benfry
|
c3b6299a40
|
take care of bug #209 and bug #243
|
2005-12-14 07:10:53 +00:00 |
|
benfry
|
9a7c2d5e93
|
some minor victories in the component resizing.. now to check on windows
|
2005-12-14 05:45:05 +00:00 |
|
benfry
|
8a90cdb1e6
|
lots of ui tweaking.. deal with button sizes, esc/ctrl-w to close
windows, other layout issues
|
2005-12-14 01:22:24 +00:00 |
|
benfry
|
75eda2482e
|
clean up some button and text field placement issues with osx
|
2005-12-13 20:13:49 +00:00 |
|
benfry
|
4cdcf4ef26
|
working on issues with button sizing in status, component sizing on creation
|
2005-12-13 19:29:21 +00:00 |
|
benfry
|
9c9e64c6da
|
adding pdf library do make and dist scripts
|
2005-12-13 19:28:38 +00:00 |
|
benfry
|
e86c993cf8
|
trying to fix bug 208 again
|
2005-12-13 04:54:08 +00:00 |
|
Casey Reas
|
134e1f76e5
|
updating examples for rev 0099
|
2005-12-09 09:45:14 +00:00 |
|
Casey Reas
|
cd21ab9bcf
|
updating reference for release 99
|
2005-12-09 09:37:39 +00:00 |
|
benfry
|
0b51acf918
|
starting rev 0099
|
2005-12-01 18:42:08 +00:00 |
|
benfry
|
1d73385b14
|
final bits for 0098
|
2005-12-01 18:39:31 +00:00 |
|
benfry
|
887b289ea8
|
better error handling for autoformat.. exceptions were being ignored and
mangling code
|
2005-12-01 17:53:36 +00:00 |
|
benfry
|
4330b6bc7a
|
changes to autoformat and making notes in revisions.txt about updates
|
2005-12-01 17:26:31 +00:00 |
|
benfry
|
db51522944
|
fixing and cleaning Auto Format code
|
2005-12-01 16:33:17 +00:00 |
|
benfry
|
235ec86377
|
setText() now uses a compound edit, a fix for bug #139
|
2005-12-01 16:05:30 +00:00 |
|
benfry
|
7ee6f7d0fa
|
fix for bug #110, the AIOOBE on auto format
|
2005-12-01 15:18:28 +00:00 |
|
benfry
|
c3dcfb7da2
|
fix for linux shell script, add notes to faq about ImageIcon
|
2005-12-01 14:44:16 +00:00 |
|