Commit Graph

47 Commits (v2.11.0)

Author SHA1 Message Date
KIRCHSTH 8c3e97728a Create release (branch) v2.11.0 1 year ago
kirchsth dd0ac23637 #364,365 add UpdateLegendTitle(newTitle) call and language themes 2 years ago
kirchsth 4835b90348 #350 Boundaries support descriptions
- Boundary(..., ?descr)
- Enterprise_Boundary(..., ?descr)
- System_Boundary(..., ?descr)
- Container_Boundary(..., ?descr)
2 years ago
kirchsth 8bb4a581c0 #350 Boundaries support sprites which are defined via tags
If a sprite is defined then it displayed in the first line in front of the
(with a smaller size, typically 50%)

- AddBoundaryTag(..., ?sprite, ?legendSprite)
- UpdateBoundaryStyle(..., ?sprite, ?legendSprite)
- UpdateContainerBoundaryStyle(..., ?sprite, ?legendSprite)
- UpdateSystemBoundaryStyle(..., ?sprite, ?legendSprite)
- UpdateEnterpriseBoundaryStyle(..., ?sprite, ?legendSprite)

Default sprite size can be changed via $BOUNDARY_IMAGE_SIZE_FACTOR
2 years ago
kirchsth 1db64bf1cc support all PlantUML elements - new argument is called $baseShape 2 years ago
kirchsth c3f3f0c469 support all PlantUML elements - fix url, TOC 2 years ago
kirchsth 1a7bc85a5f first prototype with all PlantUML elements (use feature/all_plantuml_elements branch) 2 years ago
kirchsth 7e8b2e257e first prototype with all PlantUML elements 2 years ago
kirchsth a0e509634c #315 Element/Boundary border thickness and style can be defined via tags 3 years ago
KIRCHSTH 82ab80c1cf #307 harmonize element definition 3 years ago
kirchsth 5c4db8a639
#245,#291 Enables theme support (#295) 3 years ago
KIRCHSTH ad253a6880 #281 elements and relationships can be empty; additional $sprite is part of relationship links 3 years ago
Kirchsteiger, Helmut AVL AT 437e39caf3 Revert "Update the `!include` paths to point to the new release URL."
This reverts commit d729c55c55.
3 years ago
Ben Peachey d729c55c55 Update the `!include` paths to point to the new release URL. 3 years ago
KIRCHSTH 8d08100549 #255 All $label and $techn supports line breaks 3 years ago
KIRCHSTH eed1546d1d #240 Fix -DRELATIVE_INCLUDE="absolute/relativeToDiagram" 3 years ago
KIRCHSTH 344f4f616f #247 Element styles are correct combined and dynamic legend is correct calculated 4 years ago
KIRCHSTH 276a843fec #227 Boundaries can be styled via 4 years ago
Fredrik 7fdb7cbfb7
Fix formatting 4 years ago
Fredrik 244daa8282
Make Container techn optional
This change makes the `techn` argument to `Container` and friends optional, similar to how it is optional in `Rel`.

I am not very familiar with this project or plantuml in general, so please review carefully.
4 years ago
KIRCHSTH 6f645d3cd2 Tags support $techn(/$type) too. 5 years ago
KIRCHSTH 9029269285 Legend supports sprites and custom text (5 - fix OpenIconic and add image support) 5 years ago
KIRCHSTH 0670fc6208 Legend supports sprites and custom text (3 - add element specific AddXxxxxxxStyle() with specific default colors) 5 years ago
KIRCHSTH 506922d715 Legend supports sprites and custom text 5 years ago
KIRCHSTH 1c86ba40b1 #119, #72: Add link support: All elements (except relations) are updated 5 years ago
KIRCHSTH 433db676fb #126: C4 relationships support description, sprite/openIconic and tags (2 - incl legend)
add procedures: AddRelTagSupport(), UpdateRelStyle()
rename procedures: SHOW_DYNAMIC_LEGEND() to SHOW_LEGEND(), UpdateSkinparamsAndLegendEntry() to UpdateElementStyle()
5 years ago
KIRCHSTH 8c4c1ecc5b * Node is added as short version of Deployment_Node,
(Deployment_)Node() supports description, sprite and left/right alignment via Node_L()/Node_R()
* Element properties can be defined via  SetPropertyHeader(), WithoutPropertyHeader() and AddProperty()
5 years ago
KIRCHSTH b61cf26db8 #93: local file includes can be activated via command line argument -DRELATIVE_INCLUDE="."
Update github workflow that local files are used
5 years ago
KIRCHSTH b0d1692be2 #93: local file includes can be activated via command line argument -DRELATIVE_INCLUDE="." (2 - fix !if) 5 years ago
KIRCHSTH d799a4c5d5 #93: local file includes can be activated via command line argument -DRELATIVE_INCLUDE="."
Update github workflow that local files are used
5 years ago
KIRCHSTH b63db7ee9b #102, #94, #51: Add custom tags/stereotypes support; dynamic legend supports custom colors, border and shadow; dynamic legend displays (only) used elements, tags/stereotypes.
New added macros: SHOW_DYNAMIC_LEGEND(), AddTagSupport(), UpdateSkinparamsAndLegendEntry(), elements macros are extended with $tags="..."
5 years ago
Adrian Lupu 7d050e48b0 switched urls to https://github.com/plantuml-stdlib/C4-PlantUML 5 years ago
Adrian Lupu 5c21e88177 added external container/component from https://github.com/stawirej/C4-PlantUML.git 5 years ago
Cory ODaniel f47bb45cbc adding Queue types 5 years ago
Adrian Lupu cc61ad7320 sprite support for entities 6 years ago
Piotr Niewiejski d8c061979a Replace function with procedure declaration when no return specified 6 years ago
Leila Pearson 736b478503 Improve legend
Improve the look of the legend table in LAYOUT_WITH_LEGEND()
to better match the overall diagram style
6 years ago
Adrian Lupu 10c4c954c2 all links point to adrianvlupu/C4-Builder 7 years ago
Adrian Lupu 33ed52bfaf compatibility with plantuml.1.2019.6 7 years ago
Chris Charabaruk 754721b740 Add database macros for system, container, and component
Add the ability to use the PlantUML `database` shape for systems (including
external systems), containers, and components. The following macros have
been added:

- `SystemDb`
- `SystemDb_Ext`
- `ContainerDb`
- `ComponentDb`

These macros take the same parameters as their regular counterparts.
7 years ago
Chris Charabaruk 5cf4f0058e Use base `Boundary` macro for different boundary types
Avoid duplication and allow for easier label adjustments by using the base
`Boundary` macros in `System_Boundary` and `Container_Boundary`.
8 years ago
Victor Lupu 732db12aa0 C4_Container.puml split across multiple files
updated styles to be flat
boundary is now a dashed rectangle
updated README with new image urls
8 years ago
Victor Lupu 32a458082c maintain absolute url 8 years ago
Victor Lupu a495c6a60d added ExtSystem and Component type
new samples using the new types
8 years ago
Ricardo Niepel 7f9f80cc01 add relationship neighbor method
more relationship helper methods
8 years ago
Ricardo Niepel 7c081cabd1 fix arrow font size for big diagrams 8 years ago
Ricardo Niepel a234d78b5c init 8 years ago