@@ -35,11 +35,27 @@ X fix includes Platform cleanup
3535X get rid of editor.laf.vaqua preference (use the laf pref)
3636X move macOS-specific code out of DefaultPlatform and into MacPlatform
3737X update the splash screen to say 2021
38+ X video totally broken on macOS
39+ X https://github.com/processing/processing-video/issues/134
40+ X how to fix:
41+ X https://github.com/processing/processing-video/issues/134#issuecomment-617301980
42+ X beta 4 works better, but only if replacing just the library folder
43+ X https://github.com/processing/processing-video/releases
44+ X https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
45+ X could make a script to do this process, but:
46+ X 1) weird to replace 'library' not the rest
47+ X 2) why the quarrantine hacks? will downloading a stream work?
48+ X still a little glitchy/slow to start
49+ X need to update to version 2.x of the video library
3850
3951contribs
4052X Updates and fixes for PDE_pt.properties (Portugese translation)
4153X https://github.com/processing/processing4/pull/133
4254X https://github.com/processing/processing4/pull/134
55+ X Small change in Portuguese translation
56+ X https://github.com/processing/processing4/pull/147
57+ X correct alphabetical order for language list
58+ X https://github.com/processing/processing4/pull/146
4359
4460Sam
4561X preproc needs spaces in the size command, per our guidelines
@@ -56,6 +72,7 @@ X https://github.com/processing/processing4/pull/152
5672X automate notarization in the build process
5773X https://github.com/processing/processing4/issues/24
5874
75+
5976already fixed in 4.x? (confirm/close on release)
6077_ HDPI support GNOME desktop
6178_ https://github.com/processing/processing/issues/6059
@@ -77,7 +94,6 @@ _ OpenGL available but deprecated on Apple Si
7794_ https://developer.apple.com/documentation/xcode/porting_your_macos_apps_to_apple_silicon
7895
7996_ MovieMaker .mov not compatible with QuicktTime Player
80- _ adding -pix_fmt yuv420p
8197_ https://github.com/processing/processing/issues/6110
8298
8399_ getSystemZoom() not available to splash screen
@@ -105,20 +121,10 @@ _ can we get rid of pdexEnabled? does it work w/ java tabs?
105121
106122
107123discuss with Andres
108- _ Add language support to modes
109- _ https://github.com/processing/processing4/pull/14
110124_ next video release
111125_ https://github.com/processing/processing-video/milestone/1
112- _ video totally broken on macOS
113- _ https://github.com/processing/processing-video/issues/134
114- _ how to fix:
115- _ https://github.com/processing/processing-video/issues/134#issuecomment-617301980
116- _ beta 4 works better, but only if replacing just the library folder
117- _ https://github.com/processing/processing-video/releases
118- _ https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
119- _ could make a script to do this process, but:
120- _ 1) weird to replace 'library' not the rest
121- _ 2) why the quarrantine hacks? will downloading a stream work?
126+ _ Add language support to modes
127+ _ https://github.com/processing/processing4/pull/14
122128
123129
124130would like to fix
0 commit comments