@@ -35,11 +35,27 @@ X fix includes Platform cleanup
35
35
X get rid of editor.laf.vaqua preference (use the laf pref)
36
36
X move macOS-specific code out of DefaultPlatform and into MacPlatform
37
37
X 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
38
50
39
51
contribs
40
52
X Updates and fixes for PDE_pt.properties (Portugese translation)
41
53
X https://github.com/processing/processing4/pull/133
42
54
X 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
43
59
44
60
Sam
45
61
X preproc needs spaces in the size command, per our guidelines
@@ -56,6 +72,7 @@ X https://github.com/processing/processing4/pull/152
56
72
X automate notarization in the build process
57
73
X https://github.com/processing/processing4/issues/24
58
74
75
+
59
76
already fixed in 4.x? (confirm/close on release)
60
77
_ HDPI support GNOME desktop
61
78
_ https://github.com/processing/processing/issues/6059
@@ -77,7 +94,6 @@ _ OpenGL available but deprecated on Apple Si
77
94
_ https://developer.apple.com/documentation/xcode/porting_your_macos_apps_to_apple_silicon
78
95
79
96
_ MovieMaker .mov not compatible with QuicktTime Player
80
- _ adding -pix_fmt yuv420p
81
97
_ https://github.com/processing/processing/issues/6110
82
98
83
99
_ getSystemZoom() not available to splash screen
@@ -105,20 +121,10 @@ _ can we get rid of pdexEnabled? does it work w/ java tabs?
105
121
106
122
107
123
discuss with Andres
108
- _ Add language support to modes
109
- _ https://github.com/processing/processing4/pull/14
110
124
_ next video release
111
125
_ 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
122
128
123
129
124
130
would like to fix
0 commit comments