Commit Graph

6229 Commits

Author SHA1 Message Date
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
benfry 3fa5115902 improve OS X key bindings (issue 1354) 2012-11-25 12:50:35 +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
benfry 90b2c7838d modify Copy as HTML to actually write HTML to clipboard (issue 1065) 2012-11-25 02:03:14 +00:00
benfry c08be82528 fix for PMatrix3D.mult() when vectors are identical (issue 921) 2012-11-25 01:26:56 +00:00
benfry c06ba067b5 beginShape(QUAD) not working with Java2D (issue 1365) 2012-11-25 01:07:43 +00:00
codeanticode ffa643d2f4 put back pixel restore 2012-11-25 01:06:22 +00:00
benfry b7ab26c830 add XML.getLong() (issue 1378) 2012-11-25 00:54:44 +00:00
benfry 39e169cae1 fix closepath relative problem in SVG (issue 1058) 2012-11-25 00:45:13 +00:00
benfry a04cc2d4d2 fix contrib maanger problems with empty list 2012-11-25 00:19:47 +00:00
codeanticode 139d44c4b4 reworked the pixels operations 2012-11-24 22:46:45 +00:00
benfry bb692b77bc notes and disable electric scroll (issue 1055) 2012-11-24 21:22:09 +00:00
benfry 772597e99b add ip() method to Server (issue 1228) 2012-11-24 18:43:41 +00:00
benfry 728a45dae5 apply patch for clientEvent() (issue 189) 2012-11-24 18:43:10 +00:00
codeanticode 8d97301dcb more surface-handling cleanup 2012-11-24 18:29:48 +00:00
benfry bfef0d6bc8 add command line args to exported sketch on Linux (issue #1359) 2012-11-24 18:28:48 +00:00
benfry c88cf2c1be fix error line numbers to be 1-indexed instead of 0-indexed 2012-11-24 18:23:14 +00:00
benfry 827c6d0346 removing imports, adding notes about it 2012-11-24 18:15:42 +00:00
benfry e5d7bddd9b remove additional imports, use a stricter list 2012-11-24 18:15:12 +00:00
benfry 8ca080d488 move debugging location and fix method names 2012-11-24 18:14:48 +00:00
codeanticode 7fd9ca848e some cleanup 2012-11-24 17:16:28 +00:00
codeanticode 844807bb05 don't draw the back texture onto the front texture when background is used 2012-11-24 17:12:13 +00:00
codeanticode 850e9778d1 getting front buffer to work in offscreen surfaces 2012-11-24 17:00:44 +00:00
benfry 9604a2bdb6 cleaning the bugs db and issue list 2012-11-24 16:53:33 +00:00
benfry aeea44bf6a copy res folder if present in Android sketches 2012-11-24 15:53:27 +00:00
benfry b94c381780 cleaning todo list, add note to TouchEvent class 2012-11-24 15:37:25 +00:00