Commit Graph

1118 Commits

Author SHA1 Message Date
Benjamin Fox c8a85e3a58 Adding an extension handler to the SVG library to allow linear and radial gradients to export as SVG
The extension handler is a copy of https://gist.github.com/msteiger/4509119 by Martin Steiger with minor changes for Processing
Several classes and methods in PShapeSVG and PShapeJava2D have been made public or modified to support the export of gradients
2025-01-19 15:38:54 -05:00
kevinstadler 020c23c9f1 Improve Network and Serial library web reference
- fix broken `@see_external` webref links (remove outdated LIB_ prefix)
- adjust `@instanceName`s and descriptions to match the webref example
  variable names
2024-04-13 18:26:44 -06:00
Ben Fry fb20a176ee fix pdf colors outside the range causing NPE (resolves #740) 2023-07-16 12:40:21 -04:00
Ben Fry d76b1740c3 itext jar as library 2023-05-04 13:49:28 -04:00
Ben Fry 8b4c4efbfd set all build.xml files to Java 17; replace a few tabs with spaces 2023-01-20 11:44:00 -05:00
A Pottinger 8b80e50306 Fix SLF4J issue via JSSC. 2022-10-24 21:18:21 -07:00
A Pottinger ddee1730f7 Switch to upstream JSSC pathing. 2022-10-24 20:04:02 -07:00
A Pottinger b33f236d5a Merge branch 'main' into jssc_fast_forward 2022-10-24 18:55:56 -07:00
A Pottinger fce6a5bfe8 Fast forward JSSC 2022-10-18 09:01:21 -07:00
Ben Fry fb8dfbfd9b purge several "applet" references from the code 2022-08-07 22:17:47 -04:00
Ben Fry a8bb758f9e add clean-libs target to build.xml files 2022-08-04 10:37:44 -04:00
Ben Fry 3699c713d1 replace dev.processing.org bug links with download.processing.org links that work 2022-07-31 15:01:45 -04:00
Ben Fry bade983019 removing JavaFX (in progress) 2022-01-16 14:51:02 -05:00
Ben Fry 7765108ab1 move up from JavaFX 17.0.0.1 to 17.0.1 2022-01-11 07:03:48 -05:00
Ben Fry 9802ccbd88 clean up warnings and formatting in the Client code 2022-01-10 19:08:14 -05:00
Ben Fry aab8d8fa50 use UTF-8 for readString() and write() in net client 2022-01-10 19:04:38 -05:00
Ben Fry 4eb0939a9e adding intellij project files now that they have settled a wee bit 2021-12-06 13:18:48 -05:00
Ben Fry ec8bd52df1 remove extra line 2021-10-13 18:00:18 -04:00
Ben Fry 61f139614c make it possible to build without an internet connection 2021-10-13 17:57:50 -04:00
Ben Fry 272801f95e get rid of version numbers in the name of the batik.jar file 2021-10-11 17:35:26 -04:00
Ben Fry 80f74c1cdf finish replacing JDK 11 and JavaFX 16 with JDK 17 and JavaFX 17 (fixes #285) 2021-10-05 22:04:06 -04:00
Ben Fry 755925f78d Merge pull request #229 from processing/jssc_update_2 2021-10-03 12:51:16 -04:00
Ben Fry 81480008b6 Merge pull request #266 from thomasleplus/patch-1 2021-10-03 12:35:19 -04:00
Ben Fry da26b46ce8 remove absolute path (fixes #276) 2021-10-03 12:04:49 -04:00
Thomas Leplus 47c2a530ac Minor typos 2021-09-17 20:32:24 -07:00
A Pottinger 5f7e6a4fd4 Fix classpath. 2021-08-21 14:33:18 -07:00
A Pottinger 113d8b38a4 Move to new 2.3.5 JSSC 2021-08-21 14:29:57 -07:00
A Pottinger 9cb8f97b0d Move to new JSSC file structure. 2021-08-21 12:30:18 -07:00
A Pottinger b5346e3cca Minor fix for windows path resolution. 2021-07-24 16:53:10 -07:00
A Pottinger 0012a90404 Migrated to new sampottinger/jssc 2021-07-24 16:01:55 -07:00
Ben Fry 10dbf6dc00 temporarily (?) turned webkit back on 2021-07-08 07:46:26 -04:00
Ben Fry 47e9afe499 remove lots of dead/unused parts of javafx/build.xml 2021-07-04 21:28:58 -04:00
Ben Fry 37752a217c remove jdt.compiler.jar as javac engine from subprojects 2021-07-04 21:21:39 -04:00
Ben Fry ca76da403b major updates to JavaFX and modules handling 2021-06-22 11:39:13 -04:00
Ben Fry a4d13df9e6 fixing Eclipse CLASSPATH entries for JDK 2021-06-22 07:35:21 -04:00
Ben Fry fdb3f17116 proper jar path, remove more unused 2021-06-20 23:04:32 -04:00
Ben Fry 4f41ad4dc2 switch to specialized .jar files for each javafx platform 2021-06-20 22:54:59 -04:00
Ben Fry bd0b801a0e add properties so that JavaFX is named properly in import 2021-06-20 22:22:50 -04:00
Ben Fry 5ebe4afefa more notes in the jfx build 2021-06-20 21:07:31 -04:00
Ben Fry 36c7977648 clean up typos and warnings 2021-06-20 21:02:23 -04:00
Ben Fry 3cbb534afa add Eclipse project files for JavaFX lib 2021-06-20 20:09:03 -04:00
Ben Fry f61155a825 add fall-through cases for compiler warning 2021-06-20 20:08:35 -04:00
Ben Fry befdba7137 get export for JavaFX working again 2021-06-20 14:30:25 -04:00
Ben Fry 2eb872677e working on JavaFX paths and more; export acting weird 2021-06-20 14:21:57 -04:00
Ben Fry 3ea593c9e0 major change: move JavaFX to its own library (additional files) 2021-06-20 13:37:46 -04:00
Ben Fry a605ff53ba major change: move JavaFX to its own library 2021-06-20 13:37:04 -04:00
Ben Fry ba1c6944e2 update ignore and add a note about entitlements 2021-06-18 17:52:40 -04:00
Ben Fry 0348bef91c yikes, need to keep this out of the dist 2021-06-18 15:26:31 -04:00
Ben Fry bf0bbad1ee remove "textMode(SHAPE) is not supported by this renderer" with SVG (fixes #202) 2021-06-14 21:32:16 -04:00
Ben Fry d51b787984 Merge pull request #183 from oseph/master
Updated batik URL
2021-04-29 14:43:43 -04:00