Commit Graph

13369 Commits

Author SHA1 Message Date
Ben Fry d214112c7e a couple todo notes 2020-01-22 12:16:24 -05:00
Ben Fry 113b3c20b3 Resolve PDF renderer parse issue in preproc. (#68)
Resolve PDF renderer parse issue in preproc.
2020-01-22 07:22:24 -05:00
Sam Pottinger 6fe274f89b Resolve PDF renderer parse issue in preproc.
Resolve moving the PDF renderer information provided in size into settings as part of preproc. Resolves #66.
2020-01-21 17:15:57 -08:00
Ben Fry 3b0ff8f70a whups, wrong todo list 2020-01-20 17:25:08 -05:00
Ben Fry 01cac348b5 Merge branch 'master' of github.com:processing/processing4 2020-01-20 17:23:41 -05:00
Ben Fry a51ec2477b recent updates and bugs 2020-01-20 17:23:20 -05:00
Ben Fry 50f06bf707 Merge pull request #60 from processing/fix_static_pixel_density
Resolve rewrite of pixelDensity to settings.
2020-01-20 14:59:05 -05:00
Ben Fry 624e9074ae deal with deprecation changes in PDF 2020-01-20 14:54:38 -05:00
Ben Fry 1cbdd36ec7 replace MACOSX constant with MACOS 2020-01-20 14:49:05 -05:00
Ben Fry 6979ece6f3 using ShimAWT for selectFolder() and selectOutput() calls 2020-01-20 14:48:45 -05:00
Ben Fry a7f04ce238 move this method near the other menu methods 2020-01-20 14:48:23 -05:00
Ben Fry c30bb6e34f was using the wrong version of core for linking 2020-01-20 14:47:54 -05:00
A Pottinger 17e28256f5 Resolve rewrite of pixelDensity to settings.
Per https://github.com/processing/processing4/issues/58, pixelDensity should run in settings and currently results in failure if used in static context. This will rewrite pixelDensity into the setting section if found in static or settings context. Adds unit tests for both scenarios.
2020-01-20 09:16:11 -08:00
Ben Fry 6964f39f1f more tweaks to the release 2020-01-20 08:59:12 -05:00
Ben Fry 576876f0a0 update notes about changes 2020-01-20 08:57:27 -05:00
Ben Fry 53c1278f0c remove the last usages of AWT in PApplet (fixes #55) 2020-01-20 08:45:10 -05:00
Ben Fry 273bdb4c74 clarify error message for displayDensity() 2020-01-20 07:58:09 -05:00
Ben Fry 04b8a75d50 close the issue associated with getModifiersEx() 2020-01-20 07:54:29 -05:00
Ben Fry 26d04aed77 swap getModifiers() for getModifiersEx() to deal with deprecation (fixes #4) 2020-01-20 07:51:23 -05:00
Ben Fry 4a6cdf5252 remove redundant boxing and casting (#51)
remove redundant boxing and casting
2020-01-20 07:29:44 -05:00
Ben Fry d259373553 moving more things through PImageAWT 2020-01-19 21:40:20 -05:00
Ben Fry e46eceab96 a little scarier: moving java.awt and javax.imageio out of PImage 2020-01-19 21:24:35 -05:00
Ben Fry 753c5996a7 move loadImage() into PSurface 2020-01-19 21:04:15 -05:00
Ben Fry 05f3cb0b2d move link() calls that use Desktop into PSurface 2020-01-19 20:50:04 -05:00
Ben Fry b27d971aca move loadImage() and parts of getDesktopFile() into ShimAWT 2020-01-19 17:51:01 -05:00
Ben Fry 164bba9d6f remove "frame" field from PApplet 2020-01-19 16:32:43 -05:00
Ben Fry 8535a462f0 move runSketch() init code into ShimAWT 2020-01-19 16:28:37 -05:00
Ben Fry d3feb64237 introduce ShimAWT, moving selectInput/OutputFolder to PSurface, being AWT purge 2020-01-19 16:24:16 -05:00
Ben Fry 85d03ccbb2 notes on display fixes, also moving things around a bit 2020-01-19 16:18:18 -05:00
Ben Fry 540287f20f implement better handling of "displays have separate spaces" 2020-01-19 11:18:02 -05:00
Ben Fry f9afef1c7e remove unused code 2020-01-19 10:55:00 -05:00
Ben Fry f1bced8d5f implement displayDensity(int), it's been returning the main display's value 2020-01-19 10:53:49 -05:00
Ben Fry 1f877eaf15 minor edits for IntelliJ complaints 2020-01-19 10:21:13 -05:00
Ben Fry 11846c0a3f move notes to correct todo file 2020-01-19 10:04:18 -05:00
Ben Fry a4d935e713 fix for precision issues with PDF (5801 in 3.x) 2020-01-19 08:53:18 -05:00
Ben Fry 779dd9aa1f add initial --disable-awt option, plus notes about implementation 2020-01-19 08:50:34 -05:00
Ben Fry 365d1661b1 rolling over for the next release 2020-01-18 22:12:35 -05:00
Ben Fry 78414c91b7 add temporary about/splash screens processing-1270-4.0a1 2020-01-18 21:27:13 -05:00
Ben Fry 5d2bc3cbbc formatting fixes and minor edits 2020-01-18 20:53:09 -05:00
Liam James 108f9b6a6b remove redundant boxing and casting 2020-01-19 11:50:54 +10:00
Ben Fry ee35cf2ad4 write revision notes, replace revisions.txt with changes.md 2020-01-18 20:49:53 -05:00
Ben Fry c183c683c8 switching to changes.md instead of revisions.txt 2020-01-18 20:17:36 -05:00
Ben Fry 99d9d503f8 notes about other issues and cleaning up the list 2020-01-18 20:11:48 -05:00
Ben Fry 99ec27762c note about #49 2020-01-18 19:50:03 -05:00
Ben Fry 340febdc6e Replace C/C++ style array declarations with Java style array decl… (#49)
Replace C/C++ style array declarations with Java style array declarations
2020-01-18 19:49:36 -05:00
Ben Fry 47b1ccca07 adding a separate target so that jogl binaries are not killed by accident 2020-01-18 19:45:38 -05:00
Ben Fry ff3fe5918d remove JOGL from the repo, switch it to auto-download 2020-01-18 19:42:39 -05:00
Ben Fry 0447889151 removing jogl from the repo... may need to bring this back 2020-01-18 19:40:33 -05:00
Liam James f80f1ed0e2 Migrate array declaration fixes from #5981 2020-01-19 10:18:08 +10:00
Liam James 2bd5613234 Merge pull request #1 from processing/master
Merge from main repo
2020-01-19 10:11:49 +10:00