Commit Graph

1261 Commits

Author SHA1 Message Date
codeanticode
2d3db38cb8 Address issue #1758 2013-05-18 06:49:54 -04:00
codeanticode
7a7b49af6b Fix issue #1760 2013-05-17 23:21:31 -04:00
codeanticode
35e9876214 Merge branch 'master' of https://github.com/processing/processing.git 2013-05-17 21:29:25 -04:00
codeanticode
8f32e1f5ab Fix issue #1761 2013-05-17 21:20:51 -04:00
Scott Murray
6a1892c53b Removed web ref for PVector div() and mult() 2013-05-16 13:33:40 -07:00
Ben Fry
41b5926996 fix for null values in removeValues() 2013-05-15 18:22:56 -04:00
Daniel Shiffman
93fd9649ce removing div() and mult() by vectors #1544 2013-05-14 18:55:09 -04:00
Ben Fry
9ba6ddc265 add warning notes to two classes 2013-05-14 11:58:31 -04:00
Ben Fry
cc2ef1a10e todo notes and fix for copy() method in Dict classes 2013-05-14 11:07:17 -04:00
Ben Fry
987474faf6 mult() instead of mul() 2013-05-10 15:46:01 -04:00
Daniel Shiffman
d0f6159681 fixing problem where PVector.angleBetween() returns NaN 2013-05-10 11:44:05 -04:00
codeanticode
ce7e4a36d0 Fixes fps cap (issue #1742) 2013-05-07 12:07:12 -04:00
codeanticode
b3561b1dbb calling glFinish() only if the current framerate falls below 50% of the
target
2013-05-06 12:42:58 -04:00
codeanticode
a535ed855c Using glFinish() instead of glFlush() at PGL.endDraw() 2013-05-04 23:43:39 -04:00
codeanticode
1af0cc5c31 Fix issue #1737 2013-05-04 19:57:05 -04:00
andres
4700330a1f tweaking GLSL and FBO checks 2013-05-04 19:00:38 -04:00
codeanticode
4ca816d9d0 Updated JOGL to 2.0-b982 build 2013-05-04 17:30:57 -04:00
codeanticode
8a514e355d Commented out GL debugging messages 2013-05-04 12:24:41 -04:00
Ben Fry
84ff67e40e moving things around, disable setting dpi by default 2013-05-04 11:40:23 -04:00
Ben Fry
61e0716492 fix for #1730, also change how update/loadPixels are called in Java2D 2013-05-04 11:33:10 -04:00
Ben Fry
4504b8b277 add means for setting image resolution when saving 2013-05-04 10:08:36 -04:00
Ben Fry
006ea4d340 more JSON fixes for API consistency w/ the rest of processing.data.* 2013-05-02 15:55:30 -04:00
Frank Leon Rose
5988df03fb Added setString(int, String) and append(String) to JSONArray
String is one of the core datatypes JSONArray supports.
2013-05-02 12:15:17 -04:00
Ben Fry
f8d25375cc bug fixing on Dict and List classes, add Iterable constructor 2013-05-01 14:54:54 -04:00
Ben Fry
cd48fb3b72 last notes for mouse wheel 2013-04-30 23:06:21 -04:00
Ben Fry
ce298ef00b working out issues with mouse wheel (#1461) 2013-04-30 22:31:34 -04:00
Ben Fry
9a6b1dcdb6 add clearRows() 2013-04-30 19:23:51 -04:00
Ben Fry
625ce847e4 fix for bin extension not being set in Table 2013-04-30 18:57:23 -04:00
Ben Fry
2e403ae88d holy hell, let's burn this place down 2013-04-30 12:30:24 -04:00
Ben Fry
82df257c77 switch to getSubset(), mult() instead of mul(), add upper/lower 2013-04-29 14:59:27 -04:00
Ben Fry
0e6077f29c fix for JSON loading issue 2013-04-29 14:22:36 -04:00
Ben Fry
058c19c958 add ODS table parsing, also cleanup load/save for Table 2013-04-29 12:29:09 -04:00
Ben Fry
59b9cd573a fixing sort() methods so they are actually, you know, accurate... also ironing out Table bits 2013-04-29 09:45:30 -04:00
Ben Fry
b56459d14f API cleanups, fix #1660 and #1680 for JSON, plus #1734 for Table 2013-04-28 20:43:49 -04:00
Ben Fry
3ab855e69a add hasKey() methods 2013-04-28 15:13:51 -04:00
Ben Fry
2daa6269b2 rename to use Dict instead of Hash, remove HTML and ODS tables 2013-04-28 15:11:07 -04:00
Ben Fry
7ac6a0bd79 more massaging, also tweak Table accessors for types 2013-04-28 14:55:12 -04:00
Ben Fry
c7702c9b61 more API cleanups for consistency 2013-04-28 14:17:29 -04:00
Ben Fry
4fd831fb89 further normalization of the data API 2013-04-28 13:20:56 -04:00
Ben Fry
fe8690844f moving to keys() for iterable, cleaning up list API 2013-04-28 12:38:11 -04:00
Ben Fry
10892bbc7d fix up StringHash, also fix the sort order in the others 2013-04-28 10:58:18 -04:00
Ben Fry
f92b7d5e72 port float changes over to int 2013-04-28 10:49:06 -04:00
Ben Fry
75b5bc9489 cleaning up FloatHash, getting to work on the others, fix iterator in Table 2013-04-28 10:40:59 -04:00
Ben Fry
b70855d74f save methods for JSON objects and arrays 2013-04-26 15:16:46 -04:00
Ben Fry
7274c54196 Merge branch 'master' of github.com:processing/processing 2013-04-26 14:57:13 -04:00
Ben Fry
8124390044 JSON fixes for Shiffman 2013-04-26 14:57:07 -04:00
Daniel Shiffman
936790e30b fixing setJSONObject setJSONArray 2013-04-26 13:55:41 -04:00
codeanticode
2f2f2454e6 renamed release() as dispose() in all GL classes for consistency with
PGraphics.dispose()
2013-04-24 16:02:04 -04:00
codeanticode
80e74e0895 renamed some functions 2013-04-24 15:36:50 -04:00
codeanticode
f90bdf1417 Fix issue #1740 2013-04-23 19:14:28 -04:00