Commit Graph

4504 Commits

Author SHA1 Message Date
Ben Fry d416c47fcc remove unused variables and lines 2020-09-23 13:56:16 -04:00
Ben Fry bf5be36dfb fix vertex type for getShape() in PFont (https://github.com/processing/processing/pull/6092) 2020-09-21 18:35:53 -04:00
Ben Fry 3925fb7f5f Merge pull request #132 from designsystemsinternational/master 2020-09-17 12:26:35 -04:00
Anadroid fc6dccb6f0 Added <h3>Advanced</h3> in the comments where it was missing 2020-09-16 14:30:44 +02:00
Ben Fry b4b503111c rolling over for the next release 2020-09-15 21:33:39 -04:00
Ben Fry 9f07d5f897 add clarification for bg color issue 2020-09-15 17:30:22 -04:00
Ben Fry 89be9d8c08 pixelDensity() issue was due to alpha 1 issues 2020-09-15 17:18:16 -04:00
Ben Fry bc4a51e666 release notes and jogl src updates 2020-09-15 16:36:56 -04:00
Ben Fry b004ca5ce4 notes about changes due to workaround for #124 2020-09-15 16:27:40 -04:00
Ben Fry 5c85264b09 implement a terrible hack for #104 so we can ship 2020-09-15 16:18:58 -04:00
Anadroid 51d2de2dd0 Fixed indentation, and removed unnecessary templates from the doclet 2020-09-15 14:57:37 +02:00
Ben Fry c5dcfd2edc readability tweaks 2020-09-15 07:38:54 -04:00
Anadroid 296f94d956 Updated comments for PShader.java 2020-09-15 10:36:57 +02:00
Anadroid 8a7c9571fa Updated descriptions in comments for processing core and libraries 2020-09-15 10:17:15 +02:00
Ben Fry 2453814297 misc notes 2020-09-14 22:04:23 -04:00
Anadroid f767f61c4f Clean up and switch to java 11 2020-09-11 13:27:21 +02:00
Anadroid db91449e33 Changed comments for all the web references in core 2020-09-10 13:51:11 +02:00
Anadroid 2e8a2b7ffd Added doclet and changed comments in PApplet.java 2020-09-09 17:31:33 +02:00
Ben Fry 741b19de25 add wiki page 2020-08-16 09:34:55 -04:00
Ben Fry b8de4b85a8 reworking saveImpl() and how AWT code is invoked for images (resolves #80) 2020-08-16 09:34:02 -04:00
Ben Fry 50d14477ba recent updates, merges, and notes 2020-08-15 11:09:38 -04:00
Ben Fry 12205d4736 notes from late April 2020-08-15 08:42:28 -04:00
Ben Fry cc39c94d1d fix for #50, alternate solution but based on #75 2020-04-27 14:34:57 -04:00
Ben Fry 7962204af8 remove some warnings 2020-04-25 16:48:49 -04:00
Ben Fry c95dc9e503 update JOGL version 2020-04-25 14:46:40 -04:00
Ben Fry 5bd8a8fb6f clean up several intellij complaints 2020-04-20 07:07:54 -04:00
Ben Fry a19701ff02 need more callbacks 2020-04-20 07:06:40 -04:00
Ben Fry 7ca5a1b209 new Eclipse rewriting settings files 2020-03-31 13:49:25 -04:00
Ben Fry 3b0ff8f70a whups, wrong todo list 2020-01-20 17:25:08 -05:00
Ben Fry a51ec2477b recent updates and bugs 2020-01-20 17:23:20 -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