Commit Graph

746 Commits

Author SHA1 Message Date
benfry
497e357026 fix long-standing tint and fill bugs with P3D 2007-10-23 02:30:02 +00:00
benfry
05e787f5b6 fixing tint() problems with java2d, remove reflection from PImage 2007-10-23 00:13:27 +00:00
benfry
5271594f88 starting rev 0132 2007-10-22 19:39:31 +00:00
benfry
e6d2751077 writing release notes for 0131. 2007-10-22 17:06:10 +00:00
benfry
1d8abf965f fix saveStream() bug, finish toolbar new/open support 2007-10-22 16:44:18 +00:00
benfry
8ee9b4a6d0 finishing up 2x and 4x smoothing, clean up hints, other notes 2007-10-21 20:01:59 +00:00
benfry
2b806a48b9 modify hinting mechanism 2007-10-20 20:38:27 +00:00
benfry
4dae2290fb fixes for client exceptions and server handling 2007-10-20 19:33:51 +00:00
benfry
cb4761e08c starting release 0131 2007-10-20 13:18:51 +00:00
benfry
d273aa1fac finished up rev 0130, add doClose() when closing editor 2007-10-20 12:13:32 +00:00
benfry
a0731ccfc1 fix problem with defaults reset and base renderer 2007-10-20 11:49:57 +00:00
benfry
560fd1371a starting release 0130 2007-10-18 14:03:10 +00:00
benfry
d094c2dd0c fix bug #642 (width/height problem), and bring back background() with
alpha
2007-10-18 12:53:37 +00:00
benfry
27a254d792 starting rev 0129 2007-10-16 17:26:32 +00:00
benfry
d2ba37d919 last notes for release 2007-10-16 14:28:53 +00:00
benfry
2992920528 removing transparency from background() commands 2007-10-16 14:03:50 +00:00
benfry
122e86a18a major changes to how size() methods are handled to fix resize bugs 2007-10-16 14:02:48 +00:00
benfry
a0a75c55f9 switching to Arrays.fill() for array filling methods 2007-10-15 19:38:26 +00:00
benfry
a5d118d3ec remove custom sort implementation, make sort() methods static, use
Arrays.sort()
2007-10-15 17:50:44 +00:00
benfry
a0f942a801 removing pre-1.4 support, reflection mess from processing.core.* 2007-10-15 17:33:38 +00:00
benfry
ab834d1dc2 starting rev 0128 2007-10-14 23:34:50 +00:00
benfry
14ebd6ef8b indent cleanups in PTriangle 2007-10-14 21:44:11 +00:00
benfry
3c9142da36 re-enable update check, add new keywords file 2007-10-12 23:16:42 +00:00
benfry
3b70fc67fd mark untitled sketches as modified on addFile(), replace untitled window
contents (not window) on open, prevent identical sketches from being 
re-opened.
 --This line, and those below, will be ignored--

M    app/src/processing/app/Base.java
M    app/src/processing/app/Sketch.java
M    app/src/processing/app/Editor.java
M    todo.txt
M    core/todo.txt
2007-10-11 21:16:03 +00:00
benfry
43dafad0de fix for bug #594, set offscreen PGraphics3D opacity 2007-10-10 19:27:10 +00:00
benfry
c299c33b3d cleaning up some indents and line wrapping 2007-10-10 15:51:17 +00:00
benfry
00c4631390 fix for bug #91 (opengl pixel operations broken) 2007-10-10 12:25:39 +00:00
benfry
9b952dda44 starting rev 0127 2007-10-10 11:18:28 +00:00
benfry
a9f4a506d0 finishing rev 0126 2007-10-10 02:20:35 +00:00
benfry
8fb7288fb4 add match() method 2007-10-07 11:52:22 +00:00
benfry
34d0541b23 minor tweaks / notes 2007-10-04 22:41:57 +00:00
benfry
32c3455a67 notes for rebuild menus 2007-10-04 20:38:10 +00:00
benfry
6e64da6128 fixing inconsistencies 2007-09-25 21:11:11 +00:00
benfry
9aa550578d fix handling of zero-length arrays in min() and max() 2007-09-23 12:17:04 +00:00
benfry
f46e85048b fix for bug #606, and minor tweak to openStream gz stuff 2007-09-14 01:12:24 +00:00
benfry
d1dc0dc834 fix a couple copyright notices 2007-09-13 13:16:57 +00:00
benfry
28bede6bef split openStream() and openStreamRaw() 2007-09-13 13:16:32 +00:00
benfry
00199f70c6 fix some of the indenting 2007-09-13 13:16:10 +00:00
benfry
9fd02be957 implement auto gunzip, add unregisterXxxx() methods, sort() ignores case
with String arrays
2007-09-09 21:24:04 +00:00
benfry
0f2a452462 added getChild(name/path) and getChildren(name/path) to xml library 2007-09-05 15:03:23 +00:00
benfry
7bfaff2b25 bug #312, add unregisterXxx() for libs 2007-08-29 02:38:10 +00:00
benfry
aed3be5226 minor formatting diffs 2007-08-24 19:28:15 +00:00
benfry
222a91e411 fix for bug in sort() for zero-length arrays 2007-08-20 21:25:18 +00:00
benfry
5ded2aecbd gunzip and saveStream work 2007-08-18 02:53:50 +00:00
benfry
4f197b24fd store/restore of sketch windows and files working again 2007-07-22 22:07:30 +00:00
benfry
5276459aa9 just barely working, loads untitled doc properly 2007-07-18 11:38:22 +00:00
benfry
f06066de17 lots of fixups to handle warnings and deprecations, also change jde-mode to just java-mode for emacs 2007-07-16 14:18:48 +00:00
benfry
a19ceb7777 starting release 0126 2007-07-15 18:16:39 +00:00
benfry
a10f037127 finalizing 0125 with new examples, reference, and todo files 2007-07-15 17:41:28 +00:00
benfry
fcc818899f fix up revisions.txt for 0125 2007-07-15 04:02:28 +00:00