Commit Graph

6218 Commits

Author SHA1 Message Date
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
benfry 891bf6895a bring back mouseEvent on Android 2012-11-24 15:21:45 +00:00
codeanticode 60ad38c811 added new arc modes to P2D/P2D, closes issue #1406 2012-11-24 02:07:57 +00:00
codeanticode 2021cd7338 removed obsolete hints 2012-11-23 22:09:32 +00:00
codeanticode d58d71f969 start clean-up of surface handling (onscreen and offscreen) 2012-11-23 21:14:54 +00:00
benfry 6876c9a5d4 remove motionX/Y/etc... not the right direction 2012-11-23 19:33:34 +00:00
benfry 50df5e17b4 trying to look into update check quirk 2012-11-23 18:56:00 +00:00
benfry 9e85ecaff4 fix right-click for OS X 2012-11-23 18:41:06 +00:00
benfry 03ec075933 major work to clean up event handling 2012-11-23 17:38:41 +00:00
benfry 7d7bc911a5 partial arc implementation for Android (issue 711) 2012-11-23 17:38:27 +00:00
Casey Reas c945c2f30f Reference update for hint() via Andres 2012-11-23 17:20:39 +00:00
codeanticode 49f99c5022 don't need to call removeListeners() in NEWT 2012-11-22 14:45:16 +00:00