Commit Graph

1381 Commits

Author SHA1 Message Date
Ben Fry
3205f22801 fix for binary table problem, addl release notes 2013-06-03 10:43:50 -04:00
Ben Fry
6e6368036a fix incorrect mx2/my2 calculations in PImage 2013-06-03 10:29:59 -04:00
Ben Fry
27eef8685e changing mx2/my2 back 2013-06-03 10:22:53 -04:00
Ben Fry
5e5c88e4c3 more fixes for the data classes 2013-06-03 10:19:31 -04:00
codeanticode
693004e798 never skip execution of listener's display(), it affects focus (?) 2013-06-03 00:52:01 -04:00
codeanticode
14e4d3a484 corrected PImage.setModified() so mx2 and my2 are width-1 and height-1,
respectively.
2013-06-02 19:43:23 -04:00
Scott Murray
833d772110 Moved loadJSON methods from Output section to Input in reference 2013-06-02 14:14:10 -07:00
codeanticode
e25eb50c89 half of the target fps to use glFinish() seems better 2013-06-02 15:38:57 -04:00
codeanticode
d089ccbfd7 removed debug printlns 2013-06-02 15:17:16 -04:00
codeanticode
d5085d3254 better detection of number of samples 2013-06-02 15:03:06 -04:00
Ben Fry
9d66db05d2 fix setModified() so that OpenGL updates properly (#1786) 2013-06-02 14:09:55 -04:00
andres
fefaaf4f62 working on a fix for issue #1648 2013-06-02 13:55:09 -04:00
Scott Murray
33eeee5685 Finished added all related reference links for Table methods 2013-06-02 10:06:33 -07:00
Scott Murray
19ca261016 Added related reference links to JSONArray methods 2013-06-02 09:41:24 -07:00
Scott Murray
4063f3c1c7 Added related reference links to JSONObject methods 2013-06-02 09:30:07 -07:00
Scott Murray
4a45173928 Added reference for JSONArray.append() 2013-06-02 09:13:51 -07:00
Scott Murray
015a2a2d9a Merge branch 'master' of github.com:processing/processing 2013-06-02 08:27:24 -07:00
Scott Murray
3b9a12665a Added reference for all JSONArray get and set methods 2013-06-02 08:26:58 -07:00
codeanticode
1bb36b1db1 some code cleanup of the recent changes 2013-06-02 11:18:10 -04:00
Scott Murray
2b781353bb Added initial reference for JSONArray set and get methods 2013-06-02 07:17:09 -07:00
codeanticode
362def018e Merge branch 'master' of https://github.com/processing/processing.git 2013-06-02 08:06:03 -04:00
codeanticode
f9741dd1e2 renamed front tex flag 2013-06-02 03:33:03 -04:00
codeanticode
66d040df15 create separate front and back textures only when calling to
syncBackTexture and the front texture is being used.
2013-06-02 03:32:12 -04:00
codeanticode
b4720178aa simplified font/back texture wrap logic 2013-06-02 02:59:43 -04:00
codeanticode
53b83da595 Renamed bind/unbind BackTexture to FrontTexture 2013-06-02 02:38:40 -04:00
codeanticode
f18cffa09c Added version of PGL.initSurface() that allows to set requested caps and
shared context
2013-06-02 01:37:42 -04:00
Scott Murray
c79fd2bed5 Added reference for JSONArray.setJSONObject() 2013-06-01 21:25:24 -07:00
Scott Murray
d030b9709c Starting to add JSONArray.setJSONArray() reference 2013-06-01 21:11:45 -07:00
Scott Murray
c03e61ff5b Added reference for JSONArray methods getJSONArray() and getJSONObject() 2013-06-01 21:09:06 -07:00
Scott Murray
5c7c627a2b Added reference for JSONArray methods size() and remove() 2013-06-01 17:53:11 -07:00
Scott Murray
6496f33760 Added reference for JSONObject methods setInt(), setFloat(), setString(), and setBoolean() 2013-06-01 17:23:02 -07:00
Scott Murray
d16d1db42d Added reference for JSONObject methods getInt(), getFloat(), getString(), and getBoolean() 2013-06-01 16:42:03 -07:00
Scott Murray
842f977c6e Added reference for JSONObject methods getJSONObject(), setJSONObject(), setJSONArray() 2013-06-01 16:07:01 -07:00
codeanticode
f7b6e85f7c request focus in initSurface(), fixes #1700 2013-06-01 17:54:03 -04:00
codeanticode
629aa54fd0 fixed needFBOLayer() 2013-06-01 09:47:58 -04:00
Ben Fry
32086aad8a Merge branch 'master' of github.com:processing/processing 2013-06-01 09:39:45 -04:00
Scott Murray
318dc931d8 Added XML.getIntContent() and getFloatContent() reference, plus related links 2013-05-31 16:15:00 -07:00
Ben Fry
408efa5239 line endings, copyright 2013-05-31 15:46:01 -04:00
Ben Fry
93ea991354 oh fine 2013-05-31 15:40:25 -04:00
Ben Fry
8b905d6ae7 Merge branch 'master' of github.com:processing/processing 2013-05-31 15:39:04 -04:00
Ben Fry
7b682a3668 remove NullApplet for now 2013-05-31 15:38:59 -04:00
Daniel Shiffman
9b63656894 making Dict classes related for reference @alignedleft did I do this correctly? 2013-05-31 15:33:41 -04:00
Ben Fry
f450600c89 test for no longer subclassing Applet 2013-05-31 15:10:31 -04:00
Scott Murray
bedaac427b Changed param name for Table.matchRows() to sync with Table.matchRow() 2013-05-30 16:35:00 -07:00
Scott Murray
fd0820a0a5 Merge branch 'master' of https://github.com/processing/processing 2013-05-30 15:51:13 -07:00
Scott Murray
605dac3b35 Clarified some language for JSON reference 2013-05-30 15:51:00 -07:00
codeanticode
91d817e3ba make some utility functions protected, removed a few others that are not
used.
2013-05-30 18:48:39 -04:00
Scott Murray
8ff9f1f716 Added reference examples for Table findRows() and matchRows(), clarifications 2013-05-30 15:40:25 -07:00
Scott Murray
005544d6e0 TableRow reference: Removed 'related' Table methods, as they aren't being parsed properly by the generator 2013-05-30 14:50:47 -07:00
Ben Fry
4ac2e7c4dc remove() not working for intList, floatList, StringList (#1826) 2013-05-30 16:20:38 -04:00