1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-03 09:00:48 +00:00
Commit Graph

119 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
678949b44c Wip 2023-02-06 22:04:53 +01:00
Arnaud Roques
1c650bb2f9 Fix https://github.com/plantuml/plantuml/issues/1284 2023-02-04 13:50:16 +01:00
Arnaud Roques
4888ac976d Start major packages refactoring 2023-02-02 18:59:43 +01:00
Arnaud Roques
6979fb6d55 Major change on internal identifier management 2023-01-31 20:27:04 +01:00
Arnaud Roques
58469686e6 Revert StringUtils to original package 2022-12-17 12:10:05 +01:00
Arnaud Roques
ec12ff5f1e Refactor packages organization 2022-12-17 12:01:10 +01:00
Arnaud Roques
8a5e7a48ca Fix https://forum.plantuml.net/17043/transparent-background-colours-on-alt-else-elements 2022-11-26 21:22:40 +01:00
Arnaud Roques
f0048de5b7 wip 2022-10-05 22:32:57 +02:00
Arnaud Roques
9ab898fe1b wip refactoring 2022-09-12 22:08:34 +02:00
Arnaud Roques
0dd8e23270 wip 2022-08-30 21:15:53 +02:00
Arnaud Roques
7c576ed4ac wip 2022-08-24 18:46:33 +02:00
Arnaud Roques
ebf7613792 Minor bug fix 2022-07-21 14:09:24 +02:00
Arnaud Roques
e801884415 wip 2022-06-27 18:33:45 +02:00
Arnaud Roques
7ac50bf403 wip 2022-05-21 11:41:00 +02:00
Arnaud Roques
bee4d458eb Import version 1.2022.4 2022-04-10 21:24:55 +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
dbc5104528 wip 2022-03-01 19:11:51 +01:00
Arnaud Roques
5d0d2bb8da wip 2022-02-17 19:27:32 +01:00
Arnaud Roques
2761d1e922 Style improvement 2022-02-12 18:27:51 +01:00
Arnaud Roques
5ad243efd4 wip 2022-01-27 18:22:47 +01:00
soloturn
703b83a5ac pendingStart < pause.pos1 always true in Segment.java 2022-01-27 06:42:55 +01:00
soloturn
457197c49f valueOf or auto-unbox instead of new
new Double and similar got a removal warning in java-17, do Double.valueOf,
Double.parseDouble and similar for other types.

.editorconfig caused some trimming of trailing whitespaces.

remove boxing
2022-01-22 04:30:44 +01:00
Arnaud Roques
d36de19c99 Add nested box in sequence diagram 2022-01-04 18:21:17 +01:00
Arnaud Roques
16fd392308 Implements https://forum.plantuml.net/15232 2022-01-04 12:23:39 +01:00
Arnaud Roques
1d6d3e8477 Switch to twemoji 2021-12-07 19:15:43 +01:00
Arnaud Roques
42d759d951 Adding more emojis 2021-12-06 19:58:08 +01:00
matthew16550
b99f954128 Get rid of some spammy javadoc warnings 2021-12-01 21:14:35 +11:00
matthew16550
e3e2c2836e Use UTF_8 object instead of "UTF-8" string literal. 2021-09-13 15:18:15 +10:00
Arnaud Roques
d55c9c6ca7 Import version 1.2021.8 2021-06-27 18:50:40 +02:00
Arnaud Roques
39c585ee09 Import version 1.2021.7 2021-05-23 17:35:13 +02:00
Arnaud Roques
f83a207360 Import version 1.2021.6 2021-05-14 10:42:57 +02:00
Arnaud Roques
7afaa0c743 Add use of Objects.requireNonNull 2021-05-09 23:14:40 +02:00
Arnaud Roques
c216d071b5 Improve theme support 2021-05-06 23:23:05 +02:00
Arnaud Roques
1048a07d7d Improve theme support 2021-05-03 22:11:48 +02:00
Arnaud Roques
dfdec8820f Improve Gantt and add alpha support for ELK 2021-04-13 19:05:18 +02:00
matthew16550
af3dbd1cdb Add ImageBuilder.imageBuilder() & ImageBuilder.drawable(). Move ImageBuilder creation to CucaDiagram & SequenceDiagram classes. 2021-04-03 11:49:34 +11:00
Arnaud Roques
0e98cae2d0 Minor fixes 2021-03-30 23:19:28 +02: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
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
66520f0a35 Add interactive functionality for Usecase diagrams exported to SVG 2021-03-04 19:11:16 +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