Commit Graph

317 Commits

Author SHA1 Message Date
benfry
79f5680134 minor cleanups 2008-11-19 02:00:56 +00:00
benfry
11f535c0d0 some additional cleanup 2008-11-19 01:52:19 +00:00
benfry
2d7fb2a18a get images/textures working with P2D 2008-11-19 01:47:04 +00:00
benfry
2061b29c4a vertex shapes now working with thick lines as stroke 2008-11-18 23:51:04 +00:00
benfry
2ea6c535f0 begin/endShape() and vertex() shapes working with P2D 2008-11-18 22:41:50 +00:00
benfry
085a0c7d71 major work to bring back P2D... so far rect() set up properly, now dealing with begin/endShape issues 2008-11-18 22:22:41 +00:00
benfry
aa0a8514f3 fix problem with default font on macosx, prefs not reading properly 2008-11-18 22:22:06 +00:00
benfry
1b9cb254cc Fix imageMode(CENTER) and image() with only x/y (bug #1013) 2008-11-16 13:29:17 +00:00
benfry
fede467df8 fix problem with svg polygons not drawing (bug #1005) 2008-11-14 01:37:43 +00:00
benfry
568c6db562 fix present mode problems (bug #923) 2008-11-10 07:21:14 +00:00
benfry
41616772e2 whitespace change 2008-11-05 00:35:25 +00:00
benfry
1f504bafaf fixes and tweaks for new javadoc 2008-11-05 00:33:20 +00:00
benfry
308eeb8ff6 better error message re: lack of elliptical arc support 2008-11-04 19:00:02 +00:00
benfry
17a68654f7 fixes for svg from ricardmp (better xform parse, empty paths) bug #982 2008-11-04 18:49:36 +00:00
benfry
1afe19784e minor tweaks, notes in the todo lists 2008-11-03 15:11:12 +00:00
benfry
1bc140d98a update docs to reflect inkscape changes 2008-10-21 23:07:17 +00:00
benfry
d86be6fe9d remove setX/Y/Z, add div/mult on vectors, remove get() 2008-10-21 23:06:59 +00:00
benfry
6598a85b80 adding style attributes for svg, also fix the spacing in the file 2008-10-21 21:19:42 +00:00
benfry
c38914c65f only set apple.awt.graphics.UseQuartz on osx, otherwise security error
(bug #976)
2008-10-21 20:38:52 +00:00
benfry
1408c37cce make init() public again 2008-10-21 13:21:44 +00:00
benfry
53e7e62aca tweaks and finishing up release 0151 2008-10-17 17:30:20 +00:00
benfry
fb55857f1e fix for bug #246 and bug #462, AIOOBE when drawing lines in P3D 2008-10-16 19:30:08 +00:00
benfry
d07583bb21 add thick lines back to P3D. change dimensional() to is2D() and is3D() 2008-10-16 14:47:12 +00:00
benfry
7aa1321e28 fix problem with text rect (bug #954) 2008-10-16 13:23:40 +00:00
benfry
0fff76b8ed unused vars 2008-10-15 23:42:42 +00:00
benfry
839fad2952 fixing indents to match the rest of core 2008-10-15 23:35:02 +00:00
benfry
d9b6379a17 smoothing for P3D from ewjordan 2008-10-15 23:18:43 +00:00
benfry
f817dc8af1 NullPointerException on curveVertex() when using more than 128 vertices
(bug #952)
2008-10-15 22:37:29 +00:00
benfry
7e8230f627 better error recovery for P2D, use P3D instead 2008-10-15 03:39:41 +00:00
benfry
42e9c694fc working on P2D, also disable it with a warning in PApplet 2008-10-15 03:39:07 +00:00
benfry
26b8cd80a7 deprecate arraycopy(), use arrayCopy() instead 2008-10-13 15:24:27 +00:00
benfry
34bd20c04d more smoothing tweaks 2008-10-13 12:32:21 +00:00
benfry
2f75538c75 fix smoothing issue in java2d (bug #685) 2008-10-13 12:30:38 +00:00
benfry
901c90d2a6 deal with a bunch of java warnings 2008-10-11 23:40:42 +00:00
benfry
a3fc674734 more release notes, bezier bug, other tweaks 2008-10-11 20:14:24 +00:00
benfry
13f7cf5d0f fix up PMatrix get/set in PGraphics, writing release notes 2008-10-11 19:37:48 +00:00
benfry
dd9099f566 fix file dialog bugs 2008-10-11 16:15:27 +00:00
benfry
08d475c811 don't need that 2008-10-11 15:33:48 +00:00
benfry
f304a87dfb the pshape train is comin' down the track 2008-10-11 15:31:49 +00:00
benfry
bc1026b821 fixing class issues inside PShape 2008-10-11 14:42:01 +00:00
benfry
e45ac4a995 moving the xml library into core 2008-10-11 14:30:05 +00:00
benfry
d055f52d1f moving svg loader to its new home 2008-10-11 14:20:02 +00:00
benfry
bb3a9bb867 reworking SVG for PShape integration 2008-10-09 21:43:12 +00:00
benfry
29bf80217c working on shape methods 2008-10-09 04:02:45 +00:00
benfry
c3eff97da0 debugging lots of minor breakage from major overhaul of the last two weeks 2008-10-08 23:41:31 +00:00
benfry
41d79fe42f more work on matrix functions, implement matrices for PShape, addl note in
PGraphics
2008-10-08 15:42:36 +00:00
benfry
4c20b27af6 fix a bug in the caching mechanism and add PGraphics javadoc 2008-10-08 15:02:47 +00:00
benfry
bb819850ed fix up build problems 2008-10-06 20:16:39 +00:00
benfry
0acb756185 finish cleaning PGraphicsJava2D 2008-10-06 04:56:31 +00:00
benfry
3b6604dd50 minor tidying for style 2008-10-06 03:32:07 +00:00