Commit Graph

3766 Commits

Author SHA1 Message Date
benfry cf5b59fd39 fix for size regex, streampump edits, additional todo items 2010-07-17 20:19:31 +00:00
benfry bac102ce33 working on the android tool, iron out some size() parsing issues 2010-07-17 20:18:45 +00:00
benfry 8059a45fc6 get rid of this fella.. bad to have him in svn 2010-07-17 20:17:43 +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 7770facf31 starting revision 0190 2010-07-16 11:22:22 +00:00
lonnen 477d56385d Re-adding files deleted in r7110. 2010-07-15 20:28:30 +00:00
lonnen da32ee8a71 Undoing the deletion commited in r7110. 2010-07-15 19:46:51 +00:00
lonnen 548405ba4e Removed /bin/ from version control 2010-07-15 18:08:10 +00:00
lonnen 695de9d88c Some compiler chain updates. Successfully invokes the java compiler, but doesn't feed it anything to compile. 2010-07-15 17:15:48 +00:00
benfry d0d538d4b1 change version number 2010-07-15 02:13:01 +00:00
benfry aaa34e0eb7 wrapping up 1.2.1 2010-07-15 02:11:03 +00:00
jdf 79a248ca49 fix http://code.google.com/p/processing/issues/detail?id=315 2010-07-15 01:47:40 +00:00
benfry 905d20cd48 fix version number 2010-07-15 01:13:52 +00:00
benfry 395c834448 starting rev 0189 2010-07-14 21:25:57 +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 a2fe4aa8af permissions problems 2010-07-14 01:47:03 +00:00
benfry d917b0c5aa changes to build to remove __MACOSX 2010-07-14 01:38:13 +00:00
benfry 0e238cb60b new about box and config updates 2010-07-14 01:29:36 +00:00
benfry 1cd9a9b03e finalizing 1.2 2010-07-14 00:42:16 +00:00
Casey Reas 233d0a1a5e New about.jpg for 1.2 2010-07-14 00:18:26 +00:00
Casey Reas 40d37000bb Reference.zip for 1.2, with updates 2010-07-13 23:33:25 +00:00
Casey Reas 1474507f6d Reference.zip for 1.2 2010-07-13 21:06:35 +00:00
benfry 756e69e3c0 starting the next rev 2010-07-12 22:32:14 +00:00
benfry d4ea34ea50 moving to sdk 2.1 2010-07-12 17:21:00 +00:00
benfry 5c8ea04f8e add issues note 2010-07-12 17:11:06 +00:00
benfry 3b50a8a5eb wrapping up release 0187 2010-07-12 17:05:23 +00:00
benfry d18f779318 add getDocumentBase() version to createInput() for internet explorer 2010-07-12 16:52:51 +00:00
benfry 8d3fc23b34 fix for preproc errors with 'public class' (issue #292) 2010-07-12 16:39:59 +00:00
lonnen 502f58aa03 Documentation and minor tweaks. 2010-07-10 03:20:18 +00:00
benfry e92f0532b2 fix for strlen bug (issue #303) from davebol 2010-07-09 15:06:27 +00:00
lonnen 37b2bb298d Updated preference page. Added markers and a builder to the manifest. 2010-07-08 17:53:50 +00:00
codeanticode 92d4fecb4f Added DISABLE_DEPTH_MASK/ENABLE_DEPTH_MASK hint 2010-07-08 05:05:54 +00:00
lonnen fc29036cf3 Added a preferences page for the editor 2010-07-07 16:56:52 +00:00
codeanticode 3c66d74353 Corrected some places where PMatrix3D.set(float[]) was still used 2010-07-07 06:41:45 +00:00
codeanticode c78ff033a6 Integration between opengl arrays and PMatrix3D in A3D 2010-07-07 06:30:02 +00:00
lonnen 2a863e1d8c Added some more preferences. Now it successfully preprocesses. 2010-07-06 19:38:13 +00:00
codeanticode 370d5caa0e Added static dot(PVector v1, PVector v2) to PVector 2010-07-06 17:20:01 +00:00
lonnen cc03e75e53 Added a method to setup the Preferences file. Can successfully send files to preprocessor. Preprocessor not recognizing web colors, even when they are correct, though. Also, SWT things from processing.app are being run somewhere. Not problematic yet, but could be. 2010-07-05 21:04:51 +00:00
codeanticode 7bb7a58c66 Removed debug setting for fboSupported 2010-07-05 16:47:44 +00:00
codeanticode d337a4635c Screen texture in PGraphicsAndroid3D now is texture field inherited from PImage 2010-07-05 16:42:48 +00:00
codeanticode 826368b27e Renamed offscreen rendering variables in A3D 2010-07-05 06:42:18 +00:00
codeanticode 9e45f521fb Fixed issue 289 (Automatic clear/noClear() switch in A3D), and reworked logic of offscreen rendering. 2010-07-04 02:55:31 +00:00
codeanticode 19f45d5a75 Fixed issue 286: implemented modelview matrix stack used when GL_OES_matrix_get extension is not available 2010-07-03 06:05:28 +00:00
codeanticode d3f8925f43 Added protected class A3DMatrixStack to PGraphicsAndroid3D. 2010-07-03 01:14:10 +00:00
codeanticode ecb99e6fa1 Added some exceptions in A3D (gles11 not present). 2010-07-03 00:43:43 +00:00
codeanticode 1ec356fe81 Cleanup of matrix handling code in A3D 2010-07-03 00:24:55 +00:00
codeanticode 7bba6079e5 Switching between calculateModelviewInverse() and calculateModelviewInvNoScaling() depending on the use of scaling. 2010-07-02 12:01:01 +00:00