Commit Graph

2851 Commits

Author SHA1 Message Date
Casey Reas 1e1698f63d Reference updates for version 1.0.2 2009-02-21 19:27:45 +00:00
benfry 08f26f7071 blend() y coordinates inverted when using OpenGL (bug #1137) 2009-02-21 19:20:36 +00:00
benfry 9dd1a0d8ee fix problems with tint() in P2D 2009-02-21 19:05:11 +00:00
benfry 93ea8c36e4 fix more QUADS/QUAD_STRIP problems 2009-02-21 17:20:47 +00:00
benfry 53cea420bd Fix algorithm for quadratic to cubic curve conversion (bug #1122) 2009-02-21 14:47:33 +00:00
benfry 0b28868c5e fix problem with beginRaw() and P3D/OPENGL (bug #1099, bug #1144) 2009-02-21 02:20:26 +00:00
benfry 78ce5023b1 problems with negatve arc() angles in OpenGL, P3D, other inconsistencies (bug #1095) 2009-02-21 02:08:34 +00:00
benfry 3302456098 fix AIOOBE with curves in P3D and OPENGL (Bug #1153) 2009-02-20 22:47:13 +00:00
benfry 42f8cc6d87 fix QUADS and QUAD_STRIP with P2D 2009-02-20 22:09:04 +00:00
benfry 29e6dea46b handle ESC pressed with "Are you sure you want to quit?" (bug #1134) 2009-02-20 21:03:40 +00:00
benfry 41e0c4010d notes 2009-02-20 20:52:40 +00:00
benfry 762b083c0b fix StringIndexOutOfBoundsException caused by import statements with no dots (bug #1145) 2009-02-20 18:51:27 +00:00
benfry 08dbf60a06 change library msg slightly 2009-02-20 18:51:02 +00:00
benfry a3e4f94d73 remove JVMArchs message 2009-02-20 18:47:40 +00:00
benfry 309e5c6e8d note about pdf fix 2009-02-20 18:24:02 +00:00
benfry 0ef19daa7b fix problem with nextPage() not working properly 2009-02-20 18:20:05 +00:00
benfry 88c9307470 fix problems with point() and P3D 2009-02-20 18:19:27 +00:00
benfry 704516472f fix problem where p5 wouldn't start due to color choice (bug #1109) 2009-02-20 02:36:49 +00:00
benfry 1b8e71ee4d remove resource forks by using cp -X on build 2009-02-20 02:24:03 +00:00
benfry 43bc06cb48 rewind on debugging 2009-02-20 02:23:19 +00:00
benfry ed5e77f8db fix problem with truncated filenames on non-ascii systems (bug #1089) 2009-02-20 01:15:26 +00:00
benfry c08f7d3670 fixing version number 2009-02-20 00:55:13 +00:00
benfry 7a5ebf648f fix for bug #1090, noStroke() ignored with point() in P2D and JAVA2D 2009-02-20 00:54:57 +00:00
benfry 5871d9c964 fix ellipse problems with P3D and OPENGL (bug #1086) 2009-02-20 00:48:03 +00:00
benfry b4c3fa7239 fixes bug #958, darker drawing with opengl 2009-02-20 00:28:28 +00:00
benfry 8cfa5e127d api update for text(char[]) 2009-02-19 13:15:38 +00:00
benfry 5689ef5ef6 lots of minor changes 2009-02-19 13:07:38 +00:00
benfry 25e96f12dc add version of createPath() that takes a File object 2009-02-19 13:07:22 +00:00
benfry 5f8d2e9874 fix minor bug with arrays not being resized 2009-02-19 13:06:20 +00:00
benfry cbea7c221d fix for getXxxx searches with null names, new listChildren method, toString(boolean) 2009-02-19 13:05:13 +00:00
benfry 5bb9e132fb fix minor strokeWeight bug with OpenGL 2009-02-19 13:02:53 +00:00
benfry 974a7e351a launcher detect issues 2009-02-13 17:52:19 +00:00
benfry 39533faf43 remove irrelevant version check 2009-01-19 16:22:27 +00:00
benfry e61b79f8a2 fix a couple typo/oversight bugs 2009-01-19 14:48:08 +00:00
benfry e23be1da5b fix requestionImage() problem with Java2D 2009-01-07 21:36:49 +00:00
benfry 7a21728aed typos 2008-12-13 03:29:53 +00:00
benfry 45df6c08b4 getSketchWidth/Height implementation 2008-12-06 02:22:14 +00:00
benfry 2c62d0856f fix problem with empty code folders on export (bug #1084) 2008-12-01 18:01:28 +00:00
benfry 600d913aef starting rev 0164 2008-11-30 00:37:17 +00:00
benfry b5ff085455 revving the version number 2008-11-29 22:22:01 +00:00
benfry 9e22936a28 two more notes for the revisions 2008-11-29 22:15:10 +00:00
Casey Reas eb33e1bf22 Reference.zip for 1.0.1 2008-11-29 21:29:35 +00:00
benfry 8cb534856a clearing up last minute notes and changes 2008-11-29 20:33:15 +00:00
benfry 3e54656516 fix up dist scripts to include the release number 2008-11-29 20:31:31 +00:00
benfry 1536222263 writing release notes for 0163 / 1.0.1 2008-11-29 20:31:11 +00:00
benfry 35358ab51b new split() implementation that doesn't use regexp 2008-11-29 20:30:40 +00:00
benfry c5b4f0c057 fix up ellipseImpl() 2008-11-29 20:30:07 +00:00
benfry 662f4cabb3 better naming for lib function, also fix version loading 2008-11-29 17:33:26 +00:00
benfry 3415adca8a use Base.isXxxx() for methods instead of the PApplet versions, work on dist script for release numbering 2008-11-29 17:22:59 +00:00
benfry b3e960b8d3 fix import regexp to not pick up so much garbage (bug #1064) 2008-11-29 17:05:48 +00:00