Commit Graph

1042 Commits

Author SHA1 Message Date
benfry
61c58d9ec4 renaming and starting to make the mess 2012-12-10 23:40:29 +00:00
benfry
edab71ce46 uh-oh 2012-12-10 23:12:13 +00:00
codeanticode
4c4fd98425 sync with java mode 2012-12-10 22:07:37 +00:00
alignedleft
4c49e6e097 Added @see related links to all PShape fields and methods 2012-12-09 23:15:12 +00:00
Casey Reas
cf68f4ed28 New code colors for testing 2b8 2012-12-09 21:49:22 +00:00
codeanticode
a26e64c515 completed transition to direct buffers 2012-12-09 21:04:29 +00:00
benfry
982db8e89d closing up Table work, moving functions a bit, hide unapproved 2012-12-09 21:02:53 +00:00
benfry
0949ce213f major work on Table to finalize API 2012-12-09 20:51:52 +00:00
benfry
e237a67ac1 working on new Table class setup 2012-12-09 18:59:02 +00:00
codeanticode
144eaa14cb continue working with direct buffers 2012-12-09 17:59:38 +00:00
codeanticode
3a165aa27d More direct buffer changes 2012-12-09 17:23:30 +00:00
codeanticode
412397b845 Moving to direct buffers in GL renderer 2012-12-09 16:34:42 +00:00
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
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
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
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
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
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
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
codeanticode
7caa32cad5 properly restores framebuffer configuration after blitting ( issue 1301 ) 2012-11-26 00:15:04 +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
716587295a cleaning up todo list and bugs db 2012-11-25 02:54:35 +00:00
benfry
c08be82528 fix for PMatrix3D.mult() when vectors are identical (issue 921) 2012-11-25 01:26:56 +00:00