Commit Graph

876 Commits

Author SHA1 Message Date
Arnaud Roques a5fe482b59 Version 1.2022.3 2022-03-29 23:13:46 +02:00
PlantUML b38adcfcdc
Merge pull request #954 from soloturn/java8syntax
Java8syntax
2022-03-28 20:09:08 +02:00
PlantUML d36da706ec
Merge branch 'master' into java8syntax 2022-03-28 19:43:11 +02:00
PlantUML 06da54c220
Merge pull request #972 from gwilherm/master
Fix buggy links in sequence groups #970
2022-03-28 19:38:33 +02:00
PlantUML a35f1fb734
Merge pull request #964 from matthew16550/editorconfig-tweaks
IntelliJ specific .editorconfig so it matches the existing Java style
2022-03-28 19:25:29 +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
PlantUML 73d13f9bf7
Merge pull request #963 from matthew16550/dependabot-gradle
Change Dependabot to look at Gradle instead of Maven
2022-03-14 09:26:34 +01:00
matthew16550 123fd61c34 IntelliJ specific .editorconfig so it matches the existing Java style 2022-03-14 13:23:36 +11:00
matthew16550 7dcf94b260 Change dependabot to look at Gradle instead of Maven 2022-03-14 13:11:59 +11:00
Arnaud Roques fc0b494b62 wip 2022-03-13 15:21:12 +01:00
Arnaud Roques acbdddbda5 Merge branch 'master' of https://github.com/plantuml/plantuml 2022-03-13 13:23:13 +01:00
Arnaud Roques 4be0ee3198 wip 2022-03-13 13:22:51 +01:00
PlantUML 8d36f87358
Merge pull request #962 from soloturn/gradle-publish
Gradle publish
2022-03-13 12:01:44 +01:00
soloturn 809c239b29 suppress warning for pdf variant not published at the moment 2022-03-13 11:44:28 +01:00
soloturn 9fd761b1d1 add maven publiccation sonatype oss, new 2022-03-13 11:43:33 +01:00
soloturn b85ad6e7ae add maven publication, first, to local filesystem 2022-03-13 10:37:03 +01:00
PlantUML f7f3dddb6c
Merge pull request #959 from soloturn/remove-maven
upload script was renamed, adapt workflow file
2022-03-12 12:58:18 +01:00
soloturn 9c651045c5 upload script was renamed, adapt workflow file 2022-03-12 06:22:34 +01:00
PlantUML eaaf59ef07
Merge pull request #955 from soloturn/remove-maven
Remove maven
2022-03-11 12:33:59 +01:00
soloturn 9cced3dfe8 remove maven build 2022-03-11 06:42:52 +01:00
soloturn 789ff2309b <> operator 2022-03-11 06:19:02 +01:00
dependabot[bot] 70a9682c80 Bump actions/setup-java from 2.5.0 to 3.0.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2.5.0...v3.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-11 06:18:23 +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
PlantUML 87d472f122
Merge pull request #938 from kolrami/chru-ditaa-font-force
Force Font Size if sepcified instead of Deriving it
2022-02-28 15:13:07 +01:00
Christoph Rüthing 10931ae95c Force Font Size if sepcified instead of Deriving it 2022-02-28 14:40:39 +01:00
PlantUML d8cbe985ef
Merge pull request #933 from kolrami/chru-ditaa-font
Add Support for Font Selection and Transparent Background in Ditaa
2022-02-28 14:19:34 +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