Commit Graph

3753 Commits

Author SHA1 Message Date
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
codeanticode ef47ff8fd3 Implement calculateModelviewInverse() in A3D (issue 287). 2010-07-02 11:45:41 +00:00
lonnen 994ddbe147 Lots of changes to the plugin manifest and the build properties so that eclipse will load the processing jars with the plugin. 2010-07-01 20:45:51 +00:00
lonnen 0cc85c5ef0 Added a toolbar button that only appears when the pde editor is active. Using it to help write the compiler code. Also added the Processing libs, though I doubt we need all of the ones I've added. Will remove unnecessary ones later. 2010-06-30 21:20:25 +00:00
benfry f43e5e9b7b move abotu.txt to the wiki, additional notes 2010-06-29 12:34:37 +00:00
benfry d90992cada show warning message on linux if sun java is not in use 2010-06-29 11:46:20 +00:00
benfry 8756e84fc9 fix NPE on New Sketch with non-English systems (issue #283) 2010-06-29 11:15:39 +00:00
benfry fc15be69f1 removing nb project since we're not going in this direction 2010-06-28 12:00:12 +00:00
benfry 6c3eb2b8c8 add requestFocusInWindow() call (issue #279) 2010-06-28 02:11:40 +00:00
benfry 7e0988806a fixes to make the size() method work properly, other preproc bits 2010-06-28 01:48:52 +00:00
benfry 913af2220d fix horizontal scrolling issue (issue #280) 2010-06-27 23:56:37 +00:00
benfry a522b85251 working on size() method 2010-06-27 16:36:09 +00:00
benfry 4b23d61ac6 cleanups and debugging work 2010-06-27 00:07:30 +00:00
benfry 9d6888a918 provisional theme stuff for mode switching 2010-06-27 00:06:48 +00:00