Commit Graph

7954 Commits

Author SHA1 Message Date
Kyle Feuz 94e01acb7b Fixes Issue #2576 NPE when calling ip() on disconnected clients. 2014-06-10 01:37:46 -07:00
Ben Fry d25c149b49 Merge branch 'master' of github.com:processing/processing 2014-06-08 16:52:47 -04:00
Ben Fry a55dba67a6 use ButtonGroup for Mode menu (#2545) 2014-06-08 16:52:39 -04:00
Ben Fry 044dd7b338 notes on applet changes 2014-06-08 16:52:21 -04:00
Ben Fry eec6b09557 Update README.md 2014-06-08 16:34:44 -04:00
Ben Fry 3512d91200 cleaning up window menu code, notes in the todo 2014-06-08 16:03:54 -04:00
Scott Murray afb51feb99 Added textSize() as related to text() in reference 2014-06-06 14:38:04 -07:00
Ben Fry ea56788db2 Merge pull request #2551 from joelmoniz/openSketchList
Implementation of a list of open sketches in the Sketch menu
2014-06-06 15:40:23 -04:00
Ben Fry 4359a16f0e increase heap size to 256m (-Xmx256) per Manindra request 2014-06-06 12:39:58 -04:00
codeanticode feb7f2328d removed video from the build process 2014-06-05 17:18:49 -04:00
codeanticode 37523cc334 Merge branch 'master' of https://github.com/processing/processing.git 2014-06-05 17:13:14 -04:00
codeanticode 4956ef2d81 delete video library now in processing-video 2014-06-05 17:03:07 -04:00
Ben Fry fcbfdbd8c2 add chaining operations and copy() to PVector (#257) 2014-06-05 13:29:47 -04:00
Ben Fry d50c97d0a3 general notes 2014-06-05 12:39:17 -04:00
Ben Fry f94805087e fail on error with delete, need to fix some errors 2014-06-05 12:39:12 -04:00
Ben Fry 6666d4fe5b switch to 7u60 2014-06-05 12:18:25 -04:00
joelmoniz c82d72653f Open Sketches Sub-Menu implementation complete
Current sketch is now indicated with a check box
2014-05-29 19:28:26 +05:30
joelmoniz 879911fcda Added a submenu; sketch now comes to front.
Consists of 2 commits all squashed up.
2014-05-29 19:28:24 +05:30
joelmoniz 33fcb1c4e4 Open sketches display in Sketch menu
Consists of 3 commits all squashed up. Used Menu Listener in the end over
polling.
2014-05-29 19:27:10 +05:30
Ben Fry 91504f30d5 rolling over for the next release 2014-05-19 21:39:43 -04:00
Ben Fry 10e03fbd69 modify revisions and incorporate additional Python changes processing-0227-2.2.1 processing-0226-2.2.1 2014-05-19 21:04:07 -04:00
Ben Fry cc2b554c91 Merge pull request #2529 from jdf/serial
Permit implementing serialEvent and serialAvailable without having to link to Serial at buildtime.
2014-05-19 21:01:11 -04:00
Jonathan Feinberg bd3fe3514c Permit implementing serialEvet and serialAvailable without having to link to Serial at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-19 20:42:26 -04:00
REAS bf08c9b871 Reference update for 2.2.1 2014-05-19 17:34:06 -07:00
Ben Fry f7cdef19e5 additional video changes for Python Mode 2014-05-19 15:26:37 -04:00
Ben Fry 74311d02c5 Merge pull request #2528 from jdf/movie
Permit implementing movieEvent without having to link to Movie at buildtime.
2014-05-19 15:23:33 -04:00
Jonathan Feinberg dadc744cff Permit implementing movieEvent without having to link to Movie at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-19 15:19:11 -04:00
Ben Fry b7d57049f3 write revisions file 2014-05-19 14:52:27 -04:00
Ben Fry 24c92ee481 add notes about capture change 2014-05-19 14:46:47 -04:00
Ben Fry 1aa089f0ab Merge pull request #2527 from jdf/video2
Permit implementing captureEvent without having to link to Capture at buildtime.
2014-05-19 14:44:50 -04:00
Ben Fry c7852608e5 force .zip extension when archiving a sketch (fixes #2526) 2014-05-19 14:38:57 -04:00
Ben Fry b13afb909c ._ paths on OS X causing trouble again (fix for #2520) 2014-05-19 14:38:23 -04:00
Ben Fry d917440822 prevent recursive call 2014-05-19 14:37:39 -04:00
Ben Fry e42ea0d99a more error handling for startup quirks 2014-05-19 14:31:00 -04:00
Ben Fry d383b94940 bring back function that broke all the tools and modes 2014-05-19 14:30:49 -04:00
Ben Fry 71b5276024 add more error handling 2014-05-19 14:29:50 -04:00
Ben Fry 1ad736bc8a incorporate pull #2271 2014-05-19 14:29:22 -04:00
Jonathan Feinberg 0f908fe3a8 Factor out code that fires the captureEvent. 2014-05-18 23:48:56 -04:00
Jonathan Feinberg 7f243122e1 Fix some more javadoc in Capture.java. 2014-05-18 23:46:25 -04:00
Jonathan Feinberg ad86e3b8bc Permit implementing captureEvent without having to link to Capture at buildtime.
This is useful for Python mode, or any other Java-compatible Processing that doesn't allow reflection on the sketch.
2014-05-18 23:41:20 -04:00
codeanticode 8f4e16638c revert change to avoid blocking seek, as it breaks looping. 2014-05-18 22:46:50 -04:00
Ben Fry 22c96d2eea Merge pull request #2509 from jdf/master
Permit mouse PRESS to set mouseX/mouseY.
2014-05-14 08:33:25 -04:00
Ben Fry 7de2267486 fix for #2514 to use release instead of press to fire chooser 2014-05-14 08:26:22 -04:00
Jonathan Feinberg a659339129 Fix bug preventing first mouse PRESS from setting mouseX/mouseY when sketch window gains focus from the PRESS. 2014-05-13 08:36:23 -04:00
Ben Fry 92f9f1f8b7 starting revision 0227 2014-05-12 20:39:25 -04:00
Ben Fry af3c5be8ab write release notes processing-0226-2.2 2014-05-12 20:14:49 -04:00
Ben Fry 6717c95360 more notes and cleanup 2014-05-12 17:44:25 -04:00
Ben Fry 06413dbe85 unnecessary import removed 2014-05-12 17:38:55 -04:00
Ben Fry f21a192d78 fix code signing, color checking, other misc for export 2014-05-12 17:38:15 -04:00
Ben Fry a61229e144 we'll need this guy too 2014-05-12 11:57:01 -04:00