Commit Graph

507 Commits

Author SHA1 Message Date
codeanticode 0f358bd67a Matrix returned by getMatrix, printMatrix depends on selected matrix mode 2011-02-08 09:20:28 +00:00
codeanticode 9a124003fe Using matrixMode() in P3D 2011-02-08 05:52:44 +00:00
codeanticode 8eb1d7838a Replaced beginProjection()/endProjection() API with matrixMode() 2011-02-08 05:35:21 +00:00
codeanticode 2ec3cec997 blend() renamed to screenBlend() and noBlend() removed 2011-02-07 07:31:44 +00:00
codeanticode fb4db4bf2f Renamed mergeRecord to mergeShapes and removed noMergeRecord 2011-02-07 06:46:53 +00:00
codeanticode 49cd6b4501 Removed PParameter class 2011-02-07 06:26:47 +00:00
codeanticode 8d90fbb4ab Removed PMetadata class 2011-02-07 06:17:22 +00:00
lonnen a8262d5320 millisOffset changed to init at declaration for Issue 530 2011-02-01 16:54:15 +00:00
codeanticode 31446d5c23 Minor cleanup 2011-02-01 09:38:33 +00:00
codeanticode 21d134a233 Merged-in the changes in the core needed for the new opengl renderer 2011-02-01 07:51:22 +00:00
jdf 459e487437 Silence compiler warnings on XML classes for lack of Serializable version. 2010-12-24 11:02:29 +00:00
jdf 73117b9c3e Silence compiler warnings on PApplet for lack of Serializable version. 2010-12-24 11:01:32 +00:00
jdf e39a64fa4c Remove apparent logic bug in PTriangle. 2010-12-24 11:00:39 +00:00
benfry 6d29d8f071 setResizable workaround for OS X (issue #467) 2010-12-03 21:50:56 +00:00
lonnen 89ebad4372 Removed resize from PGraphics for Issue 150 2010-11-29 21:25:03 +00:00
benfry adf48b5d77 last checkins 2010-11-27 16:28:44 +00:00
lonnen e2b65988bc resize implementation for issue 150 2010-11-24 18:49:01 +00:00
benfry caeab08ace implement shearX/Y for P2D and JAVA2D 2010-11-24 15:57:43 +00:00
benfry 7f1a9ade93 add subsetting mode.. this needs a better name 2010-11-15 18:08:01 +00:00
benfry 94378227b6 debug items 2010-11-14 20:08:22 +00:00
benfry f41af0e8dc very minor cleanups 2010-11-14 15:35:43 +00:00
lonnen e361942e95 sketch pausing, again 2010-11-08 17:25:03 +00:00
benfry a7e75e9ce3 fix for angleBetween issue (issue #435), plus todo items 2010-11-07 22:14:43 +00:00
benfry 362f74e5af checking into problems with font metrics in Java 2D 2010-11-07 22:13:08 +00:00
benfry 256b545200 another saveStream() method for completeness 2010-11-07 22:12:32 +00:00
benfry 7fb1eba693 fix for color() problem (issue #327) 2010-10-18 19:43:12 +00:00
benfry 34b73e96c3 fix for issue #399, xml regression 2010-10-05 16:12:40 +00:00
benfry f393a7758d lots of bug fixes for 0191 2010-09-30 21:59:44 +00:00
jdf 545098e54c make "finished" thread-safe 2010-09-16 15:05:26 +00:00
jdf f092794ce1 Give PVector equals(), hashCode(), and serializable 2010-09-16 02:59:45 +00:00
benfry 323fca77ae fix a special case causing NaN in PVector.angleBetween() (issue #340) 2010-09-04 14:00:42 +00:00
benfry d884f30966 skip null data in trim(String[]) 2010-08-27 23:54:41 +00:00
benfry fec4ae5c60 fix problem with XMLElement.parse() (issue #342) 2010-08-07 17:40:12 +00:00
benfry ba70216816 runSketch() method for/from pheinberg for better jython support 2010-08-06 12:39:17 +00:00
benfry f10571ecbd working on how native fonts are handled for better consistency (incomplete) 2010-08-06 12:36:35 +00:00
benfry b855ec8da2 fix typo 2010-07-19 02:15:22 +00:00
benfry d6c9f70330 change skewX/Y to shearX/Y 2010-07-18 17:28:40 +00:00
benfry 1395cf186b fix problem with listAttributes, api naming, and set() methods 2010-07-18 17:04:38 +00:00
benfry 39ec38976a notes for sketchWidth/Height/Renderer 2010-07-17 20:25:08 +00:00
benfry 11501aea0d right 2010-07-17 14:52:53 +00:00
benfry 7b90142596 cleaning up indents, also add save() and write() methods 2010-07-17 14:51:33 +00:00
benfry b4dde5c2c8 add getBoolean(), deprecate the getAttributeXxxx(), add listChildren(), more cleanup on indents and namespace mess 2010-07-17 13:58:45 +00:00
benfry 34145ae94b bug fixes for rect() with 4 corner params 2010-07-17 11:48:14 +00:00
benfry c035aa8e5b somebody's sneaking in a rounded rect implementation. if i find out who it is... 2010-07-14 21:25:31 +00:00
benfry d18f779318 add getDocumentBase() version to createInput() for internet explorer 2010-07-12 16:52:51 +00:00
benfry 6c3eb2b8c8 add requestFocusInWindow() call (issue #279) 2010-06-28 02:11:40 +00:00
benfry 8b361e87a1 doc tweaks 2010-06-25 15:38:02 +00:00
benfry f49fc642fb methods for getting params from shapes, also rect() with rounded corners 2010-06-25 15:20:31 +00:00
benfry 8ad2754238 fixes for bad regexp being used with the adobe stuff 2010-06-25 14:31:41 +00:00
benfry 1bebf781f3 fix requestFocus() issue that was causing assertion failure 2010-06-20 19:59:28 +00:00