Commit Graph

7441 Commits

Author SHA1 Message Date
Ben Fry
1afcc6bf7c maybe we should add the fonts for windows to the windows version 2013-10-13 13:29:23 -04:00
Ben Fry
e697d18058 embedding fonts with build 2013-10-13 13:23:14 -04:00
Ben Fry
bc3b191de9 working on font options and prefs 2013-10-13 13:18:45 -04:00
Ben Fry
3f326e994b cleaning up Linux JRE issues 2013-10-13 00:04:52 -04:00
Ben Fry
af3067ab2e moving notes 2013-10-12 23:41:52 -04:00
Ben Fry
0ce9322a6d notes about build 2013-10-12 23:18:53 -04:00
Ben Fry
d821d04c5b remove 32/64 pref, add dummy window, other OS X fixes for 7u40 2013-10-12 21:54:49 -04:00
Ben Fry
cf559b4a90 resolution for println() issues 2013-10-12 18:01:16 -04:00
Ben Fry
543d51fc3b add notes about iText library and version 2013-10-12 18:01:06 -04:00
Ben Fry
b2e5752975 clearing out serial issues 2013-10-11 20:45:37 -04:00
Ben Fry
f7dc181bbe textureMode(REPEAT) throws an error (#2052) 2013-10-11 20:37:19 -04:00
Ben Fry
c1b076ba07 fix indents for child elements when using -1 (#2119) 2013-10-11 19:27:10 -04:00
Ben Fry
316a600a9d looking for a better solution here 2013-10-11 19:15:01 -04:00
Ben Fry
ef93f09b9c add varargs to print() and println() (#2056) 2013-10-11 18:25:41 -04:00
Ben Fry
a9097a8962 handle warning, remove debug flag, update appbundler 2013-10-11 16:51:30 -04:00
Ben Fry
c1dfec1263 stick with old naming 2013-10-11 12:30:40 -04:00
Ben Fry
93b4a8e088 Merge pull request #2129 from martinleopold/patch-1
Fixed build errors on OS X, when ant is run from a location other than build/macosx
2013-10-11 09:24:47 -07:00
Martin Leopold
6b1eb45e9a Fixed build errors on OS X, when ant is run from a location other than build/macosx 2013-10-10 10:41:24 +02:00
Ben Fry
5fcf6acecb more cleanups and fixes for the Movie Maker 2013-10-09 01:03:21 -04:00
Ben Fry
c88b412fd4 fix up file selection dialogs 2013-10-09 00:21:53 -04:00
Ben Fry
6b72094013 notes about movie build 2013-10-08 20:47:23 -04:00
Ben Fry
ac1d7f5ab0 unused import 2013-10-08 20:34:28 -04:00
Ben Fry
395d131ba5 don't need that debug 2013-10-08 20:34:13 -04:00
Ben Fry
44505258b9 fix class loader issues with JAI ImageIO 2013-10-08 20:33:13 -04:00
Ben Fry
0898ce1a45 improvements to MovieMaker, add Gamma support, better Image IO 2013-10-08 19:57:40 -04:00
codeanticode
2acfefddf0 first load attributes for custom shaders 2013-10-07 19:14:33 -04:00
codeanticode
4a4329715b Merge branch 'master' of https://github.com/processing/processing.git 2013-10-07 18:48:52 -04:00
codeanticode
bb1c16c7fc some more tweaks to shader loading and selection 2013-10-07 18:48:19 -04:00
Ben Fry
82cdd12f89 Merge branch 'master' of github.com:processing/processing 2013-10-07 16:21:56 -04:00
Ben Fry
54c9409d5d constrain lerpColor() between 0 and 1 2013-10-07 16:21:49 -04:00
codeanticode
40198890bb solved some issues in PShader, better handling of gl buffers when using
built-in shaders
2013-10-07 00:30:15 -04:00
codeanticode
5414b13f48 Added CustomBlend example 2013-10-07 00:25:37 -04:00
Ben Fry
5196601ffc fixes for isPopupTrigger() issues 2013-10-06 23:37:41 -04:00
Ben Fry
8563ff0fe5 attempting press/release versions of isPopupTrigger 2013-10-06 23:25:17 -04:00
Ben Fry
e61c214967 couple additional notes 2013-10-06 19:41:28 -04:00
codeanticode
023a3b21ef using CORNER for rectMode and ellipseMode by default in PShapeOpenGL,
fix #2086
2013-10-06 17:51:14 -04:00
codeanticode
d258654f85 removed unused import 2013-10-06 17:44:23 -04:00
codeanticode
b4a54cf269 use PApplet.match() to detect shader types. 2013-10-06 17:33:55 -04:00
codeanticode
ce2cb00f63 better logic of shader type detection 2013-10-06 16:20:50 -04:00
Ben Fry
a581cc7550 Java2D images crash after being resized (#2113) 2013-10-06 16:16:41 -04:00
Ben Fry
e6d7ff653d fixes for image transparency with PDF output 2013-10-06 15:46:21 -04:00
Ben Fry
ef06f13dbc Merge pull request #2070 from gohai/pdf-transparency
Image transparency for PDF output
2013-10-06 12:40:55 -07:00
codeanticode
a1e60e15c1 Merge branch 'master' of https://github.com/processing/processing.git 2013-10-06 15:28:27 -04:00
codeanticode
1604cfd001 fix #2097 2013-10-06 15:27:46 -04:00
Ben Fry
e2d8d30ea1 Merge pull request #2110 from gohai/serial-new
Trivial cleanups to the Serial library
2013-10-06 12:23:52 -07:00
codeanticode
2a7d4ffba2 create PMatrix2D or 3D in PShapeOpenGL depending on value of is3D 2013-10-05 13:39:29 -04:00
codeanticode
c41c53f931 some debugging 2013-10-04 18:54:31 -04:00
codeanticode
5d8bd9e96e some shader aliases 2013-10-04 00:43:58 -04:00
codeanticode
8a60de14d3 some simplifications to the shader code 2013-10-04 00:21:01 -04:00
codeanticode
eb72df7340 correctly implements SUBTRACT blend mode 2013-10-03 18:23:04 -04:00