Commit Graph

1958 Commits

Author SHA1 Message Date
benfry
4c58d39b79 clear() method auto-added to PApplet 2012-12-08 12:48:40 +00:00
benfry
f9f909a07e add clear() to replace background(0, 0, 0, 0) 2012-12-08 03:06:09 +00:00
benfry
456b6b01b5 looking into Windows 8 MovieMaker issue 2012-12-08 02:33:52 +00:00
benfry
a964809796 starting the next release 2012-12-07 23:17:38 +00:00
codeanticode
b7e34bbf6e removed andres todo list 2012-12-07 19:46:49 +00:00
benfry
6c472fae2d finalizing 2.0b7 2012-12-07 18:39:35 +00:00
Casey Reas
e08b7e7804 Mods for v215 reference 2012-12-07 03:11:23 +00:00
benfry
07ea461c13 change heading2D() to heading() 2012-12-06 22:01:27 +00:00
benfry
8a1bbecefd change hint to DISABLE_OPTIMIZED_STROKE (issue #1302) 2012-12-06 17:48:26 +00:00
codeanticode
a396c86d73 minor name changes to make it same as PGL on Android 2012-12-05 23:09:05 +00:00
benfry
ddc8435589 todo items for recent changes 2012-12-05 00:56:54 +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
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
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
ab1185344e more todo items and fixes 2012-11-27 13:00:13 +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
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
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
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
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
03b5baa8b7 rewrite image resizing for better quality (issue 332) 2012-11-25 16:38:40 +00:00
benfry
146c462ac4 wrapping up for the evening 2012-11-25 03:10:48 +00:00
benfry
716587295a cleaning up todo list and bugs db 2012-11-25 02:54:35 +00:00