Commit Graph

43 Commits

Author SHA1 Message Date
Arnaud Roques 52664342f6 Version 1.2023.2 2023-02-26 19:51:17 +01:00
Arnaud Roques 75835ce2a0 Packages move and bugfix 2023-02-22 19:43:48 +01:00
Arnaud Roques 4888ac976d Start major packages refactoring 2023-02-02 18:59:43 +01:00
Arnaud Roques ec12ff5f1e Refactor packages organization 2022-12-17 12:01:10 +01:00
Arnaud Roques 648b02f8c8 wip 2022-09-18 19:08:06 +02:00
Arnaud Roques 9ab898fe1b wip refactoring 2022-09-12 22:08:34 +02:00
Arnaud Roques 0fc2fad432 wip 2022-07-26 12:57:15 +02:00
Arnaud Roques ebf1b1b622 wip 2022-03-19 13:48:23 +01:00
Arnaud Roques a1a599b633 Import version 1.2022.2 2022-03-07 20:33:46 +01:00
Arnaud Roques 87cbe82cd0 wip 2022-02-24 19:18:19 +01:00
Arnaud Roques 5d0d2bb8da wip 2022-02-17 19:27:32 +01:00
Arnaud Roques 4534dc4ee2 Change default theme 2022-02-10 19:16:18 +01:00
Arnaud Roques 2494e6a435 Import version 1.2021.15 2021-11-30 19:33:37 +01:00
Arnaud Roques 38877c5420 wip 2021-11-21 12:09:15 +01:00
Arnaud Roques 39c585ee09 Import version 1.2021.7 2021-05-23 17:35:13 +02:00
Arnaud Roques c216d071b5 Improve theme support 2021-05-06 23:23:05 +02:00
matthew16550 935c52109b Add AbstractPSystem.createImageBuilder(). Remove styledImageBuilder() 2021-04-04 23:45:56 +10:00
matthew16550 68be6ae4a0 Simplify passing around of seed value. 2021-03-24 00:06:33 +11:00
matthew16550 ac1fa530cf Extract common functionality to new ImageBuilder methods plainImageBuilder() plainPngBuilder() styledImageBuilder() and to PlainDiagram / PlainStringsDiagram classes. 2021-03-23 20:40:50 +11:00
matthew16550 2da2146f21 Handle Scale & DPI more consistently for all diagram types. 2021-03-19 05:14:42 +11:00
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
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
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 5ec1037202 Import version 1.2021.0 2021-01-10 21:52:19 +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 b27fa50b50 Import version 1.2020.17 2020-09-19 17:43:24 +02:00
Arnaud Roques 3192fa218c version 1.2020.11 2020-05-30 17:20:23 +02:00
Arnaud Roques e9fb57cbbe Adding contribution from Hisashi Miyashita for SysML v2 support 2020-05-07 16:12:08 +02:00
Arnaud Roques 138cfb900a version 1.2020.8 2020-04-26 20:31:41 +02:00
Arnaud Roques 9077d971d7 version 1.2020.7 2020-04-19 18:04:39 +02:00
Arnaud Roques 03b30b1007 version 1.2020.3 2020-03-18 11:50:02 +01:00
Arnaud Roques 36c461dabe version 1.2019.12 2019-11-03 18:40:03 +01:00
Arnaud Roques c4397fac97 version 1.2019.11 2019-09-22 19:20:16 +02:00
Arnaud Roques 90372b993c version 1.2019.10 2019-09-14 20:12:04 +02:00
Arnaud Roques d0fdb2433b version 1.2019.9 2019-08-26 19:07:21 +02:00
Arnaud Roques fb108ebb5a version 1.2019.7 2019-06-26 21:24:49 +02:00
Arnaud Roques 99041c5ccb version 1.2019.6 2019-05-24 21:59:31 +02:00
szpio f97efa4c91 Store mindmap source in PNG images
This change will store mindmap source diagram as metadata in PNG images or as
comment in SVG images. It is very useful when only image, not source, is
available and the change to mindmap is required.

This functionality was/is already available for other types of diagrams
but was not working for mindmap.

As described in `help` to retrieve mindmap sources use:

```
java -jar plantuml.jar -metadata <mindmap-image>.png
```
To get the sources from SVG image simply open SVG file in text editor
and copy sources from `comment element` at the end of the file.
2019-04-30 22:40:17 +01:00
Arnaud Roques 73b507c1df version 1.2019.5 2019-04-21 22:40:01 +02:00
Arnaud Roques 857ec10b8b version 1.2019.4 2019-03-29 23:14:07 +01:00
Arnaud Roques 120fb859b2 version 1.2019.2 2019-03-01 23:16:29 +01:00