Arnaud Roques
5a784dcb0c
Fix issue
2022-03-04 20:25:35 +01:00
Arnaud Roques
d387828147
wip
2022-03-01 19:19:15 +01:00
Arnaud Roques
12b33f3202
Merge branch 'wip'
2022-03-01 19:12:20 +01:00
Arnaud Roques
dbc5104528
wip
2022-03-01 19:11:51 +01:00
PlantUML
c0332c621d
Support for Graphviz 3.0
2022-03-01 09:31:02 +01:00
Christoph Rüthing
10931ae95c
Force Font Size if sepcified instead of Deriving it
2022-02-28 14:40:39 +01:00
Christoph Rüthing
473a8fce42
Allow Transparent Background for Ditaa Diagrams
2022-02-28 13:45:48 +01:00
Christoph Rüthing
8066a3f730
Add Support for Font Selection in Ditaa
...
This adds support for selecting the font in ditaa diagrams by specifying
--font-family, --font-size and/or --font-variant in the ditaa() line.
The change is actually taken over from @pepijnve who implemented in
https://github.com/pepijnve/ditaa/issues/1 . I extended it for supporting
the necessary flags from plantuml.
2022-02-28 13:45:48 +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
PlantUML
db67c75919
Merge pull request #930 from blipper/master
...
Add a new !pragma svginterface <true|false> to control INTERACTIVE mode on SVG output and Add support for interactive mouseover/mouseout focus on SVG to focusing on a node and its edges in a complex diagram. This is enabled with !pragma svginteractive.
2022-02-16 22:43:35 +01:00
Martin Ross
6d0f6302ef
Remove imports and push up Pragma to higher in call chain
2022-02-16 16:18:55 -05:00
Arnaud Roques
1fd8715ec9
wip
2022-02-16 19:59:44 +01:00
Martin Ross
61b0f7b138
Add support for interactive mouseover/mouseout focus on SVG to focusing on a node and its edges in a complex diagram. This is enabled with !pragma svginteractive.
2022-02-16 13:31:48 -05:00
Martin Ross
9c79c1256c
Add a new !pragma svginterface to control INTERACTIVE mode on SVG output
2022-02-16 12:39:48 -05:00
PlantUML
a250727e18
Merge pull request #926 from blipper/master
...
Remove extra logging and switch startGroup maps from HashMap to EnumMap
2022-02-15 21:48:46 +01:00
Martin Ross
2ca7dca0e3
Remove extra logging and switch startGroup maps from HashMap to EnumMap
2022-02-15 14:55:21 -05:00
PlantUML
7fca076240
Merge pull request #925 from blipper/master
...
Preserve element group structure in svg output to allow more intelligent post-processing
2022-02-15 19:37:27 +01:00
Arnaud Roques
90a19ab7e1
Skinparam fix
2022-02-15 19:29:18 +01:00
Martin Ross
416325e6c8
Preserve element group structure in svg output to allow more intelligent post-processing
2022-02-15 13:11:51 -05:00
Arnaud Roques
e7785ff144
minor fixes
2022-02-14 18:44:01 +01:00
PlantUML
8015ed1285
Remove contentScriptType: application/ecmascript
2022-02-14 12:42:16 +01:00
Arnaud Roques
2761d1e922
Style improvement
2022-02-12 18:27:51 +01:00
Arnaud Roques
4534dc4ee2
Change default theme
2022-02-10 19:16:18 +01:00
soloturn
90fd3b5a51
simpler syntax, clazz.newInstance deprecated with java17
2022-02-04 15:21:27 +01:00
soloturn
a6f1f58300
.editorconfig ignore ext, use intellij notation, otherwise it does not kick in
...
i placed a christmas wish request that intellij changes its default to respect an
empty .editorconfig but chances seem to be slim they'd really do it:
https://youtrack.jetbrains.com/issue/IDEA-287505 .
give in and use an intellij property to stop it reformatting SVG on global reformat.
2022-02-04 00:01:29 +01:00
Arnaud Roques
db76ab28b5
Fix style issue and add splitstr function
2022-02-03 11:18:56 +01:00
Arnaud Roques
8ae721e3d2
Version 1.2022.1
2022-02-01 21:21:45 +01:00
Jan Sende
b84c1670d8
Added <<start>> Stereotype
...
Currently the state diagram only supports <<end>> as a stereotype for creating named end points. However, the same functionality is missing for starting points. This commit adds this ability.
2022-01-31 11:52:24 +09:00
Arnaud Roques
f0a3fbf548
Add two json functions
2022-01-29 19:00:48 +01:00
Arnaud Roques
9d611cf988
wip on prefers-color-scheme:dark
2022-01-28 22:45:34 +01:00
PlantUML
2628400b89
Merge pull request #884 from soloturn/gradle
...
editorconfig fix syntax for pom, yml, should not touch svg
2022-01-27 18:25:47 +01:00
Arnaud Roques
5ad243efd4
wip
2022-01-27 18:22:47 +01:00
Arnaud Roques
6fb89e85e7
Merge branch 'wip'
2022-01-27 18:08:23 +01:00
Arnaud Roques
ddaacdf3f7
wip
2022-01-27 18:08:03 +01:00
soloturn
c019d3d559
editorconfig fix syntax for pom, yml, should not touch svg
2022-01-27 17:26:07 +01:00
PlantUML
6fe22da334
Merge pull request #871 from soloturn/gradle
...
valueOf instead of new
2022-01-27 09:41:45 +01:00
soloturn
703b83a5ac
pendingStart < pause.pos1 always true in Segment.java
2022-01-27 06:42:55 +01:00
Arnaud Roques
9ae7706e5c
Add frames and state diagrams
2022-01-26 20:41:21 +01:00
Arnaud Roques
3dac7c05ce
wip
2022-01-26 20:04:21 +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
c623158c6c
wip
2022-01-19 22:35:53 +01:00
The-Lum
bbec8d3c6b
fix: nwdiag name with special char
...
Fix: nwdiag server or element name with special char ("-" or ".")
Here is the similar patch as:
- #adc23450c82e822d6fe8836defa01277f7901f71
But for server or element, on the: `CommandElement.java` file.
Regards.
Fixes #827
2022-01-15 15:56:05 +01:00
Arnaud Roques
adc23450c8
wip
2022-01-14 18:06:05 +01:00
Arnaud Roques
e823b5f00f
Fix https://github.com/plantuml/plantuml/issues/857
2022-01-12 19:48:43 +01:00
Arnaud Roques
c0a51633ce
Import version 1.2022.0
2022-01-12 17:54:49 +01:00
Arnaud Roques
9cba08f732
NPE protection
2022-01-07 19:12:07 +01:00
Arnaud Roques
24bd088e01
Emoji color fix
2022-01-07 19:04:36 +01:00
Kamil Mierzejewski
d92ca6a077
Xmi export for Sequence Diagrams
2022-01-05 09:47:50 +01:00
Arnaud Roques
d36de19c99
Add nested box in sequence diagram
2022-01-04 18:21:17 +01:00