modify revisions and incorporate additional Python changes

This commit is contained in:
Ben Fry
2014-05-19 21:04:07 -04:00
parent cc2b554c91
commit 10e03fbd69
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -25,9 +25,10 @@ PDE X and other Modes and Tools.
+ Make "Archive Sketch" Tool force a .zip file extension
https://github.com/processing/processing/issues/2526
+ Modifications for capture and movie events with Python Mode
+ Event handling modifications in video and serial libraries w/ Python Mode
https://github.com/processing/processing/pull/2527
https://github.com/processing/processing/pull/2528
https://github.com/processing/processing/pull/2529
+ Permit mouse PRESS to set mouseX/mouseY
https://github.com/processing/processing/pull/2509
+3
View File
@@ -20,6 +20,9 @@ J modifications for captureEvent and Python
J https://github.com/processing/processing/pull/2527
J Permit implementing movieEvent without having to link to Movie at build time
J https://github.com/processing/processing/pull/2528
J implement serial events without having to link to Serial at build time
J https://github.com/processing/processing/pull/2529
medium
_ possible to open a sketch multiple times