File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
1292 (4.2)
2
+ X has been resized from 100?100 to 116?100 by the window manager
3
+ X fullScreen(P2D) from an executable does not work properly
4
+ X partially fixed, but now need to sort out hidpi issues
5
+ X https://github.com/processing/processing4/issues/514
6
+ X Table.getString() raises stackOverflowError on double value encounter
7
+ X https://github.com/processing/processing4/issues/671
2
8
3
9
contribs
4
10
X Support chained decimals during SVG Parsing
5
11
X https://github.com/processing/processing4/pull/659
6
12
X https://github.com/processing/processing4/issues/515
7
13
8
- _ has been resized from 100?100 to 116?100 by the window manager
9
14
10
- _ fullScreen(P2D) from an executable does not work properly
11
- _ partially fixed, but now need to sort out hidpi issues
12
- _ https://github.com/processing/processing4/issues/514
15
+ JNA version of getting resolution https://stackoverflow.com/a/32588375
16
+ https://stackoverflow.com/a/32588375
17
+
13
18
14
19
_ args passed to main() aren't working
15
20
_ (there was a bug report for this already?)
Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ X after exporting application, open the sketch folder
33
33
34
34
_ change the welcome screen to be wide instead of vertical
35
35
36
- _ fullScreen(P2D) from an executable does not work properly
37
- _ https://github.com/processing/processing4/issues/514
38
-
39
36
_ exporting application while still running on Windows
40
37
_ just says "Error during export" rather than something more useful about deleting dir
41
38
You can’t perform that action at this time.
0 commit comments