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

64 Commits

Author SHA1 Message Date
Arnaud Roques
c20b3d9642 feat: work on chronology 2023-12-11 18:34:23 +01:00
Arnaud Roques
e991c4699b feat: several gantt improvement 2023-11-27 18:41:15 +01:00
Arnaud Roques
f0b3e6900c feat: improve gantt language 2023-11-26 18:57:11 +01:00
Arnaud Roques
8b5a1521e7 fix: several Gantt improvement
https://forum.plantuml.net/18397/gantt-how-handle-resource-starts-terminates-specific-date
https://forum.plantuml.net/17571/is-it-possible-to-set-gantt-tasks-to-be-incomplete-by-default?show=17571#q17571
https://forum.plantuml.net/18128/gantt-diagram-vertical-separator-styling?show=18128#q18128
2023-11-23 17:50:00 +01:00
Arnaud Roques
870d09d272 fix: improve minor issues in Gantt 2023-09-28 00:16:33 +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
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
5febaa9aeb Preprocessing with __MIT__ is now working 2023-03-12 12:15:51 +01:00
Arnaud Roques
52664342f6 Version 1.2023.2 2023-02-26 19:51:17 +01:00
Arnaud Roques
75835ce2a0 Packages move and bugfix 2023-02-22 19:43:48 +01:00
Arnaud Roques
4888ac976d Start major packages refactoring 2023-02-02 18:59:43 +01:00
Arnaud Roques
f0048de5b7 wip 2022-10-05 22:32:57 +02:00
Arnaud Roques
648b02f8c8 wip 2022-09-18 19:08:06 +02:00
Arnaud Roques
2d07f5ae2c wip 2022-09-15 19:24:26 +02:00
Arnaud Roques
9ab898fe1b wip refactoring 2022-09-12 22:08:34 +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
Arnaud Roques
ebf1b1b622 wip 2022-03-19 13:48:23 +01:00
Arnaud Roques
a1a599b633 Import version 1.2022.2 2022-03-07 20:33:46 +01:00
Arnaud Roques
dbc5104528 wip 2022-03-01 19:11:51 +01:00
Arnaud Roques
5d0d2bb8da wip 2022-02-17 19:27:32 +01:00
Arnaud Roques
4534dc4ee2 Change default theme 2022-02-10 19:16:18 +01:00
Arnaud Roques
864cb34e30 wip 2022-01-03 18:35:17 +01:00
Arnaud Roques
0be33c0ecf Fix https://forum.plantuml.net/15211 2022-01-03 14:38:18 +01:00
matthew16550
25413d5b2b Update PNG splitting to support these diagram types:
Activity, Archimate, Board, Class, Component, Deployment, Gantt, Mindmap, Network, Salt, State, Timing, WBS, Wire
2021-09-21 21:45:07 +10:00
Arnaud Roques
b3bf75e0b7 Improve style support for nwdiag 2021-09-15 23:03:09 +02:00
Arnaud Roques
da75a18cde Add new command 'printscale weekly with calendar date' 2021-09-13 18:22:02 +02:00
Arnaud Roques
d55c9c6ca7 Import version 1.2021.8 2021-06-27 18:50:40 +02:00
Arnaud Roques
39c585ee09 Import version 1.2021.7 2021-05-23 17:35:13 +02:00
Arnaud Roques
f83a207360 Import version 1.2021.6 2021-05-14 10:42:57 +02:00
Arnaud Roques
7afaa0c743 Add use of Objects.requireNonNull 2021-05-09 23:14:40 +02:00
Arnaud Roques
c216d071b5 Improve theme support 2021-05-06 23:23:05 +02:00
Arnaud Roques
f1d83b484c Integration of themes from Brett Schwarz 2021-05-01 19:40:56 +02:00
Arnaud Roques
fcf10ee0a9 Import version 1.2021.5 2021-04-25 22:59:17 +02:00
Arnaud Roques
dfdec8820f Improve Gantt and add alpha support for ELK 2021-04-13 19:05:18 +02:00
Arnaud Roques
f69cfcd011 Add some Gantt improvement 2021-04-07 20:02:23 +02:00
matthew16550
935c52109b Add AbstractPSystem.createImageBuilder(). Remove styledImageBuilder() 2021-04-04 23:45:56 +10:00
Arnaud Roques
feba01473c Import version 1.2021.4 2021-04-04 12:31:53 +02:00
Loïc PÉRON
638bd2e9ea Add compress parameter to print scale command in gantt diagram 2021-04-02 16:34:14 +02:00
Loïc PÉRON
be69806a96 Add quarterly and yearly print scale to gantt diagram 2021-04-02 16:12:41 +02:00
matthew16550
68be6ae4a0 Simplify passing around of seed value. 2021-03-24 00:06:33 +11:00
matthew16550
ac1fa530cf Extract common functionality to new ImageBuilder methods plainImageBuilder() plainPngBuilder() styledImageBuilder() and to PlainDiagram / PlainStringsDiagram classes. 2021-03-23 20:40:50 +11:00
Arnaud Roques
e6437ce908 Refactor Gantt and clean TitledDiagram 2021-03-19 17:58:09 +01:00
matthew16550
2da2146f21 Handle Scale & DPI more consistently for all diagram types. 2021-03-19 05:14:42 +11:00
matthew16550
568c2e3106 Move diagram.getAnimation() & diagram.getWarningOrError() into ImageParameter class. 2021-03-10 05:31:38 +11:00
matthew16550
fbbb8a2756 Refactor duplicated logic to ImageParameter class. This will provide consistent support for Diagram Border, Handwritten, Background Color, Metadata (and possibly more) in many diagram types than previously did not support them. 2021-03-09 16:13:14 +11:00
matthew16550
2d50dd9c59 Move diagram margin logic to ImageParameter.calculateDiagramMargin(). This will allow CSS control of margins in many diagrams that previously did not allow it. 2021-03-09 05:32:41 +11:00
Arnaud Roques
5ec1037202 Import version 1.2021.0 2021-01-10 21:52:19 +01:00