Ben Fry
dfbc00f5cb
minor tweaks for warnings
2018-01-10 22:04:42 -05:00
codeanticode
462ac2f412
Merge pull request #5340 from alexanderghurst/master
...
cursor() sets the cursor visible, fixes #5330
2018-01-05 22:37:18 -05:00
Ben Fry
4248c4b838
a couple todo item updates
2018-01-05 15:55:30 -05:00
Ben Fry
ae50380272
ack, some ugly code here
2018-01-05 15:03:12 -05:00
Ben Fry
e71fb7f966
fix for NPE in deleteFlagged() ( fixes #5342 )
2018-01-05 14:45:38 -05:00
Alexander Hurst
a9cc453015
cursor() sets the cursor visible, fixes #5330
2017-12-20 15:09:16 -05:00
codeanticode
fb47853b1b
texture wrap can be set multiple times in a sketch, fixes #5322
2017-12-08 15:28:18 +09:00
Ben Fry
159b5434cb
couple of todo notes from recent github issues
2017-11-20 16:06:48 -05:00
Ben Fry
f4452c0781
set colorModeDefault to true by default
2017-11-20 16:06:21 -05:00
REAS
a3943ee508
Small parameter changes for Reference
2017-11-10 14:41:32 -08:00
Ben Fry
e026cdff90
Merge pull request #5304 from JakubValtar/fix-eror-checker-crash
...
Fix error checker crash when className contains [ or ]
2017-11-09 18:33:59 -05:00
Jakub Valtar
2fb37b6fb3
Fix error checker crash when className contains [ or ]
2017-11-09 12:23:51 -05:00
Ben Fry
1b84d46587
remove unhelpful deprecation, other notes and todo items
2017-10-29 17:32:19 -04:00
Ben Fry
4b4284b7df
better handling of Java version, previous only worked for 9
2017-10-20 17:20:36 -04:00
Ben Fry
d89bb1e7ae
avoid NPEs when no selection
2017-10-20 17:19:29 -04:00
Ben Fry
49eea9a335
avoid with NPE when no selection
2017-10-20 17:19:09 -04:00
Ben Fry
6034a0b3d9
remove unnecessary types
2017-10-20 17:18:42 -04:00
Ben Fry
34f9caa137
deal with a handful of Java 9 changes and deprecations
2017-10-18 22:42:13 -04:00
Ben Fry
bd5146d018
todo updates based on recent PRs and bug reports
2017-10-18 17:08:50 -04:00
Ben Fry
6dc1879611
back out stream() usage that introduced a regression
2017-10-18 16:53:13 -04:00
Ben Fry
316c06d20a
Merge pull request #5282 from jeremydouglass/patch-1
...
Remove "Pipe Organ" from exec javadoc
2017-10-18 16:35:18 -04:00
Ben Fry
026b125792
Merge pull request #5134 from rbonifacio/refactor-towards-language-evolution
...
Refactor to use a few Java 8 features
2017-10-18 15:48:55 -04:00
Ben Fry
f26cff6493
Merge pull request #5251 from Prince-Polka/master
...
BezierPoint
2017-10-18 15:41:29 -04:00
Ben Fry
7715f57cf0
notes on recent bug reports and updates
2017-10-17 23:10:07 -04:00
Ben Fry
a86e220096
fix minor spacing issue with indent
2017-10-17 23:09:17 -04:00
Ben Fry
8b9b976d67
minor type erasure edits
2017-10-17 23:08:50 -04:00
Ben Fry
6aa8c62017
move to Java 8u152 ( fixes #5284 , broken JRE download)
2017-10-17 23:05:31 -04:00
Jeremy Douglass
19d20f5915
Remove "Pipe Organ" from exec javadoc
...
Recent OS X releases no longer come with the "Pipe Organ" voice installed by default. As a result, the exec example fails silently with no console feedback. Removing the -v voice argument causes the example to work on current OS X -- and still work on older OS X.
2017-10-15 09:35:15 -07:00
Ben Fry
09de1fad83
fix entries() Iterator in IntDict, FloatDict, StringDict
2017-10-11 16:25:16 -04:00
Ben Fry
7572e266dc
remove unnecessary types on save
2017-10-10 21:00:54 -04:00
Ben Fry
2dde225eae
erase unnecessary types
2017-10-10 21:00:32 -04:00
Ben Fry
65b138de31
added resize() to IntDict, FloatDict, StringDict
2017-10-10 20:57:27 -04:00
Ben Fry
2327009d88
add setIndex() method
2017-10-10 20:34:40 -04:00
Ben Fry
28ee67ff22
gst
2017-09-29 23:19:33 -04:00
Ben Fry
5d4a48a814
handle version number parsing for JDK 9 ( fixes #5275 )
2017-09-29 23:15:17 -04:00
Ben Fry
bc4471bf38
Merge pull request #5152 from GKFX/featurefixbadquotes
...
Handle curly quotes well
2017-09-24 11:00:34 -04:00
Ben Fry
fb6a4a01df
Merge pull request #5265 from JakubValtar/fix-scrub-comments
...
Fix scrub comments for empty block comment /**/
2017-09-22 11:17:28 -04:00
Prince-Polka
6a018b7a94
Update PGraphics.java
2017-09-20 17:18:50 +02:00
Jakub Valtar
fbc7befa84
Fix scrub comments for empty block comment /**/
...
Fixes #5219
2017-09-20 14:58:41 +02:00
George Bateman
632d19c6ca
Merge pull request #1 from JakubValtar/GKFX-featurefixbadquotes-pull
...
Curly quotes followup
2017-09-20 03:03:58 +01:00
Jakub Valtar
8c66a8c33d
Make sure we don't try to get code out of bounds
2017-09-19 23:14:26 +02:00
Jakub Valtar
25ac5db0ab
Remove problem priority since we're going to do it manually in PDEX.ErrorChecker
2017-09-19 23:04:56 +02:00
Jakub Valtar
46b5e29fb3
Gather error checking code in PDEX.ErrorChecker
2017-09-19 22:52:49 +02:00
Jakub Valtar
f506a1df42
In case of multiple problems on a line give priority to error
2017-09-19 16:54:37 +02:00
Jakub Valtar
c583d2aaa9
To create Problems use pdeCode instead of messing with editor
2017-09-19 16:23:38 +02:00
Prince-Polka
4dd1f29cb8
Update PGraphics.java
2017-09-08 19:16:33 +02:00
Prince-Polka
3052c1f384
Update PGraphics.java
2017-09-08 19:15:09 +02:00
Prince-Polka
2746369547
Update PGraphics.java
...
At row 3214 changed
public float bezierPoint(float a, float b, float c, float d, float t) {
float t1 = 1.0f - t;
return a*t1*t1*t1 + 3*b*t*t1*t1 + 3*c*t*t*t1 + d*t*t*t;
}
to
float bezierPoint (float a, float b, float c, float d, float t) {
float t1 = t-1.0f;
return t * ( 3*t1*(b*t1-c*t) + d*t*t ) - a*t1*t1*t1;
}
, works the same but faster
2017-09-08 19:12:59 +02:00
Ben Fry
8bf2ec1c6f
starting the next release
2017-09-04 19:56:40 -04:00
Ben Fry
4810535683
how about some release notes?
processing-0263-3.3.6
2017-09-04 16:28:54 -04:00