Commit Graph

6255 Commits

Author SHA1 Message Date
benfry cee450ecd1 error/debug messages from Android not showing up (issue #1440) 2012-12-05 00:43:20 +00:00
benfry 84169c2ac8 prevent ant from clobbering UTF-8 files 2012-12-05 00:42:09 +00:00
fjenett 09f6b1e339 Cleanups to JavaScript mode. Reference now opens Java reference, import libraries works as in Java mode 2012-12-02 17:02:09 +00:00
benfry 37b58e8ec5 fix double error report about textMode(SCREEN) 2012-12-02 14:02:30 +00:00
benfry f2ed3bd63e disable Quartz rendering on OS X to fix compositing problem 2012-12-02 13:22:24 +00:00
benfry 6b53054d01 fix com.sun classes (issue #1424) and background() with blendMode() 2012-12-01 21:40:21 +00:00
benfry b46cd4ac3f fix 32/64-bit setting on OS X (issue #1426) 2012-12-01 21:05:17 +00:00
codeanticode f49e889773 using processing Y-axis orientation for ortho() and frustum(), centering ortho() at top left corner. 2012-11-30 02:41:23 +00:00
codeanticode 525b16a6a2 added shift in ortho() so the default 2D projection is ortho(0, width, height, 0,...), as with glOrtho() 2012-11-30 02:05:41 +00:00
codeanticode 0095867c1c Fixes axis-orientation inconsistency in ortho() and fustrum() (issue #1240) 2012-11-30 01:34:26 +00:00
Casey Reas a271f86d6d New colors for text editor 2012-11-29 19:06:05 +00:00
benfry 0feb505d68 set quality level higher when exporting JPEG images (issue #58) 2012-11-29 12:40:02 +00:00
benfry 244fdf7368 add FUNCTION1 and FUNCTION2 for better keyword coloring 2012-11-29 00:27:46 +00:00
codeanticode cc769761d3 don't attempt to tessellate edges if edge count == 0. Solves issue #1421 2012-11-29 00:16:12 +00:00
codeanticode 57fd80e10e changed order of vertices in quad tessellation to make it same as in 1.x ( issue #1420) 2012-11-28 23:40:28 +00:00
codeanticode 1850b895ca drawPixels() is finally working 2012-11-28 22:19:31 +00:00
codeanticode 0626c1348f fixing drawPixels implementation... 2012-11-28 21:42:22 +00:00
codeanticode 693772dc51 use targetX/Y instead of sourceX/Y in PImage.setImpl() 2012-11-28 21:01:29 +00:00
Casey Reas 9b09b4ceca Adjustments for keywords 2012-11-28 17:35:59 +00:00
benfry 3dfe92a5fe change output of cmd line to be utf8 (issue #1418) 2012-11-28 16:35:15 +00:00
codeanticode 28f77600f4 query depth/stencil bits from chosen caps instead of gl 2012-11-27 19:52:11 +00:00
codeanticode 8de3724551 Some additional safeguards for thread misbehavior. Also, pixels array is not recreated in beginDraw() 2012-11-27 19:29:31 +00:00
codeanticode af4c44a037 drawPixels() draws the texture updated with the pixel data in all appropriate cases 2012-11-27 16:06:35 +00:00
benfry b003dce5f6 changing to use KEYWORD2 for a couple things that have parens 2012-11-27 15:49:46 +00:00
benfry ab1185344e more todo items and fixes 2012-11-27 13:00:13 +00:00
benfry 2a12524012 check no longer necessary b/c of multiple lookups 2012-11-27 12:53:45 +00:00
benfry 0bee1561cf fix keyword coloring for Casey 2012-11-27 12:49:45 +00:00
codeanticode 97dd0b0f1b Correct logic of begin/end contours in PShape. Fixes issue #1417 2012-11-27 02:40:02 +00:00
benfry f735a976d6 fix mousePressed/mousePressed() syntax coloring (issue #41) 2012-11-27 00:42:09 +00:00
codeanticode c2d84d77ef Fixed an index error in FontTexture (issue #1308) 2012-11-26 23:02:37 +00:00
benfry 7101bc1eb2 notes, remove duplicates, add bugs fixed by andres 2012-11-26 20:46:30 +00:00
codeanticode e7d92f4a6d use float arguments in set() call in GlossyFishEye example 2012-11-26 20:02:55 +00:00
codeanticode 323ce0a1d6 temporary workaround for regression in JOGL 2012-11-26 19:52:46 +00:00
codeanticode e26f6b599b Updated to Nov-25 JOGL autobuilds, re-enabled stencil buffer 2012-11-26 16:22:40 +00:00
codeanticode 1b06b665d2 Put warning messages in PGraphicOpenGL inside static string fields 2012-11-26 15:36:36 +00:00
Casey Reas 22c2e35dbd keywords.txt file for 215 2012-11-26 05:56:51 +00:00
Casey Reas bca71f2d43 new reference.zip for release 2.0b7, 215 2012-11-26 04:49:29 +00:00
Casey Reas 3f8db1d92a Reference changes toward 2.0 2012-11-26 04:41:48 +00:00
codeanticode 07da13a9c0 done with the PGL cleanup 2012-11-26 03:09:16 +00:00
benfry 96fd6157c0 preparing revisions.txt in advance of release 2012-11-26 00:52:40 +00:00
benfry a6a97bfc49 disable experimental/java2/debug mode for release 2012-11-26 00:52:18 +00:00
codeanticode 7caa32cad5 properly restores framebuffer configuration after blitting ( issue 1301 ) 2012-11-26 00:15:04 +00:00
benfry 6c7e89c8e9 get/set and todo notes 2012-11-26 00:11:18 +00:00
benfry 7f00c10dbc change implementation of set() and get() on Android (issue 925) 2012-11-25 20:57:37 +00:00
benfry 175edf4158 debugging new get/set setup 2012-11-25 20:42:11 +00:00
codeanticode b110bae80a better resize handling 2012-11-25 20:26:27 +00:00
benfry ae89182d88 re-implement get/set handling (issue 925) 2012-11-25 19:45:21 +00:00
benfry f373e9db46 deal with potential race condition on sketch resize (issue 697) 2012-11-25 18:49:41 +00:00
benfry 8b771c0d98 cleaning up stop/dispose events 2012-11-25 17:41:33 +00:00
benfry 03b5baa8b7 rewrite image resizing for better quality (issue 332) 2012-11-25 16:38:40 +00:00