Commit Graph

1631 Commits

Author SHA1 Message Date
matthew16550 568c2e3106 Move diagram.getAnimation() & diagram.getWarningOrError() into ImageParameter class. 2021-03-10 05:31:38 +11:00
Arnaud Roques bedbe1036b Fix background color for MinMapDiagram 2021-03-09 19:02:38 +01:00
arnaudroques 89c170d3ae
Merge pull request #480 from matthew16550/refactor-image-params
Refactor duplicated logic into ImageParameter class
2021-03-09 18:26:53 +01:00
matthew16550 fbbb8a2756 Refactor duplicated logic to ImageParameter class. This will provide consistent support for Diagram Border, Handwritten, Background Color, Metadata (and possibly more) in many diagram types than previously did not support them. 2021-03-09 16:13:14 +11:00
arnaudroques 298721b706
Merge pull request #479 from matthew16550/margins-2
Enable CSS control of diagram margin for many diagram types.
2021-03-08 21:44:26 +01:00
matthew16550 2d50dd9c59 Move diagram margin logic to ImageParameter.calculateDiagramMargin(). This will allow CSS control of margins in many diagrams that previously did not allow it. 2021-03-09 05:32:41 +11:00
Arnaud Roques eea48055d3 Import version 1.2021.2 2021-03-07 13:23:24 +01:00
arnaudroques 97c8f1848a
Merge pull request #478 from ioplker/master
Fix interactive functionality for Usecase diagrams exported to SVG
2021-03-06 19:37:12 +01:00
Kir Ax aa547f85ed Bring back whitespaces to doc text 2021-03-06 17:06:53 +07:00
Kir Ax 6928eb806b Fix JS for interactive SVG: place assignment before using 2021-03-06 17:03:24 +07:00
Kir Ax 9304f79abc Merge remote-tracking branch 'upstream/master' 2021-03-06 16:58:53 +07:00
Arnaud Roques 66520f0a35 Add interactive functionality for Usecase diagrams exported to SVG 2021-03-04 19:11:16 +01:00
Kir Ax 0cb778b063 Add check for elem existance to interactive SVG; reindent JS-code 2021-03-03 22:08:18 +07:00
arnaudroques 74ff89f4ba
Merge pull request #475 from ioplker/master
Add interactive functionality for Usecase diagrams exported to SVG
2021-03-03 14:39:52 +01:00
arnaudroques 0f034043df
Merge pull request #348 from matschaffer/remove-license-message-on-empty-diagram
Move license message below getting started
2021-03-02 18:00:55 +01:00
arnaudroques 5bfed61aef
Merge pull request #471 from matthew16550/svg-text-wave
Add support for wave underlined text in SVG.
2021-03-02 16:51:50 +01:00
Kir Ax ae3f858c81 Add check for elem existance to interactive SVG; reindent JS-code 2021-03-02 21:25:46 +07:00
Kir Ax f3e7e97fe8 Add interactive functionality for Usecase diagrams exported to SVG 2021-02-28 20:44:02 +07:00
matthew16550 40e7e762e4 Add support for wave underlined text in SVG. 2021-02-21 13:51:54 +11:00
arnaudroques 1884fa8c75
Merge pull request #463 from matthew16550/picoweb-post-render
Add "POST /render" endpoint to PicoWeb server.
2021-02-12 17:49:25 +01:00
arnaudroques b8a95cbc48
Merge pull request #457 from plantuml/dependabot/maven/org.apache.ant-ant-1.10.9
Bump ant from 1.9.15 to 1.10.9
2021-02-12 17:41:20 +01:00
matthew16550 a4553adeb2 Add "POST /render" endpoint to picoweb server.
It expects a JSON body like
  { "source": PLANTUML_SOURCE_STRING, "options": ARRAY_OF_STRINGS }

And returns the rendered diagram with suitable Content-Type header (all output formats are supported).
2021-02-13 01:09:28 +11:00
arnaudroques 7b784cd2f6
Merge pull request #461 from matthew16550/picoweb-port-address
Specify picoweb bind address & print actual listen port
2021-02-12 09:42:05 +01:00
matthew16550 f850b5f400 * Allow specifying the bind address that picoweb will listen on (e.g. -picoweb:8000:localhost).
* Change picoweb server to print the actual port being listened on when port 0 was specified.
2021-02-12 17:19:03 +11:00
dependabot[bot] e35e995364
Bump ant from 1.9.15 to 1.10.9
Bumps ant from 1.9.15 to 1.10.9.

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-03 19:21:54 +00:00
Arnaud Roques 0dc13cccf2 Import version 1.2021.1 2021-02-02 11:12:15 +01:00
arnaudroques 55f005f9bb
Merge pull request #450 from matthew16550/activity-diagram-white
Change Activity Diagram "Stop" and "End" symbols to fill using the diagram background color instead of always using white
2021-01-21 21:24:07 +01:00
matthew16550 6c5a53b0bf Change Activity Diagram "Stop" and "End" symbols to fill using the diagram background color instead of always using white. 2021-01-21 12:44:35 +11:00
arnaudroques 97a25001c5
Merge pull request #448 from matthew16550/bg-instead-of-white
Change link decorators to fill with diagram background color instead of white
2021-01-20 19:41:29 +01:00
matthew16550 12211946f4 Change link decorators to fill using the diagram background color instead of always using white. 2021-01-21 00:33:07 +11:00
Arnaud Roques 5ec1037202 Import version 1.2021.0 2021-01-10 21:52:19 +01:00
arnaudroques 3a7e935cec
Merge pull request #440 from Nordes/feature/432-gantt_color_DaysOfWeek
[GANTT] Implement "[day] are colored in #AAAAFF"
2021-01-08 18:35:24 +01:00
arnaudroques 4311e747a9
Merge pull request #438 from Nordes/feature/437-Add_arrow_style
[GANTT] Implement arrow style color
2021-01-08 18:17:21 +01:00
Nordes Menard-Lamarre 443be15d3e 432-Implement "[day] are colored in #AAAAFF" 2021-01-07 22:16:04 -05:00
Nordes Menard-Lamarre b6a5270b9c #437-Implement arrow style color 2021-01-07 20:56:09 -05:00
arnaudroques 0575e7cf08
Merge pull request #435 from monrealis/automatic-module-name
Add Automatic-Module-Name to jar
2021-01-05 18:06:36 +01:00
Vytenis Bivainis 162c1213e8 Add Automatic-Module-Name to jar 2021-01-04 22:54:31 +02:00
Arnaud Roques 099843c830 Import version 1.2020.26 2020-12-21 20:05:24 +01:00
Arnaud Roques 11a9317042 Missing files 2020-12-20 13:59:51 +01:00
Arnaud Roques 5dab086ba1 Import version 1.2020.24 2020-12-19 22:21:54 +01:00
Arnaud Roques 56cd2269dd Import version 1.2020.23 2020-12-14 19:31:06 +01:00
Arnaud Roques 7e81ef289b Import version 1.2020.22 2020-12-06 22:43:09 +01:00
Arnaud Roques 9b708081fc Import version 1.2020.21 2020-12-01 22:39:27 +01:00
Arnaud Roques 2404fb605b Import version 1.2020.20 2020-11-21 18:33:24 +01:00
arnaudroques b3e4b7f8f2
Merge pull request #396 from vprcic/master
New actor style - Hollow
2020-10-30 17:25:29 +01:00
arnaudroques 35a61d0ff9
Merge pull request #395 from javabean/update-openiconic
Update OpenIconic from 1.1.0 to 1.1.1
2020-10-30 12:30:13 +01:00
vprcic a9813ad99d New actor style - Hollow
A new actor style named Hollow that changes the actor appearance, similar to the already existing Awesome actor style
2020-10-29 11:51:40 +01:00
Cédrik LIME de02412c79 Update OpenIconic from 1.1.0 to 1.1.1 2020-10-27 20:47:53 +01:00
Arnaud Roques c670872511 Import version 1.2020.19 2020-10-12 22:56:58 +02:00
Arnaud Roques 58936dc235 Import version 1.2020.18 2020-09-30 22:57:58 +02:00