Commit Graph

155 Commits

Author SHA1 Message Date
Ben Fry
434d8138cc remove a handful of warnings 2014-02-06 23:31:58 -05:00
Ben Fry
40170baa91 fix for indices not set properly with StringDict(Reader) 2014-01-26 17:29:38 -05:00
Ben Fry
fd57fac8b6 added print() method 2014-01-21 18:26:28 -05:00
Ben Fry
b92df88eca fix random insertRow() issue 2013-10-20 10:09:30 -04:00
Ben Fry
c1b076ba07 fix indents for child elements when using -1 (#2119) 2013-10-11 19:27:10 -04:00
Ben Fry
9b2d4bcb11 workaround for unicode issues with NLF in XML files (#2100) 2013-09-28 15:53:46 -04:00
Ben Fry
da0b526f68 making swap public 2013-09-13 02:19:56 -04:00
Ben Fry
c90d7ce0f3 fix for indices with alternate constructor 2013-09-05 00:02:09 -04:00
Ben Fry
575d7ab313 minor Table bug fixes, add static version of JSON load for File 2013-08-24 12:14:33 -04:00
Ben Fry
41d403889c fix options parsing to handle spaces in the names 2013-08-21 12:28:02 -04:00
Ben Fry
fa07dc1dbc add constructor for Table to deal with iterator (#1956) 2013-08-13 22:21:19 -04:00
Ben Fry
55b7719367 adding dictionary option for table loading 2013-08-13 21:51:35 -04:00
Ben Fry
d7fde748a0 aborted attempt to add split() to StringList 2013-08-13 21:51:12 -04:00
Ben Fry
fd21bb3378 fix JSON handling of null and optional items 2013-08-12 17:46:35 -04:00
Ben Fry
99eef5107b add getContent(defaultValue) to XML 2013-08-12 17:22:06 -04:00
Ben Fry
61b34b4f9b add join() method to Int/Float/StringList 2013-08-12 08:57:28 -04:00
Ben Fry
5f7a63aad3 add auto-resize to IntList.increment() 2013-08-08 14:48:32 -04:00
Ben Fry
c638d7c81b add sum() to IntList and FloatList (#1893) 2013-08-07 19:07:09 -04:00
Ben Fry
d28ecd79ee fix up getPercentages() -> getPercent()... also add sort() to Table 2013-08-02 09:40:20 -04:00
Ben Fry
0f92ad1c94 add methods to sum up the values in a dict, and return percentages for each 2013-07-24 10:53:21 -04:00
REAS
10f3899ac6 Reference fix for IntList 2013-07-19 08:22:28 -07:00
Ben Fry
65b05aed71 fixes for getSubset() (#1979) 2013-07-18 15:27:48 -07:00
Dhruv Jawali
2ad8797198 Fixes issue #1929, with insert method in IntList and FloatList. 2013-06-30 21:46:41 +02:00
Scott Murray
77624572f3 Added related links to reference for IntList, FloatList, StringList 2013-06-15 11:26:36 -04:00
Ben Fry
6306bc4818 report row where table goes bad while parsing 2013-06-14 16:40:10 -04:00
Ben Fry
b635f8a2cf modify XML.toString() to use indent(-1) instead of indent(2) 2013-06-03 14:59:48 -04:00
Ben Fry
9209745631 change how indent, returns work with xml formatting 2013-06-03 14:44:17 -04:00
Ben Fry
5684907cd6 Merge branch 'master' of github.com:processing/processing 2013-06-03 14:04:57 -04:00
Ben Fry
b1a313eb48 fix for XML problems in issue #1796 2013-06-03 14:04:54 -04:00
REAS
a636728bb5 Removing advanced constructors from new Data reference 2013-06-03 10:00:04 -07:00
Ben Fry
476318fd76 adding AIOOBE to removeIndex() in Dict classes 2013-06-03 12:01:42 -04:00
Ben Fry
3e6a9a8830 add AIOOBE when trying to remove() outside the array 2013-06-03 12:00:17 -04:00
Ben Fry
3205f22801 fix for binary table problem, addl release notes 2013-06-03 10:43:50 -04:00
Ben Fry
5e5c88e4c3 more fixes for the data classes 2013-06-03 10:19:31 -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
3b9a12665a Added reference for all JSONArray get and set methods 2013-06-02 08:26:58 -07:00
Scott Murray
2b781353bb Added initial reference for JSONArray set and get methods 2013-06-02 07:17:09 -07: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
Scott Murray
318dc931d8 Added XML.getIntContent() and getFloatContent() reference, plus related links 2013-05-31 16:15:00 -07:00
Daniel Shiffman
9b63656894 making Dict classes related for reference @alignedleft did I do this correctly? 2013-05-31 15:33:41 -04:00
Scott Murray
bedaac427b Changed param name for Table.matchRows() to sync with Table.matchRow() 2013-05-30 16:35:00 -07:00