Commit Graph

3905 Commits

Author SHA1 Message Date
Ben Fry
68e0a7093f todo notes, cleaning up the empty sketchbook PR 2016-05-08 13:38:14 -04:00
Ben Fry
5935e62b6f Merge pull request #4432 from gohai/opengl-runtime-exception
Be more verbose with drawExceptions with cause null
2016-05-06 20:05:33 -04:00
Ben Fry
12a62ae5cd Merge pull request #4416 from gohai/gles2-mipmap
Add automatic mipmap support to GLES2
2016-05-06 19:59:39 -04:00
codeanticode
f870930ed6 null buffer check 2016-05-04 21:53:09 -04:00
codeanticode
38dc5d31f0 save previous texture in tessellator only if tex cache in non-null 2016-05-04 10:50:05 -04:00
Ben Fry
0d36aeedeb Merge pull request #4426 from JakubValtar/bugfix-paths
Fix file path decoding
2016-05-01 08:43:52 -04:00
gohai
767ca29c8f Be more verbose with drawExceptions with cause null
Before:
java.lang.RuntimeException
	at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:449)
	at java.lang.Thread.run(Thread.java:745)

After:
java.lang.RuntimeException: Waited 5000ms for: <fb397, c84a66>[count 1, qsz 0, owner <main-Display-.bcm.vc.iv_nil-1-EDT-1>] - <main-FPSAWTAnimator#00-Timer0-FPSAWTAnimator#01-Timer1>
	at processing.opengl.PSurfaceJOGL$2.run(PSurfaceJOGL.java:452)
	at java.lang.Thread.run(Thread.java:745)
2016-04-27 15:07:54 +02:00
Ben Fry
957f744d65 update Java version, other notes from bug reports 2016-04-24 20:20:02 -04:00
Jakub Valtar
e2fe0bf40c Fix file path decoding
URLDecoder was being used for path decoding, even though it can't handle
RFC2396 encoding. This resulted in plus characters being removed and
possibly other weirdness.

See https://docs.oracle.com/javase/8/docs/api/java/net/URL.html
"The recommended way to manage the encoding and decoding of URLs is to
use URI, and to convert between these two classes using toURI() and
URI.toURL(). The URLEncoder and URLDecoder classes can also be used, but
only for HTML form encoding, which is not the same as the encoding
scheme defined in RFC2396."

Fixes #4417
2016-04-25 01:15:43 +02:00
gohai
c3a2564750 Add automatic mipmap support to GLES2
glGenerateMipmap is supported on GL ES 2.0 and above. Compile-tested.
2016-04-20 00:59:24 +02:00
Ben Fry
a1ebd0f7df Merge pull request #4341 from Akarshit/bugfix-blendMode
Reapplied blendMode setting.
2016-04-18 17:46:31 -04:00
Ben Fry
f77a71d862 note Jakub fixes and merges 2016-04-18 12:16:24 -04:00
Ben Fry
5ab85286e3 Merge pull request #4412 from JakubValtar/bugfix-loadimage
Make sure PImage.parent is set in loadImage()
2016-04-18 12:13:13 -04:00
Jakub Valtar
179c6052b0 Make sure PImage.parent is set in loadImage() 2016-04-17 15:02:13 +02:00
Jakub Valtar
eec809091e FX: make sure dispose() is called on exit 2016-04-17 14:59:15 +02:00
Jakub Valtar
b5e09b474a FX: window icons 2016-04-17 14:36:01 +02:00
Jakub Valtar
9739c6202c FX: cursors
Fixes #4405
2016-04-17 14:35:46 +02:00
codeanticode
205b73bf89 flushes after drawing the source texture, fixes #4404 2016-04-13 16:49:24 -04:00
Ben Fry
9c5579b233 several fixes, cleanups, and speed improvements to dictionary classes 2016-04-11 17:03:59 -04:00
Ben Fry
5f2e6b2b1b usual notes and updates 2016-04-06 21:39:12 -07:00
codeanticode
ed7fcc7794 fixes font corruption issues, #4392 2016-04-04 23:48:35 -04:00
Jakub Valtar
dd8698427c Update app to Java 8 2016-04-02 23:17:25 +02:00
codeanticode
d0939a6552 enables stroke even when the color is same as before, fixes #4377 2016-03-30 16:59:56 -04:00
codeanticode
9438c225be Properly detect NPOT extension in GLES2 2016-03-15 10:31:48 -04:00
Ben Fry
8dee3adbdd todo notes based on going through notifications 2016-03-06 16:05:54 -05:00
Ben Fry
8761cd9b65 Merge branch 'master' of github.com:processing/processing 2016-03-06 13:48:32 -05:00
Ben Fry
f2e49ea16a fix minor bug found while doing Android Wear porting 2016-03-06 13:48:26 -05:00
codeanticode
1bcce8b052 changed the w value to identify directional lights, so it conforms with
CG textbooks
2016-02-29 17:27:56 -05:00
Akarshit Wal
a38b4e89fb Reapplied blendMode 2016-02-29 21:34:17 +05:30
Casey Reas
b3da867769 Merge pull request #4304 from GABBAR1947/master
missing parameter in fullScreen() documentation #385
2016-02-22 06:34:04 -08:00
GABBAR1947
b63837c3e3 missing parameter in fullScreen() documentation #385 2016-02-17 10:26:34 +05:30
Ben Fry
e682792c7d starting revision 0249 2016-02-14 09:22:24 -05:00
Ben Fry
e9f92e0993 write release notes for 3.0.2 2016-02-13 20:52:14 -05:00
Ben Fry
2ff017cf5b more notes from recent patches 2016-02-13 20:34:31 -05:00
Ben Fry
4be12a7762 require OS X 10.8.5, like we say in the Wiki 2016-02-13 18:36:01 -05:00
Ben Fry
42e88355fd switch to Java 8u74 which fixes JavaFX smoothing bug (#3795) 2016-02-13 18:16:41 -05:00
Ben Fry
c144e1278c todo items and removing unused imports 2016-02-13 17:33:52 -05:00
Ben Fry
0d768e2328 Merge pull request #4210 from jdf/surface
Have PSurfaceFX pay attention to the setVisible argument.
2016-02-13 10:51:55 -05:00
Ben Fry
844c21cbe0 Merge pull request #4155 from GKFX/pmatrix-docs
Flesh out the Javadoc for PMatrix.
2016-02-13 10:24:54 -05:00
Ben Fry
fb21ca9133 Merge pull request #4140 from GKFX/patch-1
Fix typo in PVector.java docs
2016-02-13 10:21:46 -05:00
Ben Fry
b278870ff6 minor cleanup in launch() 2016-02-13 10:18:32 -05:00
Ben Fry
535e8305f1 Merge branch 'master' of github.com:processing/processing 2016-02-13 10:16:49 -05:00
Ben Fry
f36b120cbe Merge pull request #4171 from GKFX/patch-xdg-open
Use xdg-open in PApplet#launch(String)
2016-02-13 10:16:29 -05:00
Ben Fry
ecb0ef3758 Merge branch 'master' of github.com:processing/processing 2016-02-13 09:30:21 -05:00
Ben Fry
43a69ad5fe add additional settings() note (#4211) 2016-02-13 09:28:28 -05:00
Ben Fry
eeb2c1ddf1 Merge pull request #4220 from JakubValtar/fix-args-settings
Initialize sketch args before calling settings()
2016-02-13 09:11:40 -05:00
codeanticode
f34b6e41cc properly update stroke weights for lines and points in PShape objects 2016-01-14 16:54:02 -05:00
Jakub Valtar
25b1db8ef0 Initialize sketch args before calling settings() 2016-01-01 22:29:30 +01:00
Scott Murray
cac70308eb Fixes processing/processing-docs#364 by adding some 'related' references 2015-12-20 11:09:01 -08:00
Jonathan Feinberg
9eb071b23c Have PSurfaceFX pay attention to the setVisible argument. 2015-12-18 14:49:56 -05:00