Commit Graph

3885 Commits

Author SHA1 Message Date
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
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
codeanticode
0f24e97185 check thread after init 2015-12-12 15:23:11 -05:00
codeanticode
d3d050b960 catches attempts to draw outside animation thread, fixes #4196 2015-12-09 16:45:57 -05:00
codeanticode
3794fa9ddc several texture handling fixes, solves #4176 2015-12-08 22:49:44 -05:00
codeanticode
25d00c279b scale point offset in 3D, fixes #4188 2015-12-08 16:19:21 -05:00
codeanticode
00fbfc7d78 renamed temp variable so attribute name is not shadowed 2015-12-08 16:17:38 -05:00
codeanticode
e2033b5644 call PApplet.exit() in windowDestroyNotify(), fixes #4156 2015-12-08 15:21:47 -05:00
codeanticode
c6eccf830a don't restore saved sphere detail if not initialized yet 2015-12-08 14:52:05 -05:00
Scott Murray
1cc40d6ecb Small typo fix for processing/processing-docs#362 2015-12-08 10:59:44 -08:00
George Bateman
d846e6b83f Use xdg-open in PApplet#launch(String) 2015-11-25 20:00:37 +00:00
George Bateman
b238d50e5b Flesh out the Javadoc for PMatrix. 2015-11-16 19:57:07 +00:00
codeanticode
09ee576af5 only does copy for normal attributes, fixes #4048 2015-11-15 19:56:15 -05:00
codeanticode
4b45002f0a remove some obsolete code 2015-11-15 19:48:43 -05:00
codeanticode
fa43a4d8aa break up addPolyVertices() into smaller methods 2015-11-15 17:21:52 -05:00
codeanticode
03953fd26a use glUsage variable 2015-11-15 16:21:30 -05:00
George Bateman
a1d3909fc0 Update PVector.java
Fix typo in docs.
2015-11-13 20:24:19 +00:00
REAS
f2c32f5143 Change to PApplet for the loadTable() reference 2015-11-09 20:15:48 -08:00
REAS
3e985c2b0f Add isNull() to JSONArray and JSONObject reference 2015-11-09 16:50:42 -08:00
REAS
63b8689d42 Correction to IntDict reference for values() method 2015-11-09 15:31:02 -08:00
Jakub Valtar
b27de95a59 Prevent nowebref from coming back
Change in 0295379ffb was getting
overwritten from PGraphics when ant building.
2015-11-08 19:46:35 +01:00
REAS
0295379ffb Remove rotate(angle, x, y, z) from reference 2015-11-06 13:33:04 -08:00