Commit Graph

7494 Commits

Author SHA1 Message Date
Ben Fry
ff618bc0b5 try to switch to JRE only; fail 2013-10-19 21:04:42 -04:00
Ben Fry
116921d7a9 Merge branch 'master' of github.com:processing/processing 2013-10-19 16:24:36 -04:00
Ben Fry
1efba6b431 update for JDK 7u45 on OS X, and prevent hard-coding of JDK version in Base 2013-10-19 16:24:03 -04:00
codeanticode
6c1b4ee095 updated to JOGL 2.1.1, fix #2136 2013-10-19 14:15:06 -04:00
codeanticode
9b4060b6e9 removed some commented out code 2013-10-19 14:00:31 -04:00
codeanticode
f33ca59c5f removed shader inner-classes in PGraphicsOpenGL, now everything is in
PShader
2013-10-19 09:29:44 -04:00
codeanticode
0e6dc98dc1 update PShape tessellation when requesting vertex codes 2013-10-18 21:09:38 -04:00
codeanticode
30ce02d0ec reset curveVertexCount when tessellating a polygon PShape 2013-10-18 16:15:32 -04:00
codeanticode
321660f115 fix #2151 2013-10-18 15:45:31 -04:00
codeanticode
bb4da2575e removed some old code 2013-10-18 15:06:47 -04:00
codeanticode
ceb1396b72 using internal stroke arrays in line tessellation too 2013-10-18 14:59:47 -04:00
codeanticode
661f0746db properly separating fill and stroke poly/path tessellation 2013-10-18 14:17:34 -04:00
codeanticode
386a21ab56 some fixes to the path tessellation 2013-10-18 12:08:33 -04:00
codeanticode
31b9f385f5 finished implementing new path tessellation using vertex codes 2013-10-18 11:44:20 -04:00
codeanticode
3231d63fbd fixed handling of breaks 2013-10-17 18:55:24 -04:00
codeanticode
d0411d434d don't use breaks array in addPolygonEdges 2013-10-17 16:37:19 -04:00
codeanticode
47cfe1631f Merge branch 'master' of https://github.com/processing/processing.git 2013-10-17 16:00:57 -04:00
Casey Reas
b908d73aea Merge pull request #2149 from melgior/patch-1
Updated Arduino example code to be Arduino 1.0+ compatible
2013-10-17 10:40:15 -07:00
melgior
e208f2fec8 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:22:10 +02:00
melgior
f5eb74c083 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:20:53 +02:00
melgior
8e47e8b3c5 Updated Arduino example code to be Arduino 1.0+ compatible 2013-10-17 13:17:33 +02:00
codeanticode
7d7bec942f Merge branch 'master' of https://github.com/processing/processing.git 2013-10-16 15:30:13 -04:00
Ben Fry
901a4bf1c1 argh, this println() thing is a mess... 2013-10-16 11:39:09 -04:00
codeanticode
2636366a18 removed unnecessary references to curveVertexCount 2013-10-16 00:16:50 -04:00
codeanticode
92755a2b1a a few more 2013-10-16 00:14:12 -04:00
codeanticode
62f07ec9ce a couple of tweaks 2013-10-16 00:13:51 -04:00
codeanticode
69e875f115 Merge branch 'master' of https://github.com/processing/processing.git 2013-10-16 00:12:54 -04:00
Ben Fry
85e5e72423 more notes 2013-10-16 00:05:22 -04:00
codeanticode
d7e2a65cc0 tessellatePolygon() should be done now 2013-10-15 23:56:48 -04:00
codeanticode
626bc8f70c removed first,last vertex and count from InGeometry, implementing vertex
codes
2013-10-15 23:41:42 -04:00
Ben Fry
6bea584648 cleaning up a bit 2013-10-15 23:17:31 -04:00
Ben Fry
4e9e24bad3 increase a few fonts a bit, antialias on the status 2013-10-15 23:03:36 -04:00
Ben Fry
e9030acc9f better message 2013-10-15 22:53:40 -04:00
Ben Fry
0c8cc53eb8 fix console font, also reset on default font 2013-10-15 22:22:43 -04:00
Ben Fry
42c6a8d071 fix character width issues, also allow run from Eclipse 2013-10-15 19:36:32 -04:00
Ben Fry
acda315d65 move args around in line with the others 2013-10-15 13:00:36 -04:00
Ben Fry
fdc0c3b518 more font and prefs work, cleanups and more 2013-10-14 17:14:29 -04:00
Ben Fry
a45fbc4fd1 more 7u40 retina fixes, removed unused Tool code 2013-10-14 16:34:53 -04:00
Ben Fry
a3c0fb84b1 not using these anymore 2013-10-14 14:12:36 -04:00
Ben Fry
6387479ec8 more error checking/handling for Modes and Tools 2013-10-14 14:10:11 -04:00
Ben Fry
38c968ff68 and... turns out we can't use the status area at that point 2013-10-14 13:46:44 -04:00
Ben Fry
70ce3f6010 add some bulletproofing for tools 2013-10-14 13:26:34 -04:00
Ben Fry
e954e309b2 oops, no need to do that 2013-10-14 12:11:15 -04:00
Ben Fry
e069242cd7 font issues sorted, lots of cleanup, fix retina crustiness 2013-10-14 12:10:56 -04:00
Ben Fry
c47e931d21 but wait, there's more 2013-10-13 23:47:53 -04:00
Ben Fry
f86a05dfb0 wow, there's more. and maybe that was too aggressive. 2013-10-13 23:35:40 -04:00
Ben Fry
42555d4530 clearing up this font mess to debug the plain/bold/family issue 2013-10-13 22:53:16 -04:00
Ben Fry
409bd30ceb trying to get to the bottom of the font trouble 2013-10-13 21:50:39 -04:00
Ben Fry
1c112b6e4d changing font size now working 2013-10-13 18:30:32 -04:00
Ben Fry
009d51d540 better option for setting code font 2013-10-13 17:46:14 -04:00