Commit Graph

6992 Commits

Author SHA1 Message Date
Ben Fry 4ac2e7c4dc remove() not working for intList, floatList, StringList (#1826) 2013-05-30 16:20:38 -04:00
Ben Fry 8ad4459262 more todo items and updates 2013-05-30 16:13:39 -04:00
Ben Fry 699c75b1e9 Merge branch 'master' of github.com:processing/processing 2013-05-30 16:12:40 -04:00
Ben Fry 9f8f004ff3 in some cases, pde.jar was not getting built (#1792) 2013-05-30 16:12:32 -04:00
Ben Fry 29b270731f Merge pull request #1819 from OffenesFELD/master
Fixes processing/processing#1810 where a png data would be written instead of jpeg data.
2013-05-30 12:54:53 -07:00
Ben Fry a6c90fac4b fix for Iterable vs Iterator for Table 2013-05-30 15:43:23 -04:00
Ben Fry a9d104d9e8 Merge pull request #1828 from datguy/Issue1827
Fix for #1827. Thanks!
2013-05-30 12:14:42 -07:00
Ben Fry 1cd1615c39 set Processing icon for the Examples window (#1800) 2013-05-30 15:04:19 -04:00
codeanticode a3fabaf246 Use loaded flag to upate texture object, and image format when setting
pixels. Fixes #1830
2013-05-30 10:57:58 -04:00
codeanticode 3a24d67840 Added loaded flag to PImage, removed cache object introspection in
loadPixels()
2013-05-30 10:56:42 -04:00
Ben Fry 88a8c824a7 merge with the latest 2013-05-29 06:54:03 -04:00
Ben Fry 66fe4bfdb4 fixes for Iterable inconsistency 2013-05-29 06:52:41 -04:00
datguy 6386788c8d Fix Issue 1827 2013-05-28 23:38:55 -04:00
codeanticode d51819d5ef Finished implementing shape mode text. 2013-05-28 22:58:47 -04:00
codeanticode 5774040744 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-28 21:54:33 -04:00
codeanticode 7376912a74 Implementing SHAPE text mode in the OpenGL renderer (#777) 2013-05-28 21:53:51 -04:00
codeanticode 7ce76d17be Merge branch 'master' of https://github.com/processing/processing.git 2013-05-28 16:37:43 -04:00
codeanticode a7bbd37840 Added the GL constants to query compressed texture formats 2013-05-28 16:37:22 -04:00
Scott Murray 5fed6b39c0 Merge branch 'master' of https://github.com/processing/processing 2013-05-28 12:29:34 -07:00
Scott Murray 8a04899430 Added reference for JSONArray, JSONObject, loadJSONArray(), loadJSONObject(), saveJSONArray(), saveJSONObject() 2013-05-28 12:29:14 -07:00
REAS d1ac58a076 Reference additions for Lists and Dicts 2013-05-28 11:51:41 -07:00
codeanticode be83796795 removed PGL.update(), and updatePrimary, updateOffscreen() in
PGraphicsOpenGL.
2013-05-28 14:44:22 -04:00
codeanticode 93ee78c600 keeping track of bound textures on all units 2013-05-28 14:17:23 -04:00
codeanticode 751d76db1c Use AWT on Linux 2013-05-28 11:38:23 -04:00
codeanticode ae286698e4 Using jogl-2.0-b993, gluegen-2.0-b671 2013-05-28 11:35:45 -04:00
codeanticode aa2ac0600b PShapeOpenGL.setTexture() calls setTexture() on children shapes. 2013-05-28 10:37:55 -04:00
REAS 54bb25645c Edits to *List classes for reference 2013-05-27 23:25:24 -07:00
codeanticode c589c2d459 PGL.readPixels() calls beginPixelsOp/endPixelsOp to properly set the
framebuffers for reading.
2013-05-27 23:31:42 -04:00
codeanticode bfec690a28 removed some commented code 2013-05-27 18:26:30 -04:00
codeanticode 52dc0874af Some reworking of the offscreen logic, in order to reduce resource
utilization.
2013-05-27 18:08:02 -04:00
codeanticode 047332c039 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-27 15:23:12 -04:00
codeanticode 1aea167374 Don't create ptexture unless is needed by a shader to read the previous
frame.
2013-05-27 15:22:08 -04:00
codeanticode 6c4218a9bf setting viewport before anything else in beginDraw() 2013-05-27 14:57:59 -04:00
codeanticode 62d7076a59 Fixing several problems with the handling of offsecreen surfaces 2013-05-27 13:01:29 -04:00
REAS 1600657e02 Updates to Int/Float/StringDict for reference 2013-05-26 23:41:55 -07:00
Scott Murray b7abfe8447 Added reference for TableRow plus methods getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-26 15:26:35 -07:00
Benjamin Maus 2b5a802197 Fixes processing/processing#1810 where a png data would be written instead of jpeg data. 2013-05-26 14:22:03 +02:00
Scott Murray 7b60e43550 Adding a couple related reference links for Table methods 2013-05-25 21:14:42 -07:00
Scott Murray 951978f549 Added reference for Table methods getRowCount(), getColumnCount(), getStringColumn(), trim(), removeTokens() 2013-05-25 21:02:21 -07:00
Scott Murray 53d681b089 Revising PImage @instanceName for processing/processing-web#153 2013-05-25 20:20:39 -07:00
Scott Murray f2609bd9d5 Clarified img.set() param description, re: processing/processing-web#153 2013-05-25 19:44:18 -07:00
Scott Murray 2a3999eb49 Added reference for Table getInt(), getFloat(), getString(), setInt(), setFloat(), setString() 2013-05-25 17:24:16 -07:00
Scott Murray 229869829e Added reference for Table rows(), findRow(), findRows(), matchRow(), matchRows() 2013-05-25 16:05:26 -07:00
codeanticode 1a20adae8c updateTessellation() removed PShapeOpenGL.getVertexCount() 2013-05-25 10:00:13 -04:00
codeanticode 36f92607c3 Removed some commented-out code 2013-05-25 02:24:11 -04:00
codeanticode de9cbc0dbd markForTessellation shouldn't be public 2013-05-25 02:11:49 -04:00
codeanticode cce3972900 Don't recreate VBOs in PShapeOpenGL, unless there is a new GL context 2013-05-25 02:10:28 -04:00
REAS b9ab4107f4 Reference additions for IntDict 2013-05-23 23:17:35 -07:00
Scott Murray 32bd3b3b82 Merge branch 'master' of https://github.com/processing/processing 2013-05-23 16:42:19 -07:00
Scott Murray ba10293273 Added Table reference for removeColumn(), removeRow(), getRow(), and clearRows() 2013-05-23 16:42:05 -07:00