Commit Graph

3077 Commits

Author SHA1 Message Date
codeanticode 69d14ab6d7 added needSharedObjectSync function to PJOGL 2021-12-05 11:30:11 -05:00
Ben Fry 4bb9648f58 workaround for vertices being wiped out during tessellation 2021-12-03 15:21:08 -05:00
Ben Fry a66f52b105 minor formatting changes per processing spec 2021-11-23 13:00:11 -05:00
Ben Fry a0075790c5 reorganizing method order 2021-11-23 12:34:11 -05:00
Ben Fry cb4abffef5 fix indent 2021-11-23 12:34:01 -05:00
Ben Fry ba63dc2f8c make DrawListener public, other minor cleanup 2021-11-23 07:27:21 -05:00
Ben Fry 284333b5e0 simplify initListeners() 2021-11-23 06:46:08 -05:00
Ben Fry bdc58b7e8b cleaning and documenting 2021-11-23 06:45:23 -05:00
Ben Fry 2735049911 remove a lot of no longer relevant commented-out bits 2021-11-22 21:43:19 -05:00
Ben Fry 64339baece make getCurrentPixelScale() protected, clarify prev frame count 2021-11-22 21:43:00 -05:00
Ben Fry 82247582a4 a little cleanup, some notes 2021-11-22 21:24:13 -05:00
Ben Fry a4d3a3aa7d cleanups and clarifications 2021-11-22 19:53:50 -05:00
Ben Fry 17dd8b82c8 clean up a few warnings/renaming a bit 2021-11-22 18:24:50 -05:00
Ben Fry 54fabdc7a8 clean up from a few warnings 2021-11-22 18:13:04 -05:00
Ben Fry a7a41ed50f vertices array sometimes shorter, though this is hiding issue elsewhere 2021-11-22 10:57:28 -05:00
Ben Fry 82fcf95215 clarification about behavior of parseInt() 2021-11-15 08:27:23 -05:00
Ben Fry c2dc9f8137 fix minor bug in handling of extensions and directories 2021-10-28 15:16:42 -04:00
Ben Fry 6be2ad128b trying to track down #278, but still no luck 2021-10-10 13:16:01 -04:00
Ben Fry 77556a3865 avoid two warnings 2021-10-04 18:24:54 -04:00
Ben Fry 3257dae5d0 decoding buttons using SwingUtilities (fix for #281) 2021-10-04 18:22:55 -04:00
Ben Fry 579f0b999c using more lambdas and cleaning up warnings 2021-09-30 19:47:35 -04:00
Ben Fry 8b0a44f4f5 fix QUADRATIC_VERTEX typo in PShape and other cleanups 2021-08-13 21:13:33 -04:00
Ben Fry cae2fe9cbf Merge pull request #172 from yblake/master 2021-08-13 09:26:46 -07:00
Casey Reas d25f796b6e remove XML.setLong() from the web reference 2021-08-09 20:18:18 -07:00
Casey Reas 36611af8d0 Add keys() to the Dictionary data classes 2021-08-09 19:30:45 -07:00
Casey Reas 49ad136b88 Add displayWidth and displayHeight back to the reference 2021-08-09 19:23:42 -07:00
cathiecode e442c07431 fix PShapeOpenGL#transform() (fixes #217) 2021-07-14 23:47:55 +09:00
Ben Fry 38496188a8 fix unregisterMethod() (fixes #223) 2021-07-09 15:53:22 -04:00
Ben Fry 84aa712263 add clarification to what the code does 2021-07-09 15:17:48 -04:00
Rune Madsen 080db98d3d Merge branch 'master' into doclet-changes 2021-07-06 11:13:40 +02:00
Ben Fry 0123d5a96b ignore static final warnings out of concern for method signature change 2021-07-05 08:36:12 -04:00
Anadroid 6f3d3d1e35 Fixes mask categories 2021-07-05 14:11:48 +02:00
Ben Fry 2be175b0a7 clean up warnings, typos, unused code 2021-07-05 07:45:25 -04:00
Anadroid 17930298c5 Changed subcategory names 2021-07-05 13:23:38 +02:00
Ben Fry c35d0f0f11 handle a couple warnings, clear out already-removed weird casts 2021-07-05 07:20:04 -04:00
Ben Fry 9b3753dce9 clearing out some dead code, handle a couple warnings 2021-07-05 07:12:33 -04:00
Ben Fry eacaf696d4 check on how modifiers are used in FX and GL, should be all set 2021-07-05 07:02:23 -04:00
Ben Fry b76846b3a1 fix mouseButton not being set on release and click (fixes #181) 2021-07-03 20:28:24 -04:00
Ben Fry 06df734a94 handle a couple warnings 2021-07-03 14:15:45 -04:00
Ben Fry 26f01a539f a note about license, and testing "extends PSketch" 2021-06-23 08:29:55 -04:00
Ben Fry f685a1b908 clean up/clarify message about missing JavaFX 2021-06-23 07:58:42 -04:00
Ben Fry a3ff124499 more tweaks for Eclipse complaints and moving JFX out of core 2021-06-20 20:11:21 -04:00
Ben Fry a605ff53ba major change: move JavaFX to its own library 2021-06-20 13:37:04 -04:00
Ben Fry ac7ae4aaa9 Merge pull request #168 from designsystemsinternational/doclet-changes 2021-06-15 07:06:40 -04:00
Ben Fry 5b42803804 get less ambitious with PImage (fixes #169, #180, #200) 2021-06-15 07:06:22 -04:00
Anadroid 7c2e472720 Changing doclets for exceptions to the PGraphics class and fixing comments 2021-06-15 12:19:45 +02:00
Ben Fry 93cb502053 fix typo in RegisteredMethods remove() (#199) 2021-06-14 16:52:41 -04:00
Ben Fry 53246fb23d Make parseJSONObject/Array return null when parsing fails 2021-06-14 15:32:48 -04:00
Ben Fry 31a79af1f8 queue unregisterMethod() while iterating methods (fixes #199) 2021-06-14 15:12:47 -04:00
Ben Fry bc828da071 oh right, this is Java 2021-06-14 13:08:12 -04:00