Commit Graph

2114 Commits

Author SHA1 Message Date
benfry
a0731ccfc1 fix problem with defaults reset and base renderer 2007-10-20 11:49:57 +00:00
benfry
6ab24f5e59 fixed up keywords.txt 2007-10-20 11:48:22 +00:00
benfry
560fd1371a starting release 0130 2007-10-18 14:03:10 +00:00
benfry
0b8c8273ac finalizing 0129, adding new reference and all 2007-10-18 12:56:18 +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
53e985e4de moving notes around 2007-10-16 14:16:45 +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
39b29e6c70 remove "sudo" command from osx build script 2007-10-15 00:46:42 +00:00
benfry
ab834d1dc2 starting rev 0128 2007-10-14 23:34:50 +00:00
benfry
e8c2ceda48 release notes for 0127 2007-10-14 22:01:23 +00:00
benfry
67acad3fa8 add option for keeping untitled document open when closing windows 2007-10-14 21:52:48 +00:00
benfry
a29d3817bb updated examples, one minor fix 2007-10-14 21:47:09 +00:00
benfry
14ebd6ef8b indent cleanups in PTriangle 2007-10-14 21:44:11 +00:00
benfry
e7c7b3823b new reference for 0127
--this line, and those below, will be ignored--

M    build/shared/reference.zip
2007-10-14 21:43:20 +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
d17267e6b6 finalizing 0126 dist 2007-10-10 02:34:00 +00:00
benfry
a9f4a506d0 finishing rev 0126 2007-10-10 02:20:35 +00:00
benfry
6319bcf485 notes and cleanup, modifying code for build issues 2007-10-07 11:53:33 +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
82e385bf19 disable mipmapping due to memory leaks 2007-10-04 22:41:37 +00:00
benfry
5b3d2532ff disable prepreroll to try and avoid security issues 2007-10-04 22:41:23 +00:00
benfry
ea5f7bfe52 fix EditorConsole to support multiple windows 2007-10-04 21:32:36 +00:00
benfry
32c3455a67 notes for rebuild menus 2007-10-04 20:38:10 +00:00
benfry
fa22722830 share static images in toolbar and header, get sketchbook rebuild under
control
2007-10-04 20:36:55 +00:00
benfry
6f003ded09 produce a warning re: replacing files, also fix bug that was duplicating
added files
2007-09-26 22:32:14 +00:00
benfry
505cc99613 notes abt ctrl comma on linux 2007-09-26 09:52:44 +00:00
benfry
87715edddd more space for prefs dialog on linux, also fix ctrl-, problem 2007-09-26 09:48:36 +00:00
benfry
d35ff9cc25 fix width of prefs button, also set icon image 2007-09-26 09:21:29 +00:00
benfry
27a7a6cf53 fix for linux d&d, also includes new java runtime 2007-09-26 00:09:09 +00:00
benfry
1fecff1ffd fixes for d&d 2007-09-25 23:47:48 +00:00
benfry
eac8f2370a working on d&d for linux 2007-09-25 23:02:25 +00:00
benfry
92cc8fbfd7 fix bug #627, set image icons for all p5 windows 2007-09-25 21:23:30 +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