1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-02 00:20:49 +00:00
Commit Graph

158 Commits

Author SHA1 Message Date
Arnaud Roques
e9fb57cbbe Adding contribution from Hisashi Miyashita for SysML v2 support 2020-05-07 16:12:08 +02:00
arnaudroques
f2529b8b88
Merge pull request #316 from t-8ch/master
dot: be less restrictive in digraph header
2020-05-05 13:54:45 +02:00
Thomas Weißschuh
ec246f16a0 dot: be less restrictive in digraph header
The space between the digraph title and the following brace is not required by
"dot".
2020-05-05 13:48:56 +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
arnaudroques
f03afa2f96
Merge pull request #313 from boessu/patch-2
.gitignore: Adding some more things to ignore
2020-04-12 13:52:54 +02:00
boessu
9f2752eb8a
Adding some more things to ignore
Adding more files & folders to ignore: Maven target folder, Ant target file, Eclipse project files
2020-04-11 22:38:26 +02:00
arnaudroques
15a65ca44a
Merge pull request #312 from boessu/patch-1
Update Colors according to Archiate off. Specs
2020-04-10 14:59:42 +02:00
boessu
b2f33306ca
Update Colors according to Archiate off. Specs
This is mainly a proposal.
The colors at the moment are sometimes quite "loud" and on some it's a bit hard to read the (black) text on it. The colors from the Archimate Specifications (https://pubs.opengroup.org/architecture/archimate3-doc/chap03.html#_Toc10045294) are more subtle and you can better read text on it. It is not necessary to change the colors of the sprites too. But that's just my opinion.
2020-04-10 14:29:24 +02:00
Arnaud Roques
85ad30b381 version 1.2020.6 2020-04-05 17:13:04 +02:00
Arnaud Roques
ce8d9045b5 version 1.2020.4 2020-03-19 14:06:15 +01:00
Arnaud Roques
03b30b1007 version 1.2020.3 2020-03-18 11:50:02 +01:00
Arnaud Roques
7a5b515bf6 version 1.2020.2 2020-03-03 23:29:34 +01:00
arnaudroques
3a156f1ff4
Merge pull request #296 from alfredporter/master
Added %upper/%lower to built-in macro functions
2020-02-28 17:14:04 +01:00
Alfred Porter
d95ff13351 Added %upper/%lower to built-in macro functions 2020-02-28 16:32:17 +01:00
Arnaud Roques
4cad5546ac version 1.2020.1 2020-02-18 22:24:31 +01:00
Arnaud Roques
19b9eb3534 version 1.2020.0 2020-01-12 23:13:17 +01:00
Arnaud Roques
275cde19a8 version 1.2019.13 2019-12-10 22:45:49 +01:00
Arnaud Roques
36c461dabe version 1.2019.12 2019-11-03 18:40:03 +01:00
arnaudroques
82b570d0f0
Merge pull request #220 from cosminpolifronie/master
fix FileFormatOption constructor not using withMetadata parameter
2019-10-10 16:18:02 +02:00
Arnaud Roques
063833a479 fix java version 2019-10-04 18:08:55 +02:00
Arnaud Roques
fd2c1f2bd6 Fix readme 2019-10-04 17:57:27 +02:00
arnaudroques
ff66cc3e8e
Merge pull request #10 from mikeando/mikeando-overview-md
Created README.md in src directory
2019-10-04 17:53:25 +02: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
arnaudroques
0d43b32af2
Merge pull request #2 from srotman/copyright_info
Add GPLv3 License
2019-09-12 18:50:15 +02:00
Arnaud Roques
d0fdb2433b version 1.2019.9 2019-08-26 19:07:21 +02:00
arnaudroques
c10dc0a6f7
Merge pull request #245 from leechor/master
fix #244
2019-08-22 23:13:42 +02:00
wb-slc596115
b68f901525 Merge branch 'master' into master-github 2019-08-19 10:35:06 +08:00
wb-slc596115
5ac89402b0 fix: note split problem 2019-08-19 10:34:45 +08:00
Arnaud Roques
18b688210f version 1.2019.8 2019-07-14 22:09:26 +02:00
Cosmin Polifronie
ac64f9fa11 fix FileFormatOption constructor not using withMetadata parameter 2019-07-01 18:52:38 +03:00
Arnaud Roques
fb108ebb5a version 1.2019.7 2019-06-26 21:24:49 +02:00
arnaudroques
4c46af67df
Merge pull request #205 from smeagol74/master
Fixed some archimate icons
2019-05-25 18:35:23 +02:00
Konstantin V. Borisov
f3a41f3c7c Fixed some archimate icons 2019-05-25 22:22:52 +07:00
Arnaud Roques
99041c5ccb version 1.2019.6 2019-05-24 21:59:31 +02:00
arnaudroques
511dbb8096
Merge pull request #196 from szpio/mindmap-store-metadata
Store mindmap source in PNG images
2019-04-30 23:45:27 +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
Arnaud Roques
d7535d8027 version 1.2019.1 2019-02-09 22:56:24 +01:00
arnaudroques
10a4c323b9
Merge pull request #173 from qwazer/nwdiag
Add ability to use any shape from USymbol in nwdiag elements.
2019-02-06 15:48:34 +01:00
qwazer
269c2828c0 Add ability to use any shape from USymbol in nwdiag elements.
Example:
@startuml
nwdiag {
  network inet {
	  web01 [shape = cloud]
  }
}
@enduml
2019-02-06 17:41:01 +03:00
arnaudroques
8b34df222b
Merge pull request #168 from robertbrignull/lgtm_alerts
Fix a few alerts from LGTM.com
2019-01-30 21:17:58 +01:00
robert
c9c46b00e3 Avoid passing too many arguments to String.format 2019-01-23 15:15:02 +00:00
robert
ec0611d7cf Fix SuggestEngineResult.sameString for two non-null strings 2019-01-23 15:06:56 +00:00
robert
1ec667cc0b Fix type mismatch on container access 2019-01-23 14:56:26 +00:00
Arnaud Roques
2c655a6b74 version 1.2019.0 2019-01-16 19:34:41 +01:00
Arnaud Roques
3ecadf6bd5 version 1.2018.14 2018-12-22 12:11:40 +01:00