Commit Graph

437 Commits

Author SHA1 Message Date
Aravind Pai e8ae9b3776
Fixed some typos in the license text
Minor typos, but they change the meaning to the opposite of what's intended (although everyone would understand what's meant from the context).
2021-09-13 15:04:06 +05:30
arnaudroques 5cb202295d
Merge pull request #664 from matthew16550/imageio-read-bytes
Extract ImageIO.read(byte[]) method
2021-09-12 12:35:01 +02:00
arnaudroques 061ce99bc5
Merge pull request #665 from matthew16550/SourceFileReaderAbstract
Extract common code to SourceFileReaderAbstract constructor
2021-09-12 12:33:12 +02:00
arnaudroques 07d9cc9917
Merge pull request #666 from The-Lum/detach-mod
mod: change class of `detach`
2021-09-12 12:29:53 +02:00
The-Lum d7eba91125
mod: change class of `detach`
- `detach` is more a `keyword` than a `type`, like `kill`.

Then change class of `detach` from `type` to `keyword`.
2021-09-11 11:33:43 +02:00
matthew16550 c72202eb96 Extract common code to SourceFileReaderAbstract constructor 2021-09-11 19:02:36 +10:00
matthew16550 985916664f Extract ImageIO.read(byte[]) method 2021-09-11 14:21:48 +10:00
arnaudroques 5e20da92f2
Merge pull request #663 from matthew16550/auto-close
Refactor some code to use AutoCloseable / try-with-resources
2021-09-10 22:53:53 +02:00
matthew16550 08dfd191ba Refactor some code to use AutoCloseable / try-with-resources 2021-09-11 00:52:29 +10:00
arnaudroques 51e95b113b
Merge pull request #658 from plantuml/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.1
Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
2021-09-08 10:46:05 +02:00
arnaudroques 3c286fdbaa
Merge pull request #659 from matthew16550/macos-copy
Fix copy to clipboard on Mac
2021-09-08 10:43:24 +02:00
matthew16550 9e7db1ce64 Fix copy to clipboard on Mac.
The previous code `Toolkit.getDefaultToolkit().createImage()` does not read the image file into memory but Clipboard.setContents() on Mac seems to need an image that is already in memory.
2021-09-08 14:51:40 +10:00
dependabot[bot] 9878b8aecc
Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.3.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-08 01:03:21 +00:00
arnaudroques ce95fff0fa
Merge pull request #651 from matthew16550/test-failure
Prevent intermittent test failure due to PSystemError creating different output at different times of the hour
2021-09-03 10:22:40 +02:00
arnaudroques b7d7c54e45
Merge pull request #650 from matthew16550/ci
Combine test & release workflows into single CI workflow
2021-09-03 10:17:10 +02:00
matthew16550 8903d5e689 Prevent intermittent test failure due to PSystemError creating different output at different times of the hour. 2021-09-03 17:51:22 +10:00
Matthew Leather a35fa3e61c
Combine test & release workflows into single CI workflow 2021-09-03 15:57:59 +10:00
arnaudroques 1f5ef7c9c1
Merge pull request #647 from The-Lum/ImproveDoc
doc: Adding some badges about `tag` and `commit`
2021-08-31 14:36:05 +02:00
The-Lum 1d62430b9d
doc: Adding some badges about `tag` and `commit`
Adding some badges about `tag` and `commit`
2021-08-31 14:29:03 +02:00
arnaudroques ea7170b936
Merge pull request #642 from plantuml/dependabot/maven/org.assertj-assertj-core-3.20.2
Bump assertj-core from 3.19.0 to 3.20.2
2021-08-31 12:42:51 +02:00
arnaudroques adaa74fdb4
Merge pull request #643 from plantuml/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.0
Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
2021-08-31 12:42:14 +02:00
arnaudroques df0cfa84e4
Merge pull request #644 from plantuml/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.2.0
Bump maven-dependency-plugin from 3.1.2 to 3.2.0
2021-08-31 12:41:52 +02:00
arnaudroques 189243a4d6
Merge pull request #645 from plantuml/dependabot/maven/org.junit-junit-bom-5.7.2
Bump junit-bom from 5.7.1 to 5.7.2
2021-08-31 12:41:23 +02:00
dependabot[bot] 3c0e6086ae
Bump junit-bom from 5.7.1 to 5.7.2
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 01:03:10 +00:00
dependabot[bot] 15c200befb
Bump maven-dependency-plugin from 3.1.2 to 3.2.0
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.1.2...maven-dependency-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 01:03:06 +00:00
dependabot[bot] c3b00f0e0c
Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 01:03:03 +00:00
dependabot[bot] c93580a748
Bump assertj-core from 3.19.0 to 3.20.2
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.19.0 to 3.20.2.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.19.0...assertj-core-3.20.2)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 01:02:59 +00:00
Arnaud Roques be62cff7e7 update pom.xml with org.codehaus.mojo 2021-08-30 19:18:38 +02:00
arnaudroques 00146432c7
Merge pull request #640 from plantuml/dependabot/maven/org.apache.ant-ant-1.10.11
Bump ant from 1.10.9 to 1.10.11
2021-08-30 19:15:56 +02:00
dependabot[bot] 3c09b7f21b
Bump ant from 1.10.9 to 1.10.11
Bumps ant from 1.10.9 to 1.10.11.

---
updated-dependencies:
- dependency-name: org.apache.ant:ant
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-30 17:14:34 +00:00
Arnaud Roques 9238bacd65 Import version 1.2021.10 2021-08-30 19:13:54 +02:00
arnaudroques 550ff078a8
Merge pull request #639 from matthew16550/ci-temurin
Change GitHub Workflows to use "temurin" Java.
2021-08-30 09:46:36 +02:00
arnaudroques 31150f6a56
Merge pull request #638 from The-Lum/ImproveReadMe
doc: standardization with `plantuml.com` content
2021-08-30 09:45:12 +02:00
matthew16550 62933e2c9e Bump setup-java version to support "temurin" Java 2021-08-30 16:00:47 +10:00
matthew16550 f3226a1fa7 Change GitHub Workflows to use "temurin" Java.
(Docs for https://github.com/actions/setup-java were changed a few days ago to warn that "adopt" Java won't be updated anymore)
2021-08-30 15:49:55 +10:00
The-Lum 63763961bb
doc: standardization with `plantuml.com` content
standardization with the content of `plantuml.com` site
2021-08-29 21:56:48 +02:00
arnaudroques e71791dade
Merge pull request #614 from damienwojtowicz/master
Implemented zoom control keyboard shortcuts
2021-08-03 11:58:41 +02:00
arnaudroques a6503949d8
Merge pull request #612 from plantuml/dependabot/maven/org.sonatype.oss-oss-parent-7
Bump oss-parent from 5 to 7
2021-08-03 10:10:29 +02:00
arnaudroques efff80e7e1
Merge pull request #609 from plantuml/dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.3.0
Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
2021-08-03 10:09:41 +02:00
arnaudroques d289735836
Merge pull request #608 from plantuml/dependabot/maven/org.assertj-assertj-core-3.20.2
Bump assertj-core from 3.19.0 to 3.20.2
2021-08-03 10:08:53 +02:00
arnaudroques b08e3f63bb
Merge pull request #605 from plantuml/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.2.0
Bump maven-dependency-plugin from 3.1.2 to 3.2.0
2021-08-03 10:08:13 +02:00
arnaudroques ac3dbf8e09
Merge pull request #610 from plantuml/dependabot/maven/org.junit-junit-bom-5.7.2
Bump junit-bom from 5.7.1 to 5.7.2
2021-08-03 10:07:36 +02:00
arnaudroques 28bc61765f
Merge pull request #606 from plantuml/dependabot/maven/org.apache.ant-ant-1.10.11
Bump ant from 1.10.9 to 1.10.11
2021-08-03 10:04:53 +02:00
damienwojtowicz b5e9171558 Implemented zoom control keyboard shortcuts
- Added a `CTRL + +` to zoom in
- Added a `CTRL + -` to zoom out
- Added a `CTRL + 0` to reset zoom
- Minor refactor in classes names (removed "2" appended to GUI's classes name)
2021-08-02 12:11:47 +02:00
arnaudroques 15aaf95dcd
Merge pull request #613 from asbjornu/feature/setup-java2
Bump actions/setup-java from 1 to 2.1.0 and use AdoptOpenJDK
2021-08-01 21:27:02 +02:00
Asbjørn Ulsberg 9500aac9c4
Use AdoptOpenJDK
As setup-java@2 requires `distribution`, set it to `adopt`.

https://github.com/actions/setup-java/blob/main/README.md#Supported-distributions
2021-07-31 23:47:07 +02:00
dependabot[bot] 9d2f7e8463
Bump oss-parent from 5 to 7
Bumps oss-parent from 5 to 7.

---
updated-dependencies:
- dependency-name: org.sonatype.oss:oss-parent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-31 17:10:56 +00:00
dependabot[bot] 02edc40dac
Bump junit-bom from 5.7.1 to 5.7.2
Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.1...r5.7.2)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-31 17:10:50 +00:00
dependabot[bot] 6598a2f4a3
Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-31 17:10:45 +00:00
dependabot[bot] 5c4587afae
Bump assertj-core from 3.19.0 to 3.20.2
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.19.0 to 3.20.2.
- [Release notes](https://github.com/assertj/assertj-core/releases)
- [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.19.0...assertj-core-3.20.2)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-31 17:10:41 +00:00