add notes about the recent merges

This commit is contained in:
Ben Fry
2017-04-21 16:59:55 -04:00
parent fa836591b0
commit 6f076b84cf
2 changed files with 19 additions and 1 deletions
+8 -1
View File
@@ -13,6 +13,10 @@ X wasn't handling gzip output properly
X also could have problems w/ names under length 3
jakub
X major work on window placement and pixel density
X https://github.com/processing/processing/pull/5011
gohai
X Fix MeshTweening vertex shader
X https://github.com/processing/processing-docs/issues/523
@@ -26,6 +30,10 @@ X because of INCOMPLETE_MULTISAMPLE
X https://github.com/processing/processing/pull/4921
X Report more error conditions in validateFramebuffer
X https://github.com/processing/processing/pull/4920
X Add more Raspberry Pi related fixes to JOGL
X https://github.com/processing/processing/pull/4911
X Unblock hardware-accelerated P3D on ARM Mali devices
X https://github.com/processing/processing/pull/5014
high
@@ -36,7 +44,6 @@ _ https://github.com/processing/processing/issues/4894
_ Sketches on Linux don't take UI scaling into account
_ https://github.com/processing/processing/issues/4895
_ TRIANGLE_STRIP not working correctly with createShape() and default renderer
_ https://github.com/processing/processing/issues/4678
+11
View File
@@ -11,6 +11,10 @@ _ already reported?
_ swap font smoothing for tab size?
_ implement simple table for prefs?
_ fix the JRE downloader
_ https://gist.github.com/P7h/9741922
_ http://stackoverflow.com/q/10268583
jakub
X Fix preprocessing of code with double backslash in string or char literal
X https://github.com/processing/processing/issues/4903
@@ -27,6 +31,13 @@ X https://github.com/processing/processing/pull/4999
X Synchronize input event processing
X https://github.com/processing/processing/pull/4998
gohai
X Add support for 64-bit ARM boards
X https://github.com/processing/processing/pull/5002
X Hardware I/O updates for ARM
X https://github.com/processing/processing/pull/4931
contrib
_ redo console handling to not use Timer, fixing freeze-up problems
_ https://github.com/processing/processing/pull/4935