Ben Fry
|
361268e768
|
disabling windowScaleFactor makes everything behave
|
2023-02-18 14:46:40 -05:00 |
|
Ben Fry
|
bd0d880f33
|
build fenster with mingw64 instead of msys b/c of DLL headache (fixes #514)
|
2023-02-18 15:38:03 +00:00 |
|
Ben Fry
|
e3c53c8779
|
screen scale is a float, not an int (working on #514)
|
2023-02-18 09:26:58 -05:00 |
|
Ben Fry
|
b61e86dea1
|
fix download url (though unlikely ever seen)
|
2023-02-18 09:24:49 -05:00 |
|
Ben Fry
|
8075e6fdb4
|
fix the messages during Export to Application
|
2023-02-18 08:11:55 -05:00 |
|
Ben Fry
|
3185ebae15
|
make note of launch4j bug
|
2023-02-18 08:01:15 -05:00 |
|
Ben Fry
|
efa0be888b
|
maybe not gonna fall back for processing.exe
|
2023-02-18 07:46:21 -05:00 |
|
Ben Fry
|
ecefb96a49
|
fixing JDK lookup for Windows (resolves #667)
|
2023-02-18 07:43:11 -05:00 |
|
Ben Fry
|
93fe201ee9
|
looking into exported apps not finding Java on Windows (#667)
|
2023-02-18 07:11:29 -05:00 |
|
Ben Fry
|
a81e84cf24
|
notes about #659 and #515
|
2023-02-18 06:40:13 -05:00 |
|
Ben Fry
|
6b624152a1
|
Merge pull request #659 from bsapozhnikov/main
Support chained decimals during SVG Parsing
|
2023-02-18 06:38:50 -05:00 |
|
Ben Fry
|
f07d428607
|
notes about the icon fixes
|
2023-02-17 21:24:16 -05:00 |
|
Ben Fry
|
b0969a8467
|
oops, pdex and pdez mixed up
|
2023-02-17 21:10:43 -05:00 |
|
Ben Fry
|
e28080d2eb
|
copy ico files during build
|
2023-02-17 21:07:29 -05:00 |
|
Ben Fry
|
78ff3db66c
|
remove Optional for display scaling; implement reg keys for icons
|
2023-02-17 21:04:30 -05:00 |
|
Ben Fry
|
423437ff41
|
break out pyde with new name to reflect Windows change
|
2023-02-17 21:04:05 -05:00 |
|
Ben Fry
|
63cd51a331
|
multiple icons not allowed in launch4j
|
2023-02-17 21:03:49 -05:00 |
|
Ben Fry
|
adc78610ce
|
add ico files for Windows documents
|
2023-02-17 19:16:26 -05:00 |
|
Ben Fry
|
8f7754751b
|
notes, plus the resolution of #666
|
2023-02-17 06:30:41 -05:00 |
|
Ben Fry
|
5c317e7308
|
alternative fix for #666
|
2023-02-16 18:58:27 -05:00 |
|
Ben Fry
|
a933bb2f45
|
handle files that do not exist
|
2023-02-16 07:52:18 -05:00 |
|
Ben Fry
|
57ee4c6832
|
finishing up protocol handler for Windows
|
2023-02-16 07:48:27 -05:00 |
|
Ben Fry
|
f14389a462
|
refactor b/c uri handlers not supported on Windows or Linux
|
2023-02-16 07:41:08 -05:00 |
|
Ben Fry
|
cf1ac054c8
|
implementation of pde:// URL scheme for Windows
|
2023-02-16 07:31:38 -05:00 |
|
Ben Fry
|
940fa5410f
|
start work on protocol handler; first on macOS
|
2023-02-15 22:33:34 -05:00 |
|
Ben Fry
|
0f53309da7
|
method for opening url streams
|
2023-02-15 22:33:12 -05:00 |
|
Ben Fry
|
9fed8a291b
|
more for #666
|
2023-02-14 21:03:04 -05:00 |
|
Ben Fry
|
b01487453d
|
attempt to make the folder writable for temp (possible fix for #666)
|
2023-02-14 20:56:27 -05:00 |
|
Ben Fry
|
ff2face09f
|
minor rearrangement
|
2023-02-14 20:55:21 -05:00 |
|
Ben Fry
|
941b5c1d66
|
updates to include activateIgnoringOtherApps() for Python Mode
|
2023-02-14 20:09:10 -05:00 |
|
Ben Fry
|
12036efa07
|
switch to Java 17
|
2023-02-14 20:08:28 -05:00 |
|
Ben Fry
|
cb17589f7a
|
Python Mode support: add activateIgnoringOtherApps() to ThinkDifferent
|
2023-02-14 20:03:29 -05:00 |
|
Ben Fry
|
0b83cad90f
|
hoisting some code from Java Mode for use with Jython (also fixes #601)
|
2023-02-14 18:40:19 -05:00 |
|
Ben Fry
|
750d3f3487
|
moving the ExportDialog class into app so it can be used by Jython
|
2023-02-14 18:12:10 -05:00 |
|
Ben Fry
|
637ae6a6b4
|
more links about signing on Windows
|
2023-02-14 18:09:12 -05:00 |
|
Ben Fry
|
b53a17c965
|
minor re-org while looking at Jython integration
|
2023-02-14 13:59:13 -05:00 |
|
Ben Fry
|
90adfbd546
|
rolling over for the next release
|
2023-02-10 06:18:01 -05:00 |
|
Ben Fry
|
5a62485b36
|
writing release notes
processing-1291-4.1.3
|
2023-02-09 21:35:06 -05:00 |
|
Ben Fry
|
be17e94f8c
|
remove the Restart menu used during debugging
|
2023-02-09 21:27:49 -05:00 |
|
Ben Fry
|
2394a54e18
|
wrapping up the release, merge in a few edits
|
2023-02-09 21:25:18 -05:00 |
|
Ben Fry
|
bd111bb25b
|
Merge pull request #655 from Arya-Gupta/main
Improved documentation for lerpColor() function
|
2023-02-09 21:24:06 -05:00 |
|
Ben Fry
|
9bf5c61646
|
Merge pull request #661 from montardon/main
Fix typos in French translation
|
2023-02-09 21:13:08 -05:00 |
|
Ben Fry
|
a8401d14ab
|
fix handleSaveAs() inversion
|
2023-02-09 18:26:56 -05:00 |
|
Ben Fry
|
aa58ae8b14
|
Merge branch 'main' of github.com:processing/processing4
|
2023-02-09 16:23:44 -05:00 |
|
Ben Fry
|
aa4961fdc6
|
update to JDK 17.0.6+10
|
2023-02-09 16:23:40 -05:00 |
|
Ben Fry
|
baebaff396
|
note about what this is expecting
|
2023-02-09 16:21:41 -05:00 |
|
Ben Fry
|
813071cffc
|
clean a couple warnings
|
2023-02-08 20:14:43 -05:00 |
|
Arya Gupta
|
4e573bbcc5
|
Merge branch 'processing:main' into main
|
2023-02-07 01:29:11 +05:30 |
|
raguenets
|
7293970bb0
|
Fix typos in French translation
|
2023-02-02 00:17:29 +01:00 |
|
Ben Fry
|
405ec94298
|
Merge pull request #556 from sashashura/patch-1
GitHub Workflows security hardening
|
2023-01-31 07:20:51 -05:00 |
|