Ben Fry
|
004bb62c07
|
new mode file as well
|
2013-04-30 10:18:00 -04:00 |
|
Ben Fry
|
26f479dd3f
|
new interface built in for tabs, etc
|
2013-04-30 10:17:46 -04:00 |
|
Ben Fry
|
2b5d1b83df
|
working to get new mode layout working
|
2013-04-30 07:50:39 -04:00 |
|
Ben Fry
|
a76068f647
|
some notes on fonts
|
2013-04-29 18:22:17 -04:00 |
|
Ben Fry
|
862ca09dae
|
starting switch to new design
|
2013-04-29 17:57:32 -04:00 |
|
Ben Fry
|
469c9c3e73
|
updates and notes and organizing
|
2013-04-29 16:20:12 -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
|
c472675f36
|
Merge branch 'master' of github.com:processing/processing
|
2013-04-29 12:46:40 -04:00 |
|
Ben Fry
|
ef361988e0
|
processing-java install tool window huge, fix for #1748
|
2013-04-29 12:45:27 -04:00 |
|
Ben Fry
|
058c19c958
|
add ODS table parsing, also cleanup load/save for Table
|
2013-04-29 12:29:09 -04:00 |
|
Daniel Shiffman
|
95ed70450a
|
updating example for IntDict
|
2013-04-29 11:26:55 -04:00 |
|
Ben Fry
|
795a6eba8d
|
use JVMTI, remove extra thread suspend calls, remove unused
|
2013-04-29 10:05:03 -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
|
d7f2e5298f
|
cleaning up the todo list for data items
|
2013-04-28 20:50:32 -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
|
be01dcb8c5
|
fix line endings issue on Windows
|
2013-04-28 08:51:30 -04:00 |
|
Ben Fry
|
2970a26393
|
remove "Listening for transport dt_socket at address: 8727" message
|
2013-04-27 18:56:03 -04:00 |
|
Ben Fry
|
2c08fe94f3
|
add notes about JDI
|
2013-04-27 18:55:51 -04:00 |
|
Ben Fry
|
f91d6c9fde
|
add workaround for apparent Eclipse JDI bug, get errors working again
|
2013-04-27 17:30:02 -04:00 |
|
Ben Fry
|
22837c316e
|
add source link when available
|
2013-04-27 17:29:31 -04:00 |
|
Ben Fry
|
c030b75223
|
switch to socket attach connector, fix error msg for bitness of libs, fighting with Eclipse JDI
|
2013-04-27 15:38:17 -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
|
abdd12188f
|
cleanup JSON example more
|
2013-04-26 14:10:04 -04:00 |
|
Daniel Shiffman
|
bca7852b47
|
LoadSaveJSON mostly working
|
2013-04-26 13:59:11 -04:00 |
|
Daniel Shiffman
|
936790e30b
|
fixing setJSONObject setJSONArray
|
2013-04-26 13:55:41 -04:00 |
|
Casey Reas
|
c89c3311f6
|
Remove Puff example
|
2013-04-25 18:07:10 -07:00 |
|
Daniel Shiffman
|
413d833aba
|
temporarily reverting some PVector methods to be compatible with processingjs.
|
2013-04-25 10:33:53 -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 |
|
Ben Fry
|
21d553ba02
|
working on List class
|
2013-04-21 17:27:02 -04:00 |
|
Ben Fry
|
3b903c707c
|
Update README.md
|
2013-04-21 15:28:53 -03:00 |
|
Ben Fry
|
b5b133dfbe
|
removing android from main repo (sniff)
|
2013-04-21 14:16:10 -04:00 |
|
Ben Fry
|
00d7dd4190
|
organizing data notes
|
2013-04-21 14:15:03 -04:00 |
|
Ben Fry
|
33e56d3af8
|
Merge branch 'master' of github.com:processing/processing
|
2013-04-21 12:31:33 -04:00 |
|
Ben Fry
|
de58f4cf34
|
notes about api for data functions
|
2013-04-21 12:31:23 -04:00 |
|
codeanticode
|
1831d33183
|
Made PGL object static, removed references to parent and renderer in
Texture and FrameBuffer object, fixed PGraphicsOpenGL.dispose()
|
2013-04-21 09:33:17 -04:00 |
|
Ben Fry
|
6aafb2e7f8
|
todo notes and removing old LiveConnect library
|
2013-04-20 17:05:11 -04:00 |
|