Commit Graph

868 Commits

Author SHA1 Message Date
Benjamin Davies c91b5e2015
Fix diagram layout not working 2023-08-27 12:28:32 +12:00
Benjamin Davies d4110d5ceb
Add associations between entities 2023-08-27 00:03:40 +12:00
Benjamin Davies 07b25de38a
Add entities, attributes and relations to graph 2023-08-26 23:02:11 +12:00
Arnaud Roques ee3eef8652 feat: enable DITAA in LGPL version
https://github.com/plantuml/plantuml/issues/1514
2023-08-26 12:03:19 +02:00
PlantUML 33f0d5b204
Merge pull request #1520 from Benjamin-Davies/docs
Add some documentation
2023-08-26 11:19:39 +02:00
Arnaud Roques 86513bfbc8 wip: fix minor issues
https://forum.plantuml.net/17187/verticals-separators-gantt-chart-appear-certain-conditions?show=18171#c18171
https://forum.plantuml.net/18163/no-colored-border-on-state-start-end
2023-08-26 10:59:08 +02:00
Benjamin Davies 4e3d8c94f6
Parse Chen EER diagrams 2023-08-26 18:54:16 +12:00
Benjamin Davies cf0e1c7ddc
Fix typo 2023-08-26 16:37:02 +12:00
Benjamin Davies a879026e8c
Fix grammatical mistake 2023-08-26 16:24:10 +12:00
Benjamin Davies fb1ac6d1d2
Clean up license attributions 2023-08-26 16:22:30 +12:00
Benjamin Davies 1a3f5dfd60
Document "PSystem" implied original meaning 2023-08-26 16:15:13 +12:00
Benjamin Davies 5386b9e7e2
Document plasma package 2023-08-26 15:48:49 +12:00
Benjamin Davies ef8879f3b3
Document PSystemBuilder 2023-08-26 15:24:25 +12:00
Benjamin Davies cbab1c333f
Document base package 2023-08-26 14:50:34 +12:00
Benjamin Davies 1d1daf492b
Modify wording to match variable names 2023-08-26 12:31:47 +12:00
Benjamin Davies 8f295eb313
Document regex package 2023-08-26 12:26:23 +12:00
PlantUML 51e8676c17
Merge pull request #1518 from The-Lum/Dev
mod: Language Descriptor Improvement (adding some words), fix: Cypher warning
2023-08-25 17:04:39 +02:00
The-Lum adf71509c7 fix: Suppress of the `together` word to avoid warning of Cypher 2023-08-25 13:34:33 +00:00
The-Lum f3ebbb69fd Merge branch 'Dev' of https://github.com/The-Lum/plantuml into Dev 2023-08-25 13:06:46 +00:00
The-Lum 6de021381f mod: Language Descriptor Improvement (adding some words)
- [x] Add end form for: caption, title, footer, header
- [x] Add stereotypes, circles, circled, member, attribute, field, method, public, private, protected
to be conform with:
  - a27ff9b7f2/src/net/sourceforge/plantuml/classdiagram/command/CommandHideShowByGender.java (L77)
  - a27ff9b7f2/src/net/sourceforge/plantuml/classdiagram/command/CommandHideShowByVisibility.java (L68)
- [x] Change `map` from keyword to type
- [x] Add new type: protocol, struct, exception, metaclass, json
- [x] Add new diagram: hcl, ebnf, regex, files

Related issue:
- https://forum.plantuml.net/18151/using-cypher-does-not-always-recognize-restricted-words

Following this PR, on the same topic:
- https://github.com/plantuml/plantuml/pull/586
2023-08-25 12:54:51 +00:00
Arnaud Roques 38c5765a99 fix: minor issues
https://github.com/plantuml/plantuml/issues/1515
https://forum.plantuml.net/18157/last-label-on-last-elseif-branch-does-not-get-rendered
2023-08-24 19:01:41 +02:00
Kálmán Vince 5096c1b9a4 Fixed printing togethers in nested groups 2023-08-04 00:34:25 +02:00
Kálmán Vince 719927895b Fixed nested togethers not working 2023-08-02 19:43:17 +02:00
PlantUML a9f4ea985d
Merge pull request #1507 from alfonsodelavega/add_license_headers
Add license headers to generated codebases
2023-08-02 15:07:14 +02:00
alfonsodelavega 20b62c6491 Add license headers to generated codebases 2023-08-01 13:26:08 +02:00
HeinrichAD 9fe1686e40 define -> arrows as request and <- as response
Instead of defining that every message from the left to the right side is always a request and every message from the right to the left side is always a response, I propose to used the arrow direction from the PlantUML diagram code.

Each arrow with the arrow direction on the right (`->`) is a request and each arrow with the arrow direction on the left (`<-`) is a response.

This way the users can define themselves what is a request and what is a response.
2023-07-31 22:09:30 +02:00
Arnaud Roques 74bcd0f668 fix: change GraphViz strategy
https://github.com/plantuml/plantuml/issues/1491
2023-07-26 19:12:10 +02:00
The-Lum 8742e77f3c fix: `ord` builtin function: allow Unicode values, add test
By this indication:
- https://github.com/plantuml/plantuml/pull/1487#issuecomment-1648082049

Fix `ord` builtin function:
- allow Unicode values
- add tests
2023-07-26 11:27:56 +00:00
Arnaud Roques a327d636a7 fix: wip on https://github.com/plantuml/plantuml/issues/1491 2023-07-25 18:52:47 +02:00
Arnaud Roques 1b58f96369 fix: small regression on https://github.com/plantuml/plantuml/issues/1467 2023-07-24 18:54:24 +02:00
Dietrich Travkin 4765c77d92 Simplify code a little 2023-07-24 17:03:58 +02:00
Dietrich Travkin 659b723dd3 Avoid too early shield size calculation in some additional cases (#1467) 2023-07-24 17:03:58 +02:00
Dietrich Travkin 151fa30a5d Make source code Java-7-compatible 2023-07-24 17:03:58 +02:00
PlantUML 49ab6c9c6e
Merge pull request #1487 from The-Lum/BuiltinOrd
feat: add `ord` builtin function
2023-07-24 16:45:24 +02:00
The-Lum 823d27afa9 fix: `ord` builtin function: retrieve then cast of the value
By this indication:
- https://github.com/plantuml/plantuml/pull/1487#issuecomment-1646545778

Fix `ord` builtin function:
- retrieve then cast of the value
2023-07-24 14:24:35 +00:00
Dietrich Travkin 38cb4811f7 Fix calculating shield (margin) size for nodes that are targets of qualified associations (#1467) 2023-07-24 15:05:33 +02:00
Dietrich Travkin d7efa7e9a2 Fix qualifier labels' margin calculation (#1467) 2023-07-24 14:56:06 +02:00
Dietrich Travkin bac7a4d751 Fix qualifier label's association ends (#1467)
Otherwise, qualifier labels of qualified associations pointing left or up are drawn on the wrong end of the association.
2023-07-24 14:55:20 +02:00
Arnaud Roques 85a6b1dada fix: improve notes on conditional
https://forum.plantuml.net/4696/notes-on-conditionnal-elements?show=18077#c18077
2023-07-22 11:42:32 +02:00
The-Lum 6e7254377c feat: add `ord` builtin function
Attempt to add `ord` builtin function.
2023-07-21 21:17:40 +00:00
Arnaud Roques 29bcbfee89 chore: prepare version 1.2023.10 2023-07-12 17:58:33 +02:00
Arnaud Roques 835f82a8d6 fix: add together in LanguageDescriptor and improve CommandStyleImport 2023-07-12 17:46:57 +02:00
soloturn 75443a5d28 java-20 deprecates new URL(), use new URI()
cite from the ticket towards openjdk:
The URL class does not itself encode or decode any URL components
according to the escaping mechanism defined in RFC2396. It is the
responsibility of the caller to encode any fields, ...

In Java SE 1.4 a new class, java.net.URI, has been added to mitigate
some of the shortcoming of java.net.URL. Conversion methods to create
an URL from an URI were also added.

references:
* https://inside.java/2023/02/15/quality-heads-up/
* https://bugs.openjdk.org/browse/JDK-8294241
2023-07-08 22:58:42 +02:00
soloturn 5d445ae801 java-20, create uri directly, not via url. 2023-07-08 22:58:42 +02:00
Dietrich Travkin 0972786515 Replace URL with SURL to securely access URLs 2023-07-04 10:42:38 +02:00
Dietrich Travkin d92242ec35 Add reading remote style files from URLs (Fix #1470) 2023-07-04 00:38:23 +02:00
Arnaud Roques 1ef8dd39f9 fix: wip
https://github.com/plantuml/plantuml/issues/1448
https://github.com/plantuml/plantuml/issues/1436
2023-06-27 22:04:12 +02:00
Arnaud Roques 968a958b9d fix: wip
https://github.com/plantuml/plantuml/issues/1465
https://github.com/plantuml/plantuml/issues/1464
https://github.com/plantuml/plantuml/issues/1459
https://github.com/plantuml/plantuml/issues/1460
2023-06-21 20:50:30 +02:00
The-Lum 3574987267
upd: Add `regex`, `files` on Embedded Diagram
upd: for Embedded Diagram, add:
-  `regex`
-  `files`
2023-06-14 15:03:59 +02:00
Arnaud Roques 74574c4f57 chore: Version 1.2023.9 2023-06-13 20:31:05 +02:00
Arnaud Roques ff6e71e626 fix: only allow to read some environment variables 2023-06-13 12:55:32 +02:00
Arnaud Roques fbe7fa3b25 feat: remove legacy ALLOW_INCLUDE use PLANTUML_SECURITY_PROFILE instead
https://github.com/plantuml/plantuml-server/issues/232
2023-06-13 12:41:34 +02:00
Arnaud Roques b32500bb61 fix: improve filelist support and nwdiag 2023-06-12 22:49:47 +02:00
Arnaud Roques 793b78abc5 feat: work not yet complete
https://forum.plantuml.net/10049/2019-pipemap-diagrams-containing-links-give-zero-exit-code
2023-06-11 20:51:41 +02:00
Arnaud Roques 4a246c7cb9 fix: wip
https://forum.plantuml.net/17926/sprite-transparent-only-jar-defined-sprites-are-working
https://github.com/plantuml/plantuml/issues/1448
https://forum.plantuml.net/17932/nwdiag-possible-misbehavior
2023-06-11 20:44:08 +02:00
Arnaud Roques c95bbfe585 fix: minor issues
https://github.com/plantuml/plantuml/issues/1442
https://github.com/plantuml/plantuml/issues/1436
2023-05-31 20:51:54 +02:00
Arnaud Roques 892dd6c8e9 fix: improve pipemap option
https://github.com/plantuml/plantuml/issues/1429
2023-05-22 18:48:42 +02:00
Arnaud Roques 63a09e24c5 chore: Version 1.2023.8 2023-05-21 10:54:21 +02:00
Arnaud Roques 18a7f99b55 fix: improve theme support 2023-05-18 13:32:30 +02:00
Arnaud Roques 95026709a6 chore: question about improving Version.java and gradle.properties 2023-05-17 22:17:15 +02:00
Arnaud Roques f72fec23c3 fix: improve theme support
https://forum.plantuml.net/17811/theme-supports-no-calculated-from-path-and-stdlib-from-path
2023-05-17 22:11:36 +02:00
Arnaud Roques 35ec8a700c chore: simply Version.java implementation 2023-05-17 21:34:24 +02:00
Arnaud Roques eb85d9c9c5 chore: build only GPL and MIT version for beta 2023-05-17 21:19:43 +02:00
Arnaud Roques 2adee2f574 chore: improve multilicence and add improve theme support
https://forum.plantuml.net/17811/theme-supports-no-calculated-from-path-and-stdlib-from-path
2023-05-15 18:37:07 +02:00
Arnaud Roques c60d959c95 chore: version 1.2023.7 2023-05-12 19:28:51 +02:00
Arnaud Roques 72f2d856f3 chore: generate MIT version 2023-05-12 16:03:57 +02:00
Arnaud Roques 488029b9b0 fix: work in progress
https://github.com/plantuml/plantuml/issues/1405
https://github.com/plantuml/plantuml/issues/1423
2023-05-11 21:06:04 +02:00
Arnaud Roques 475f814b65 fix: minor bug fix
https://github.com/plantuml/plantuml/issues/1422
2023-05-10 20:43:48 +02:00
Arnaud Roques 26874fe610 fix: minor issues
https://github.com/plantuml/plantuml/issues/1401#issuecomment-1523451970
https://github.com/plantuml/plantuml/issues/1399
2023-05-07 23:30:37 +02:00
Arnaud Roques c158ce4383 chore: init snapshot 2023-04-18 23:04:32 +02:00
Arnaud Roques beb3cb25e2 feat: version 1.2023.6 2023-04-18 18:14:10 +02:00
Arnaud Roques e23d7e56fc fix: minor issues
https://github.com/plantuml/plantuml/issues/1367
https://github.com/plantuml/plantuml/issues/1389
2023-04-11 19:57:58 +02:00
PlantUML 44f6e295d2
chore: test CI 2023-04-11 15:18:14 +02:00
Arnaud Roques 87caaebdb9 fix: change month display
https://github.com/plantuml/plantuml/issues/1380
2023-04-10 19:51:43 +02:00
Eric Vantillard ac83a5d64e fix: revert Version.java change
Postpone this modification until `ci.yml`will be ready.
2023-04-05 09:21:53 +02:00
Arnaud Roques 905510cd8b feat: extract version and compile time to a resource file 2023-04-04 23:13:35 +02:00
Arnaud Roques 5600f0999e fix: multiple breaks in repeat
https://github.com/plantuml/plantuml/issues/1369
2023-04-03 23:29:34 +02:00
Arnaud Roques 81bd00e252 fix: restore correct cache behavior
https://github.com/plantuml/plantuml/issues/1368
2023-03-29 20:19:05 +02:00
Florian Greinacher 4e879c3cfd feat: support alternate environment variable names
The current variable names with dots can not be used in some shells.
2023-03-27 12:09:05 +02:00
Arnaud Roques 47f2995aa3 fix: fix several issues
https://github.com/plantuml/plantuml/issues/1357
https://github.com/plantuml/plantuml/issues/1353
https://github.com/plantuml/plantuml/issues/1352
https://forum.plantuml.net/17654/malformed-layout-and-missing-arrows-on-large-amount-of-edges
https://github.com/plantuml/plantuml/issues/1349
https://github.com/plantuml/plantuml/issues/1348
https://github.com/plantuml/plantuml/issues/1355
https://github.com/plantuml/plantuml/issues/166
2023-03-24 19:07:32 +01:00
Arnaud Roques 003222a00f fix: wip on various issues
https://github.com/plantuml/plantuml/issues/1352
https://github.com/plantuml/plantuml/issues/1348
2023-03-22 19:25:52 +01:00
Arnaud Roques cdec3380ec fix: improve smetana support
https://github.com/plantuml/plantuml/issues/1348
2023-03-21 23:47:11 +01:00
Arnaud Roques 897a4736bc fix: patch several issues
https://github.com/plantuml/plantuml/issues/1286
https://github.com/plantuml/plantuml/issues/166
https://github.com/plantuml/plantuml/issues/171
2023-03-20 23:19:33 +01:00
Arnaud Roques e739cd8f5d fix: restore some help commands
https://github.com/plantuml/plantuml/issues/1331
https://github.com/plantuml/plantuml/issues/1232
2023-03-19 13:13:13 +01:00
Arnaud Roques e16b1d0b75 fix: remove buggy margin
https://github.com/plantuml/plantuml/issues/1334
2023-03-18 19:46:30 +01:00
Arnaud Roques e53a679331 refactor: improve smetana support for JSON 2023-03-18 11:25:17 +01:00
Arnaud Roques 7447766553 fix: allow notes with ELK
https://github.com/plantuml/plantuml/issues/1331
2023-03-17 22:53:25 +01:00
Arnaud Roques 89ff4699a0 fix: allow notes with smetana
https://github.com/plantuml/plantuml/issues/1332
2023-03-17 22:48:24 +01:00
Arnaud Roques 68c35a5ac3 fix: partial correction
https://github.com/plantuml/plantuml/issues/1335
2023-03-17 22:42:27 +01:00
Arnaud Roques 707d612229 fix: improve ditaa management
https://github.com/plantuml/plantuml/issues/1331
2023-03-17 18:14:13 +01:00
Arnaud Roques a202116a0c fix: improve dot message status 2023-03-16 21:33:59 +01:00
Arnaud Roques 0f9f96dade fix: improve return code management 2023-03-16 21:25:46 +01:00
Arnaud Roques ba0fd1efb4 fix: partially improve smetana code
https://forum.plantuml.net/17600/note-and-position-not-rendering-correctly-on-cheerpj
2023-03-15 19:03:47 +01:00
Arnaud Roques 9adc8dd067 refactor: prepare haxe version 2023-03-14 18:52:44 +01:00
Arnaud Roques 8f074cfbdf fix: improve note syntax in sequence diagrams
https://forum.plantuml.net/17587/notes-linked-to-messages-in-sequence-diagrams
2023-03-14 18:50:51 +01:00
Arnaud Roques 4e0af3328c fix: improve port management
https://github.com/plantuml/plantuml/discussions/1325
2023-03-14 18:48:52 +01:00
Arnaud Roques 534fc27942 fix: Improve line endings in the output files
https://github.com/plantuml/plantuml/pull/1183
2023-03-14 18:46:55 +01:00
Arnaud Roques da21293630 fix: still in progress
https://forum.plantuml.net/17566/global-%24variable-default-variable-produces-error-a001
https://github.com/plantuml/plantuml/issues/1320
2023-03-13 21:46:30 +01:00
Arnaud Roques 9c62daa35d Fix UGraphic hierarchy 2023-03-12 12:41:34 +01:00
Arnaud Roques 5febaa9aeb Preprocessing with __MIT__ is now working 2023-03-12 12:15:51 +01:00
Arnaud Roques be8454cb59 update to 1.2023.3 2023-03-09 19:04:46 +01:00
Arnaud Roques aa033bc2c1 wip 2023-03-08 21:49:44 +01:00
rohitsud 02ce388a5a
Allow only one underscore when escaping -->
This improves https://github.com/plantuml/plantuml/pull/1303 by preventing expressions like `*--____>` from being allowed. Now only expressions like `*--_>` and `*-->` will be allowed in maps,
2023-03-05 11:43:49 -08:00
Arnaud Roques 5cdd5c76e5 wip 2023-03-04 10:34:43 +01:00
Arnaud Roques 690fa349ba wip 2023-03-01 18:05:03 +01:00
Arnaud Roques f4221e340a wip 2023-02-28 22:22:51 +01:00
rohitsud ece128c3f1
Allow underscore to be used as an escape character for pattern -->
The issue is described in more detail at https://forum.plantuml.net/17507/dotted-arrow-also-the-close-comment-blocks-html-xml-markdown --
Similar to the issue in https://forum.plantuml.net/11806/dotted-arrow-also-the-close-comment-blocks-html-xml-markdown map uses the syntax with --> for longer arrows but they pose a problem when embedding in HTML.

For example, the following cannot be embedded in HTML.

map example {

    A*--> B

}

The linked thread above suggests the use of _ before the > but that doesn't work for maps.
2023-02-28 11:38:27 -08:00
Arnaud Roques 52664342f6 Version 1.2023.2 2023-02-26 19:51:17 +01:00
Arnaud Roques c54983bb5e Make AgoUML work 2023-02-22 20:55:55 +01:00
Arnaud Roques 934a1c357b Fix package and (temporary) remove generalization 2023-02-22 20:21:30 +01:00
Arnaud Roques 75835ce2a0 Packages move and bugfix 2023-02-22 19:43:48 +01:00
Arnaud Roques 58cc4e096b wip 2023-02-08 19:38:46 +01:00
Arnaud Roques 62d819dae4 wip 2023-02-06 22:11:35 +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 aa53729752 Fix state id in Scxml export 2023-01-31 20:45:20 +01:00
Arnaud Roques 6979fb6d55 Major change on internal identifier management 2023-01-31 20:27:04 +01:00
Arnaud Roques e1b9c0a0f0 version 1.2023.1 2023-01-29 15:24:49 +01:00
Arnaud Roques 74bcf039a2 Fix https://github.com/plantuml/plantuml/issues/1265 2023-01-17 19:23:30 +01:00
Arnaud Roques c1bbdd6ade Partially fix https://github.com/plantuml/plantuml/issues/1266 2023-01-17 19:19:39 +01:00
Arnaud Roques db9080e28f wip 2023-01-16 20:06:31 +01:00
Arnaud Roques 54afac2f27 Fix https://github.com/plantuml/plantuml/discussions/1264 2023-01-14 11:49:57 +01:00
Arnaud Roques eac7a29c67 wip 2023-01-13 18:36:46 +01:00
Arnaud Roques 97c7f1ed34 wip 2023-01-11 22:47:15 +01:00
Arnaud Roques cc840383e3 Fix https://github.com/plantuml/plantuml/issues/1250 2023-01-10 18:48:14 +01:00
Arnaud Roques a5d39f6dda Version 1.2023.0 2023-01-09 20:13:37 +01:00
PlantUML 0ed5f14c32
Merge pull request #1237 from Geronymos/latex-file-extension
FileFormat changed to correct LaTeX file extension
2023-01-05 12:06:34 +01:00
The-Lum ec8af62c97
Update FromSkinparamToStyle.java
Adapted from 8ff88645d4 (with correction of #1214):
- fixes #1227
- fixes #1228

Regards.
2023-01-04 20:53:21 +01:00
Orangerot 74bd6652ce FileFormat changed to correct LaTeX file extension 2022-12-28 02:33:59 +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 4044c73d06 Fix https://github.com/plantuml/plantuml/issues/1216 2022-12-16 19:37:14 +01:00
Arnaud Roques 5deec17711 Fix https://github.com/plantuml/plantuml/issues/1210 2022-12-16 18:43:17 +01:00
Arnaud Roques 8ff88645d4 wip 2022-12-16 17:20:14 +01:00
Ole Martin Ruud 19b12df687
Add scale parameter to includegraphics for tikz 2022-12-16 05:50:43 +01:00
Arnaud Roques 80217d8c90 wip 2022-12-13 18:30:41 +01:00
Arnaud Roques 117102bb65 Version 1.2022.14 2022-12-06 20:47:32 +01:00
Arnaud Roques 3cf5e15bb4 wip 2022-12-04 19:59:49 +01:00
Arnaud Roques 0d7f2eea2c wip 2022-11-30 18:41:17 +01:00
Arnaud Roques 4ea37512c7 wip 2022-11-29 19:57:22 +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 fae0dfdf02 wip 2022-11-26 13:57:59 +01:00
Arnaud Roques 8b03ff71b9 wip 2022-11-25 18:50:02 +01:00
Arnaud Roques 5fce218b08 Fix https://forum.plantuml.net/17019/prevent-wrap-for-comma-dot-etc 2022-11-23 19:58:01 +01:00
Arnaud Roques 6e25b30d60 Improve compression management 2022-11-19 15:57:30 +01:00
Arnaud Roques 665cae15ba Adding awslib10 and awslib14 2022-11-17 18:56:16 +01:00
Arnaud Roques 97d3281ec3 Improve stdlib versioning 2022-11-16 00:15:21 +01:00
YassinHajaj 8b5ee45cd7
Fixed typo : arround becomes around 2022-11-14 10:59:47 +01:00
Arnaud Roques ac0ccd1af2 wip 2022-11-08 19:45:10 +01:00
Arnaud Roques fce894d4e1 wip 2022-11-07 20:27:11 +01:00
Arnaud Roques 48ae51e8c3 wip 2022-11-04 18:36:03 +01:00
Tagir Valeev 35f94e2b6d
Fix poorly distributed hashCode in Position.java
Bitwise shift has lower precedence than addition, so the hashCode calculation was like `(xmin + ymin) << (8 + xmax) << (16 + ymax) << 24` which results in absolutely poor hashCode (in particular, lower 24 bits are always zero).
2022-10-28 11:26:32 +02:00
Arnaud Roques 718266f443 wip 2022-10-25 22:43:40 +02:00
Arnaud Roques 62c8b26e25 Version 1.2022.12 2022-10-24 23:24:20 +02:00
Rui Chen 3662ba3464
fix: update graphviz version check pattern
Signed-off-by: Rui Chen <rui@chenrui.dev>
2022-10-23 16:40:48 -04:00
Arnaud Roques b6a3efd259 Version 1.2020.10 2022-10-22 19:35:10 +02:00
Arnaud Roques 780e31ed77 wip 2022-10-20 18:58:12 +02:00
PlantUML 5c4b6b7fef
Merge pull request #1159 from The-Lum/AddMetaclassStereotypeInClassDiag
Add support for `MetaClass` and `Stereotype` in class diagram
2022-10-18 23:11:44 +02:00
Arnaud Roques 1928fb31ca wip 2022-10-18 22:57:44 +02:00
The-Lum b2e2a2bbcd add support for `MetaClass`, `Stereotype` in class 2022-10-18 20:00:25 +00:00
Arnaud Roques f0048de5b7 wip 2022-10-05 22:32:57 +02:00
Arnaud Roques cfe2b60db9 minor Ebbn fix 2022-09-28 08:14:16 +02:00
Arnaud Roques ecf66ff391 EBNF improvements 2022-09-27 18:12:38 +02:00
PlantUML ea0c9f98a2
Merge pull request #1128 from soloturn/java18
javadoc build warnings removed
2022-09-25 18:07:15 +02:00
Arnaud Roques 5e30d89eb4 Version 1.2022.8 2022-09-25 17:35:14 +02:00
soloturn c124a9d550 javadoc links which are not in the code removed 2022-09-24 11:06:25 +02:00
soloturn 763e60b2d1 literal & in javaddoc 2022-09-24 11:06:25 +02:00
Arnaud Roques f846634ce2 wip 2022-09-23 18:53:33 +02:00
Arnaud Roques 9bdc69ecee wip 2022-09-20 22:35:41 +02:00
PlantUML 7e1a26051e
Merge pull request #1122 from soloturn/java18
Double.valueOf instead of new Double()
2022-09-18 19:18:13 +02:00
Arnaud Roques 648b02f8c8 wip 2022-09-18 19:08:06 +02:00
soloturn e8d057127a Double.valueOf instead of new Double() 2022-09-17 19:37:51 +02:00
Arnaud Roques 2d07f5ae2c wip 2022-09-15 19:24:26 +02:00
Arnaud Roques 206f807952 wip 2022-09-14 22:02:44 +02:00
Arnaud Roques b2afe9c916 wip 2022-09-14 20:12:03 +02:00
Arnaud Roques 9ab898fe1b wip refactoring 2022-09-12 22:08:34 +02:00
Arnaud Roques b0dbb29e2a Add text support in inline SVG sprites 2022-09-06 11:56:31 +02:00
Arnaud Roques 847f482609 Scxml improvement 2022-09-06 10:49:43 +02:00
Arnaud Roques a562d24aa4 ScXml improvement 2022-09-01 19:40:58 +02:00
Arnaud Roques 0dd8e23270 wip 2022-08-30 21:15:53 +02:00
Arnaud Roques 775d2e16c9 Remove version from UML:model 2022-08-29 18:43:42 +02:00
Arnaud Roques a195b4e842 xmi improvement and add alpha support for GraphML 2022-08-29 18:21:06 +02:00
Arnaud Roques 6809546c65 wip 2022-08-26 18:00:28 +02:00
Arnaud Roques 7c576ed4ac wip 2022-08-24 18:46:33 +02:00
Arnaud Roques b4d191a365 Import version 1.2022.7 2022-08-23 18:39:27 +02:00
Arnaud Roques b5a6684cd1 Refactoring about colors 2022-08-19 18:34:21 +02:00
Arnaud Roques 9da0fd0939 Gantt improvement 2022-08-18 18:55:09 +02:00
Arnaud Roques 62e5a00c8d wip 2022-08-17 19:34:24 +02:00
Guillaume Grossetie aaf3a8ee24 resolves #1086 replace printStackTrace by java.util.logging.Logger 2022-08-16 17:22:32 +02:00
Peter Schuller 0813b747e3 adds HyperLinks to GANTT Milestones
This resembles the behavior of "normal" tasks in the GANTT chart to
enable linking of milestones.
It is meant to resolve issue #1074
2022-08-02 18:43:52 +02:00
Arnaud Roques 1b89a48f46 wip 2022-07-29 14:43:01 +02:00
Arnaud Roques dd53272c19 wip 2022-07-27 15:51:02 +02:00
Arnaud Roques 0fc2fad432 wip 2022-07-26 12:57:15 +02:00
Arnaud Roques ed8ad4bf69 Fix various mindmap and WBS style issues 2022-07-22 16:12:55 +02:00
Arnaud Roques 3bff5329c7 fix https://forum.plantuml.net/16284/how-to-left-align-when-the-aws-lib-is-also-used 2022-07-21 19:01:57 +02:00
Arnaud Roques 8294ca6e78 Add order, see https://forum.plantuml.net/15232/declare-participants-similar-to-components?show=16269#c16269 2022-07-21 18:06:55 +02:00
Arnaud Roques 9371ad88dc Adding %now function 2022-07-21 15:40:34 +02:00
Arnaud Roques ebf7613792 Minor bug fix 2022-07-21 14:09:24 +02:00
Bob Jacobsen fe789981d6
Merge branch 'master' into bj-add-protocol-struct 2022-07-14 10:33:41 -04:00