Ben Fry
5fcc083484
organizing the todo list
2015-04-25 13:17:30 -04:00
Ben Fry
ffa1faca39
only formatting changes
2015-04-25 13:01:58 -04:00
Ben Fry
607234e8c1
remove vestigial 'hide background image' pref
2015-04-25 12:57:02 -04:00
Ben Fry
ed5bc53130
fix window sizing for prefs and find/replace
2015-04-25 12:47:27 -04:00
Ben Fry
f8c36b6ff7
other notes
2015-04-25 05:10:55 -04:00
Ben Fry
b3a064574c
add one-way renderer to check performance
2015-04-25 04:59:38 -04:00
Ben Fry
3840a9eafa
move blit() out of SmoothCanvas, add one-way renderer to check performance
2015-04-25 04:58:45 -04:00
Ben Fry
8803a1779a
moving blit() around a bit, change basic surface name
2015-04-25 04:37:17 -04:00
Ben Fry
cdfe575ea2
fix for #3113 noSmooth() issues
2015-04-25 03:27:51 -04:00
Ben Fry
1b37e087d7
notes and updates
2015-04-25 03:09:03 -04:00
Ben Fry
6eff1da1b9
add push() and pop() to String/Int/FloatList
2015-04-25 03:08:25 -04:00
Ben Fry
1c189ab5f3
fix up write/save, add indent= option
2015-04-25 03:06:13 -04:00
Ben Fry
dfec4490fb
Merge pull request #3211 from JakubValtar/bugfix-sphere-edges
...
Removed extra edges in sphere tesselation (#3193 )
2015-04-24 21:31:58 -04:00
Jakub Valtar
b20fe4601a
Fixed extra edges in sphere tesselation
...
Fixes #3193
2015-04-25 00:26:20 +02:00
Ben Fry
e031c49392
No, .java files need not be executable. But thanks, Windows.
2015-04-24 15:32:53 -04:00
Ben Fry
a4e5f2cfda
fix up file change detection ( #2852 )
2015-04-24 15:28:33 -04:00
Ben Fry
d0abe3fd41
working on change detection
2015-04-24 15:21:01 -04:00
Ben Fry
023903857c
maybe just for good measure
2015-04-24 15:20:51 -04:00
Ben Fry
141fdc383d
notes heading to release, improve error messages a teeny bit
2015-04-24 10:45:00 -04:00
Ben Fry
3df8bdc893
Merge pull request #3202 from federicobond/compact-json
...
Add option to save JSON in compact form
2015-04-24 08:52:57 -04:00
Ben Fry
5c749cd8c2
hmm.. looks like there might be *tabs* in there too...
2015-04-24 00:13:36 -04:00
Ben Fry
045906d948
more cleaning
2015-04-24 00:09:26 -04:00
Ben Fry
aae98d9481
cleanups
2015-04-24 00:05:57 -04:00
Ben Fry
f63d82bd6d
removing unused code and making notes about other unused code
2015-04-24 00:01:01 -04:00
Ben Fry
acd5156a02
remove unused var
2015-04-23 23:50:13 -04:00
Ben Fry
0bcba49233
fix color selector for new api
2015-04-23 23:49:25 -04:00
Ben Fry
37744cac9c
fix that Java version number
2015-04-23 23:49:12 -04:00
Ben Fry
0ae0399e4f
Merge branch 'master' of github.com:processing/processing
2015-04-23 23:41:26 -04:00
Ben Fry
a19c770807
back in business, but still not nuts about current performance/complexity
2015-04-23 23:41:23 -04:00
Ben Fry
9ec9f651f6
update the Java version in the export dialog
2015-04-23 21:46:54 -04:00
Ben Fry
71e7de8234
allow build to proceed without internet access
2015-04-23 21:45:41 -04:00
Ben Fry
680d3b5004
Merge pull request #3205 from GKFX/svg
...
Improvements to SVG. Fixes #2992 .
2015-04-23 21:42:46 -04:00
Ben Fry
f63a0c7501
Merge pull request #3207 from GKFX/patch-1
...
PApplet.java: disable a doc comment
2015-04-23 16:52:52 -04:00
George Bateman
9753745ee4
PApplet.java: disable a doc comment
...
It's coming up in the wrong place on the Javadoc because its method is commented out.
2015-04-23 19:45:03 +01:00
George Bateman
517e3d3806
Improvements to SVG. Fixes #2992 .
...
Proper support for percentages, partial support for viewbox, support
for more named colors, allow gradients to specify color-stops using
style or direct attributes on <stop>, nicer error message on loading an
HTML document as SVG (since I assume it can happen to novices
downloading SVGs from the web).
2015-04-22 17:50:56 +01:00
Ben Fry
ee38708a03
prevent @SuppressWarnings from being re-added
2015-04-21 07:48:12 -07:00
Ben Fry
46f8ebe107
close out the enums issue
2015-04-20 23:10:00 -07:00
Federico Bond
fdf4f70bce
Add option to save JSON in compact form
2015-04-21 03:08:16 -03:00
Ben Fry
f49f7104bd
trying... to... simplify.
2015-04-20 22:44:54 -07:00
Ben Fry
48b3bdf0a9
adding clarifications
2015-04-20 16:43:24 -07:00
Ben Fry
cb4151f00d
mark cache methods, update comments
2015-04-20 16:43:08 -07:00
Ben Fry
b27d4ecd5d
set absolute path, remove cache methods
2015-04-20 16:42:38 -07:00
Ben Fry
547221b3da
clean up comments and warnings
2015-04-20 16:40:20 -07:00
Ben Fry
54c4902aa1
update Java version
2015-04-20 16:39:29 -07:00
Ben Fry
9f1bef58bb
tacking the other direction on offscreen
2015-04-19 14:21:15 -04:00
Ben Fry
e6c68399da
cleanups, notes, whitespace auto-fixes
2015-04-18 15:44:28 -04:00
Ben Fry
8489107f7a
automatically insert SuppressWarnings statements after ANTLR makes a mess
2015-04-18 15:30:28 -04:00
Ben Fry
ceffcfdfa3
@akarshit is on fire
2015-04-17 17:33:28 -04:00
Ben Fry
5fa516404c
Merge pull request #3190 from Akarshit/enhan-findReplace
...
Find/Replace dialog uses GroupLayout
2015-04-17 17:23:53 -04:00
Ben Fry
05b87e1362
Merge pull request #3191 from Akarshit/enhan-prefWindoe
...
Initial Stage for Preference Window with GroupLayout
2015-04-17 17:19:55 -04:00