Commit Graph

7403 Commits

Author SHA1 Message Date
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
codeanticode
312fb99508 sets the resized native font in PGraphicsOpenGL, fix #2109 2013-10-03 17:03:14 -04:00
codeanticode
994be867e9 get gl objects also in init() and reshape() events 2013-10-03 16:02:36 -04:00
codeanticode
dbc9b78804 slightly different ortho() setup in P2D allows for identity modelview 2013-10-03 15:02:05 -04:00
codeanticode
0388ebbe4a takes care of #2102 by reverting setAmbient to false if it was false
before calling popStyle()
2013-10-03 13:51:56 -04:00
gohai
ee891808e7 Remove obsolete SerialFixer
The SerialFixer removed stale lock files on OS X, which are no longer used by the new serial library (JSSC).
2013-10-01 22:22:05 -07:00
gohai
06fe38f218 Add support for custom source regions in imageImpl
As suggested by Ben
2013-10-01 22:13:39 -07:00
gohai
22e55751b0 Add JSSC to Javadoc build 2013-10-01 21:30:09 -07:00
gohai
3b8ed3db55 Document how to compile the native JSSC library 2013-10-01 21:29:15 -07:00
gohai
7c2f50ef8a Remove obsolete .cvsignore file 2013-10-01 21:27:48 -07:00
gohai
ba4f204c25 Remove commented out lines 2013-10-01 21:27:27 -07:00
Ben Fry
665a46969d require Java 7 for build 2013-10-01 18:54:37 -04:00
Ben Fry
1ff526a796 fix build message on OS X 2013-10-01 18:45:40 -04:00
Ben Fry
79414f4e7b Merge branch 'master' of github.com:processing/processing 2013-10-01 18:36:52 -04:00
Ben Fry
506aeebc6c trying again with JDK 7u40 requirement on OS X 2013-10-01 18:36:47 -04:00
REAS
fdcf1f4e15 New reference.zip for 2.1 beta 2013-10-01 15:30:14 -07:00
Ben Fry
b41033e88e check in appbundler to fix build issues 2013-10-01 18:24:57 -04:00
Ben Fry
fa3a5d9fb6 update javadoc and fix generation to link out 2013-09-29 10:10:13 -04:00
Ben Fry
9b2d4bcb11 workaround for unicode issues with NLF in XML files (#2100) 2013-09-28 15:53:46 -04:00
Ben Fry
08e93b02d3 deal with cmd-left popup issue (#2103), formatting and notes 2013-09-28 12:51:41 -04:00
Ben Fry
607ecc6f9a misc notes 2013-09-25 21:20:04 -04:00
Ben Fry
f2bc900427 update serial with p5 code conventions, fix two warnings 2013-09-25 14:12:56 -04:00
Ben Fry
77268df9e6 Merge pull request #2093 from gohai/serial-new
Replace RXTX-based serial library by one based on JSSC
2013-09-25 09:19:05 -07:00
Ben Fry
9a4b8544df Merge pull request #2037 from AmnonOwed/Fix#1984NewMaximizedPDE
Open new PDE maximized when current PDE is maximized
2013-09-25 09:17:58 -07:00
Ben Fry
7ad761cee0 removing old experimental mode, now that it has a new home 2013-09-25 12:16:09 -04:00
Ben Fry
7ef4c69718 add note about tga 2013-09-25 11:15:33 -04:00
Ben Fry
11da7eb82f fix add library exception and timeouts (#2026) 2013-09-25 10:59:30 -04:00
Ben Fry
f8d7edbec0 a cry for help 2013-09-25 10:50:45 -04:00
Ben Fry
91ae0c5aeb set dock icon attempt 2013-09-25 10:50:29 -04:00
gohai
d46e55714d Replace RXTX-based serial library by one based on JSSC
Development on this was done in https://github.com/gohai/processing-serial-jssc. See also https://github.com/gohai/java-simple-serial-connector for changes to JSSC (not yet upstreamed).
2013-09-24 08:26:08 -07:00
Ben Fry
81f68444b3 adding desktopPath()/desktopFile() methods; against my better judgement 2013-09-23 09:51:41 -04:00
Ben Fry
8b7bbe530d fix location for java on Windows/Linux 2013-09-22 17:00:11 -04:00
Ben Fry
78c127ab1d add java executable on OS X, force local when running 2013-09-22 16:57:14 -04:00
Ben Fry
9dda73b3f1 Merge branch 'master' of github.com:processing/processing 2013-09-22 16:16:39 -04:00
Ben Fry
8e0121c4b7 continued efforts with build scripts, removing unused JRE files 2013-09-22 16:16:32 -04:00
Ben Fry
0e5bfcd20f remove build failure when no JDK is installed 2013-09-22 15:43:55 -04:00
Ben Fry
56f129d902 working to remove javafx from the download 2013-09-22 15:33:49 -04:00
Ben Fry
e5de8bc877 add minimum system version and javafx removal 2013-09-22 15:33:37 -04:00
Ben Fry
58daa8ba93 making the 7u40 build the default 2013-09-22 14:09:58 -04:00