Commit Graph

1072 Commits

Author SHA1 Message Date
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
PlantUML c11a045670
Merge pull request #1246 from The-Lum/patch-2
Update FromSkinparamToStyle.java to fix some skinparams
2023-01-05 10:39:06 +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
PlantUML 040bf1f134
Merge pull request #1225 from The-Lum/FixTitleOnTheme
Fix `title` on theme
2022-12-26 16:19:04 +01:00
The-Lum ef438a1672 🐛Fix title on theme 2022-12-21 18:42:39 +00: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
PlantUML 800ead7a8f
Merge pull request #1215 from barskern/add-scale-to-tikz-picture
Add scale parameter to includegraphics for tikz
2022-12-16 15:13:46 +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 03dbd4a848 Fix test issue 2022-11-23 20:12:05 +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 8cc6471ad3 Adding awslib14 2022-11-19 15:59: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
PlantUML db09c72834
Merge pull request #1189 from YassinHajaj/master
Fixed typo : arround becomes around
2022-11-14 11:28:56 +01:00
YassinHajaj 8b5ee45cd7
Fixed typo : arround becomes around 2022-11-14 10:59:47 +01:00
PlantUML a3f1128172
Merge pull request #1188 from bschwarz/new_theme_cloudscape_design
New theme cloudscape design
2022-11-13 23:01:26 +01:00
Brett Schwarz a6a15a3e06 FEAT: New Theme: cloudscape-design 2022-11-13 12:37:55 -08:00
Brett Schwarz 6305887e97 Revert "FEAT: Add New Theme: cloudscape-design"
This reverts commit 2d290790ab.
2022-11-13 12:36:01 -08:00
Brett Schwarz 2d290790ab FEAT: Add New Theme: cloudscape-design 2022-11-13 12:22:30 -08: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
PlantUML 7a6261f00a
Merge pull request #1172 from amaembo/patch-1
Fix poorly distributed hashCode in Position.java
2022-10-29 13:45:25 +02: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 ab8d4f4118 Merge branch 'master' of https://github.com/plantuml/plantuml 2022-10-25 22:44:12 +02:00
Arnaud Roques 718266f443 wip 2022-10-25 22:43:40 +02:00
PlantUML b28f8d857f
Merge pull request #1165 from plantuml/gliptak-patch-1
Update to remove deprecated set-output in GHA
2022-10-25 09:19:24 +02:00
Gábor Lipták be8c618134
Update to remove deprecated set-output in GHA
Signed-off-by: Gábor Lipták gliptak@gmail.com
2022-10-24 21:17:59 -04:00
Arnaud Roques 62c8b26e25 Version 1.2022.12 2022-10-24 23:24:20 +02:00
PlantUML bb6a08f55c
Merge pull request #1164 from chenrui333/fix-graphviz-version-check
fix: update graphviz version check pattern
2022-10-24 14:43:38 +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