note Jakub fixes and merges

This commit is contained in:
Ben Fry
2016-04-18 12:16:24 -04:00
parent 5ab85286e3
commit f77a71d862
2 changed files with 12 additions and 3 deletions
+8
View File
@@ -11,6 +11,14 @@ X normalize features and error handling between all of them
_ add push() and pop() methods to mirror js?
jakub
X several JavaFX fixes
X https://github.com/processing/processing/pull/4411
X cursor() and noCursor() not working on FX2D
X https://github.com/processing/processing/issues/4405
X Make sure PImage.parent is set in loadImage()
X https://github.com/processing/processing/pull/4412
andres
X Change convention for directional lights in OpenGL-Binding for GLSL
X https://github.com/processing/processing/issues/4275
+4 -3
View File
@@ -22,14 +22,15 @@ X update JDT to 4.5.2
X https://github.com/processing/processing/pull/4387
X JavaMode cleanup
X https://github.com/processing/processing/pull/4390
X tabs aren't working properly (several bugs?)
X https://github.com/processing/processing/issues/3975
X https://github.com/processing/processing/pull/4410
_ arrow keys aren't working in the examples window
_ createPreprocessor() added to JavaEditor
https://github.com/processing/processing/commit/2ecdc36ac7c680eb36e271d17ad80b657b3ae6a0
_ tabs aren't working properly (several bugs?)
_ https://github.com/processing/processing/issues/3975
_ possible infinite loop on modified externally
_ https://github.com/processing/processing/issues/3965