The-Lum
91d46a866e
docs: add package-info.java
and readme.md
...
For `Smetana`:
- `src/h`
- `src/gen`
- `src/smetana/core`
2023-11-14 14:34:15 +00:00
Arnaud Roques
4f46b6726e
refactor: remove dead code
2023-11-11 20:23:35 +01:00
Arnaud Roques
137d84101f
style: remove unused import
2023-11-11 19:56:03 +01:00
The-Lum
c885afd3d2
docs: add package-info.java
and readme.md
...
(for `png` to `zopfli`)
Todo or remaining directory:
- api
- compositediagram
- core
- decoration
- flowdiagram
- golem
- klimt
- mda
- text
- utils
- webp
2023-11-09 20:11:23 +00:00
The-Lum
7666511512
Merge branch 'plantuml:master' into ImproveDoc
2023-11-02 21:40:25 +01:00
The-Lum
3a095fd7cb
docs: add package-info.java
and readme.md
...
(for `dedication` to `png`)
2023-11-02 20:38:00 +00:00
Dietrich Travkin
0a795acbb3
Fix merge problem
2023-10-30 10:48:47 +01:00
Dietrich Travkin
7a7f59f00b
Merge commit '89406657e7a26c74119a87637f8f96c94055b45b' into patch/1580
2023-10-30 10:45:34 +01:00
Dietrich Travkin
263662d6d3
#1580 Make source code compatible to Java 1.7 (forgot one stream usage)
2023-10-30 10:39:34 +01:00
Dietrich Travkin
8b87aa0c1c
#1580 Make source code compatible to Java 1.7
2023-10-30 10:18:27 +01:00
Dietrich Travkin
570d056f3d
#1475 Fix show statement
2023-10-27 11:23:43 +02:00
Dietrich Travkin
f47ca8c339
#1580 Fix hiding stereotypes
2023-10-27 11:00:17 +02:00
Arnaud Roques
f8d87217a7
refactor: remove unused code
2023-10-22 12:15:29 +02:00
Arnaud Roques
e92dcd400b
refactor: remove unused code
2023-10-22 11:54:17 +02:00
Arnaud Roques
8f5c3379ed
refactor: remove unused logo dead code
2023-10-22 11:28:29 +02:00
Arnaud Roques
38ea5ae823
chore: prepare next development cycle
2023-10-22 10:33:24 +02:00
Arnaud Roques
8b092894ed
chore: version 1.2023.12
2023-10-20 15:58:10 +02:00
Arnaud Roques
1e6ffb0bec
fix: add some hard-coded dot path for MacOS
...
https://github.com/plantuml/plantuml/issues/1583
2023-10-20 15:44:00 +02:00
Arnaud Roques
4adacbabe5
fix: improve error management for non-GPL version
2023-10-20 15:29:27 +02:00
The-Lum
28cc4638d6
docs: add package-info.java
and readme.md
...
(for `abel` to `command`)
2023-10-17 10:16:34 +00:00
The-Lum
172ac26e03
docs: create ant
readme.md
2023-10-05 22:21:34 +02:00
Arnaud Roques
5d38bb6ef4
fix: minor issue on nesting packages
...
https://github.com/plantuml/plantuml/issues/1550
2023-10-04 19:11:39 +02:00
The-Lum
649bbb17b2
doc: fix some missing full stop
2023-10-03 14:30:06 +00:00
The-Lum
5fd1fb06de
Merge branch 'plantuml:master' into ImproveDoc
2023-10-03 16:08:09 +02:00
Arnaud Roques
870d09d272
fix: improve minor issues in Gantt
2023-09-28 00:16:33 +02:00
The-Lum
55598085f5
docs: fix relative path on activitydiagram
readme
2023-09-26 13:17:18 +02:00
The-Lum
18a838fa7d
Rename README.md to readme.md
2023-09-26 12:44:16 +02:00
The-Lum
78ce8b8c37
docs: add README.md
for activitydiagram3
2023-09-26 12:21:57 +02:00
The-Lum
a40c98b373
docs: add README.md
for activitydiagram
2023-09-26 12:15:34 +02:00
The-Lum
b19770e228
docs: add package-info.java
for activitydiagram3
2023-09-26 10:21:13 +02:00
The-Lum
7387b14081
docs: add package-info.java
for activitydiagram
2023-09-26 10:19:10 +02:00
Arnaud Roques
6781e85680
chore: prepare next development cycle
2023-09-13 21:24:43 +02:00
Arnaud Roques
057a076817
chore: prepare release 1.2023.11
2023-09-13 20:35:31 +02:00
Arnaud Roques
41ba2020b6
fix: minor issues
...
https://github.com/plantuml/plantuml/issues/1531
https://github.com/plantuml/plantuml/issues/1535
2023-09-11 19:39:02 +02:00
Arnaud Roques
4b58055b9f
mod: Handle @start/@end syntax error better
...
https://github.com/plantuml/plantuml/pull/1522
2023-08-28 19:14:15 +02:00
The-Lum
5149c49858
fix: change No @startuml/@enduml found
message to No valid @start/@end found, please check the version
for more readability
...
- [x] Rename `noStartumlFound` function to `noValidStartFound`
- [x] Rename `No @startuml/@enduml found` message to `No valid @start/@end found, please check the version`
Notes:
- Impact also the PicoWebserver;
- _For future enhancement perhaps use `resource` or list of message instead of repeating a message in many different places..._
2023-08-28 15:30:27 +00:00
Arnaud Roques
39fd1138cb
chore: use annotation for dead code
...
https://github.com/plantuml/plantuml/issues/1521#issuecomment-1694600302
2023-08-27 11:07:44 +02: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
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