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

491 Commits

Author SHA1 Message Date
Arnaud Roques
bee4d458eb Import version 1.2022.4 2022-04-10 21:24:55 +02:00
soloturn
8add65d317 transparent is no color in latex, fixes #974 2022-04-09 13:08:59 +02:00
Arnaud Roques
c9137be051 wip 2022-04-07 19:07:38 +02:00
Arnaud Roques
d8c80f4110 Bug fix 2022-04-07 18:53:33 +02:00
Jacek Lipiec
b26e591c47 Fix typos in src/README.md 2022-04-06 08:54:11 +02:00
Arnaud Roques
02b244a320 wip 2022-04-04 23:07:57 +02:00
Arnaud Roques
7146f93b79 Fix https://github.com/plantuml/plantuml/pull/980 2022-04-03 14:18:33 +02:00
Arnaud Roques
35b05e7e6c Fix archimate monochrome issue 2022-04-02 16:33:30 +02:00
Arnaud Roques
bbf173962a Minor refactoring 2022-04-02 14:56:05 +02:00
Guillaume
a2859242ff Move main link on header line of CommandReferenceMultilinesOverSeveral 2022-04-01 23:21:59 +02:00
Guillaume
51f90138b7 Use RegexConcat in CommandReferenceMultilinesOverSeveral 2022-04-01 23:20:30 +02:00
Guillaume
410f1caf71 Remove unused final color pattern 2022-04-01 23:09:01 +02:00
Guillaume
bc4d2bf73c Main ref link definition before colon 2022-04-01 23:06:50 +02:00
Guillaume
986a521a66 Add missing topurl argument to UrlBuilder 2022-04-01 23:04:54 +02:00
Guillaume
f83674f4b3 Fix #635 Link in ref element not displayed 2022-03-31 20:57:04 +02:00
Arnaud Roques
a5fe482b59 Version 1.2022.3 2022-03-29 23:13:46 +02:00
PlantUML
d36da706ec
Merge branch 'master' into java8syntax 2022-03-28 19:43:11 +02:00
Guillaume
a38383b9e3 Fix buggy links in sequence groups #970 2022-03-27 21:22:28 +02:00
Guillaume
fb2296510c Fix buggy links in sequence groups #970 2022-03-27 21:07:34 +02:00
Arnaud Roques
d6afa3fb5a Tikz fix 2022-03-26 16:11:48 +01:00
Arnaud Roques
ebf1b1b622 wip 2022-03-19 13:48:23 +01:00
Arnaud Roques
fc0b494b62 wip 2022-03-13 15:21:12 +01:00
Arnaud Roques
4be0ee3198 wip 2022-03-13 13:22:51 +01:00
soloturn
789ff2309b <> operator 2022-03-11 06:19:02 +01:00
Arnaud Roques
7f7cf2621f wip 2022-03-10 22:52:18 +01:00
Arnaud Roques
1e69806f44 wip 2022-03-10 18:38:16 +01:00
PlantUML
df9f6cbfb1
https://github.com/plantuml/plantuml/issues/947 2022-03-10 12:49:37 +01:00
PlantUML
601620b039
Issue https://github.com/plantuml/plantuml/issues/948 2022-03-10 12:26:37 +01:00
Arnaud Roques
57b1cde03a wip 2022-03-09 20:15:12 +01:00
Arnaud Roques
a1a599b633 Import version 1.2022.2 2022-03-07 20:33:46 +01:00
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