Commit Graph

7327 Commits

Author SHA1 Message Date
Ben Fry d04281fdc5 working on 7u40 prep, remove dynamic loading code from ThinkDifferent 2013-09-17 21:19:40 -04:00
Ben Fry be5431b16f add ignore file 2013-09-17 19:41:21 -04:00
Ben Fry 32cbc55449 more tweaks to appbundler 2013-09-17 19:39:05 -04:00
Ben Fry 873637e7ae adding a hacked version of appbundler 2013-09-17 19:34:11 -04:00
codeanticode 3cf2194e8f fixed classpath in ant build script, ignore library jar 2013-09-15 17:06:53 -04:00
codeanticode 7e7a5c465a updated library name in example 2013-09-13 19:39:33 -04:00
codeanticode afd8a66df2 added GLW library for native window output using NEWT 2013-09-13 19:25:37 -04:00
codeanticode fab8555160 check for null canvas 2013-09-13 19:12:39 -04:00
codeanticode ea82da68de added registerListeners() method to PGL 2013-09-13 19:04:55 -04:00
codeanticode 51947ae116 done with the PGL refactoring 2013-09-13 15:02:36 -04:00
Ben Fry b4827a92ce adding tweak to avoid crash when tools or modes folders are inaccessible 2013-09-13 02:20:26 -04:00
Ben Fry da0b526f68 making swap public 2013-09-13 02:19:56 -04:00
Ben Fry 85cf5979e7 Merge branch 'master' of github.com:processing/processing 2013-09-12 19:29:39 -04:00
Ben Fry 7eb0f19d65 change build scripts to use built-in ecj (removes jdk req) 2013-09-12 19:21:57 -04:00
codeanticode d334a8a8f9 continue with the refactoring of PGL 2013-09-12 19:12:53 -04:00
Ben Fry d21b911a13 fix formatting 2013-09-12 18:03:10 -04:00
Ben Fry 592a14bd9f misc fixes, todo updates 2013-09-12 18:01:15 -04:00
Ben Fry a8baf6bae6 Merge branch 'master' of github.com:processing/processing 2013-09-12 18:01:01 -04:00
Ben Fry be08ef7c23 misc fixes, todo updates 2013-09-12 18:00:58 -04:00
Ben Fry 8d28fa3e1d Merge pull request #2072 from kamedin/master
frame.setBackground in PApplet
2013-09-12 14:59:21 -07:00
Laureano López 748d331f85 setBackground for (JFrame)frame
frame.setBackground >> ((JFrame)frame).getContentPane().setBackground
2013-09-12 15:12:27 -03:00
codeanticode b1ebdd6ed6 removed use of switch/case 2013-09-10 18:55:55 -04:00
codeanticode 53a72e4318 Added PJOGL class 2013-09-10 15:05:48 -04:00
codeanticode 764616c9e1 starting the refactoring of PGL 2013-09-08 14:07:47 -04:00
Ben Fry e2b9f2f552 starting the next release 2013-09-05 17:17:41 -04:00
Ben Fry ac814c326e finalizing release notes processing-0221-2.0.3 2013-09-05 16:19:51 -04:00
codeanticode 71d70175a8 corrected typo in example comments 2013-09-05 10:47:46 -04:00
Ben Fry 4cd280a19a wrapping up revisions list 2013-09-05 00:34:19 -04:00
Ben Fry e640decc81 todo notes and attempting to wrap revisions 2013-09-05 00:02:30 -04:00
Ben Fry c90d7ce0f3 fix for indices with alternate constructor 2013-09-05 00:02:09 -04:00
codeanticode cae8269fbd fixed error in flushPolys()/renderPolys() 2013-09-04 20:13:42 -04:00
codeanticode a4c1cd25b5 updated DomeProjection example with simplified shader use 2013-09-04 19:06:09 -04:00
codeanticode 6cf649a0ce cleanup inner shader classes, and minor tweaks 2013-09-04 19:04:43 -04:00
codeanticode e4afbd7151 added flush() call in copy(PImage, ...) 2013-09-04 07:02:57 -04:00
codeanticode 4392af45f3 Added new DomeProjection example 2013-09-03 20:34:02 -04:00
codeanticode 55a23cb5fb removed FishEye example 2013-09-03 20:31:40 -04:00
codeanticode 3441ea7fa4 GL implementations of copy() methods, fix #1924 2013-09-03 19:41:10 -04:00
codeanticode 8888372cbe some additional logic to keep the use of memory in Texture low 2013-09-03 16:24:00 -04:00
codeanticode 659be8ed8d Texture releases auxiliary arrays/buffers when the free memory is low,
this should help in situations like #1975
2013-09-03 15:57:45 -04:00
codeanticode c34696353d fixed handling of rect parametrers in PShape 2013-09-03 15:12:39 -04:00
codeanticode 2b2789641b updated PrimitiveShape example 2013-09-03 14:40:57 -04:00
codeanticode 7fd1455061 fix #1990 2013-09-03 14:40:34 -04:00
codeanticode 8d2b69b0c5 fix #2061 2013-09-03 12:07:54 -04:00
codeanticode bb518933b0 PShapeOpenGL uses close field from parent PShape, this takes care of
#2035
2013-09-03 11:51:04 -04:00
codeanticode 39d2287f12 removed some commented out code 2013-09-03 10:32:18 -04:00
codeanticode 4eb844598e added missing TEXTURE_WRAP_R constant to PGL 2013-09-02 18:10:59 -04:00
codeanticode 50e3631fa9 made the description of loadTexture() more accurate 2013-09-01 20:01:42 -04:00
Daniel Shiffman 5474c44b22 Merge pull request #2046 from boubpopsyteam/patch-5
Update PVector.java
2013-08-29 09:27:54 -07:00
boubpopsyteam f0e67746e7 Update PVector.java
See https://github.com/processing/processing/issues/2045
2013-08-27 14:52:24 +02:00
codeanticode 6bd22196b7 save the sphere detail from the renderer when creating a PShape (or pass
it as a parameter to createShape)
2013-08-25 13:54:12 -04:00