Commit Graph

1499 Commits

Author SHA1 Message Date
codeanticode ab5df0c20c Renamed constant, added flush in shape() calls 2011-12-07 15:21:09 +00:00
benfry de74897cb1 bug fixes inside Table as they relate to inserting/adding columns 2011-12-07 14:18:49 +00:00
codeanticode 341c74a9d6 fill and stroke methods in PShape3D 2011-12-06 02:03:03 +00:00
codeanticode 60377b0c13 Simplified shape creation API 2011-12-04 01:40:20 +00:00
codeanticode 3545a5b16c Fixed fill, line and point arrays expansion 2011-12-03 20:38:35 +00:00
codeanticode 2b428014ef Temporary solution for the depth sorting issues in 2D 2011-12-02 00:26:54 +00:00
codeanticode c8fcbc5d72 Added renderMode to TessGeometry 2011-11-29 17:54:34 +00:00
Casey Reas 9224a5a885 Reference addition for quadraticVertex() 2011-11-29 05:50:41 +00:00
Casey Reas 647164d4e3 Reference addition for quadraticVertex() 2011-11-29 05:43:12 +00:00
Casey Reas 52af4da1b1 Update for quadraticVertex() reference 2011-11-29 05:16:26 +00:00
codeanticode ce90a0a959 Implemented all flush modes 2011-11-29 00:36:42 +00:00
codeanticode 8f27c10677 Removing old cruft from PGraphicsOpenGL. 2011-11-28 17:01:34 +00:00
codeanticode 025006bec8 Enabling in/tess mechanism in PGraphicsOpenGL 2011-11-26 20:34:29 +00:00
benfry 78b92124c5 adding anti-alias methods for renderer setup 2011-11-26 14:55:09 +00:00
codeanticode 090f4b372f removed opengl multi-sampling constants 2011-11-25 15:27:53 +00:00
codeanticode ce6855d742 Setting anti-aliasing level with smooth() 2011-11-25 02:53:44 +00:00
codeanticode 4ab37d0b59 some tessellator fixes 2011-11-23 01:43:57 +00:00
codeanticode 5c96228d11 box primitive, texturing back in. 2011-11-17 01:57:28 +00:00
codeanticode 58604edacc curve and bezier vertices 2011-11-16 22:46:24 +00:00
benfry 0caab6baf6 changing how editor state info is handled, restoring sketches, recent menu 2011-11-15 03:05:14 +00:00
benfry 377d5b4fd1 fix base not being set on OS X; tweaking single instance use 2011-11-13 18:21:34 +00:00
benfry a577f7ad0d cleaning up todo lists, make smooth() the default 2011-11-13 00:46:26 +00:00
benfry 5b9a5274e5 updating to use 6u29 on Windows and Linux, other notes 2011-11-12 23:14:46 +00:00
benfry f9ddbadb61 deal with blank canvas performance and Java2D (issue #729) 2011-11-12 21:08:00 +00:00
benfry 436a81e330 cleaning up warnings, specifying Java 1.6 for build in Eclipse, remove unused 2011-11-12 17:31:06 +00:00
benfry c5d2dd93c1 starting next revision 2011-11-10 13:12:57 +00:00
benfry 7527e807da last minute bug notes 2011-11-10 12:07:46 +00:00
benfry 206b81e727 release notes and todo items to wrap up 2.0a4 2011-11-10 11:54:38 +00:00
benfry 339e5056c0 rolling revision, plus reload library paths when changing bits 2011-11-08 22:55:22 +00:00
benfry 6bfca1d72f setModified() not being set in some cases (issue #766) 2011-11-05 17:15:12 +00:00
benfry 9de7613ee8 fix for rounded rect max radii (issue #813) 2011-11-05 15:46:34 +00:00
benfry 006dec6700 updating for newer android sdk tools 2011-11-04 23:04:47 +00:00
benfry c6d05d611e starting revision 202, tweak serial issues 2011-11-04 01:08:20 +00:00
benfry 69158c3f38 fking line spacing issues 2011-11-01 17:09:11 +00:00
benfry c0ef54fee5 fix dataPath() and inputPath() et al for final decision 2011-11-01 14:31:32 +00:00
benfry d01b4e7bf4 trying to sort out path and bits issues for 2.0a2 2011-11-01 00:47:37 +00:00
francisli f6dee2525a Allow RuntimeException to bubble up from registered library methods, additional exception handling in Java runner to find exceptions in callbacks 2011-10-29 20:46:28 +00:00
benfry d6f10ce0ba more spacing changes, move createXxx() methods 2011-10-29 16:13:38 +00:00
codeanticode 7779eed56a Adding the createXxx() methods 2011-10-27 00:03:01 +00:00
benfry a9fda8f1f1 noLoop() change, loadStrings() addition, whitespace fkup 2011-10-25 22:41:45 +00:00
codeanticode c4dddd1b13 Renamed primitive to kind 2011-10-25 18:46:50 +00:00
Casey Reas b54608d62d Reference changes for 2.0 2011-09-25 03:56:26 +00:00
sansumbrella 7e83cfc9c7 @see_external tag implemented. See todo.txt for more info. Allows for proper documentation of events in libraries. 2011-09-23 01:34:03 +00:00
Casey Reas a2c6667ed7 Removed non-ASCII chars from PShapeSVG.java 2011-09-22 21:35:02 +00:00
sansumbrella 25674cee59 Alphabetization improvement (by word rather than first letter). Related links try to link to methods within the same class as initial related thing. Related links won't link to undocumented things. PGraphics#alpha to PApplet#alpha in source. 2011-09-22 14:35:17 +00:00
Casey Reas 43e1483ead Change for get() reference 2011-09-22 08:44:07 +00:00
Casey Reas 778287ae51 Change for get() reference 2011-09-22 07:55:12 +00:00
sansumbrella ae3cfd31be reverted to earlier refBuild script. Fixes for related links need to be made in the source code @see tags. Made correction for PImage.html in PImage.java. 2011-09-21 17:28:58 +00:00
Casey Reas 9f66d73efb Reference changes propagating to .java files 2011-09-18 07:39:11 +00:00
Casey Reas f3eb9f92a3 Removing '???' marks from the source 2011-09-17 21:45:14 +00:00