Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.9.3
text-tree
Browse files
May 21, 2020
v0.9.3
· 8ec546a8
Barfuin
authored
May 21, 2020
View commits for tag v0.9.3
v0.9.3
8ec546a8
Add Automatic-Module-Name to MANIFEST.MF
· 2d5c57bb
Barfuin
authored
May 21, 2020
2d5c57bb
Clean up import-control.xml a little
· 5516945c
Barfuin
authored
May 21, 2020
5516945c
Continue documentation in README.md
· f91b3348
Barfuin
authored
May 17, 2020
f91b3348
May 15, 2020
Add publishing of Javadoc to GitLab Pages
· 3ad85da1
Barfuin
authored
May 14, 2020
3ad85da1
May 13, 2020
v0.9.2
· 3ae3e818
Barfuin
authored
May 13, 2020
View commits for tag v0.9.2
v0.9.2
3ae3e818
Add workaround for...
· 713622b4
Barfuin
authored
May 13, 2020
713622b4
May 11, 2020
Add notice on jcenter and Maven Central to README.md
· 3eeca112
Barfuin
authored
May 11, 2020
3eeca112
May 10, 2020
v0.9.1
· df16db84
Barfuin
authored
May 09, 2020
View commits for tag v0.9.1
v0.9.1
df16db84
Activate pipeline publishing
· 50e836d0
Barfuin
authored
May 10, 2020
50e836d0
May 09, 2020
Add license information to POM
· 7ca218d6
Barfuin
authored
May 09, 2020
7ca218d6
Add Bintray / Maven Central publishing to build
· 247dc6e0
Barfuin
authored
May 09, 2020
View commits for tag v0.9.0
v0.9.0
247dc6e0
May 08, 2020
Exclude 'internal' package from Javadoc
· 7cb2d11c
Barfuin
authored
May 08, 2020
7cb2d11c
Add GitLab CI pipelines
· 231b79c3
Barfuin
authored
May 08, 2020
231b79c3
Add a few Javadoc comments
· 51a7bbec
Barfuin
authored
May 08, 2020
51a7bbec
May 01, 2020
Start on the readme content
· 1d69c08e
Barfuin
authored
May 01, 2020
1d69c08e
v0.9.0
· 2304e755
Barfuin
authored
May 01, 2020
2304e755
Add DefaultNode class and some more tests
· d35d1aaa
Barfuin
authored
May 01, 2020
d35d1aaa
Add some unit tests for TreeOptions
· 23ece7db
Barfuin
authored
May 01, 2020
23ece7db
Apr 29, 2020
Rename NodeIdType to IdentityScheme for consistency
· 104e4622
Barfuin
authored
Apr 29, 2020
104e4622
Add some more tests
· 7d9925ef
Barfuin
authored
Apr 29, 2020
7d9925ef
Add tree styling for annotations and callouts
· cadfe72d
Barfuin
authored
Apr 29, 2020
cadfe72d
Add test case for an ignored cycle
· db2dc8f8
Barfuin
authored
Apr 29, 2020
db2dc8f8
Add ability to limit maximum depth of the generated tree
· 655b43ec
Barfuin
authored
Apr 29, 2020
655b43ec
Finalize CycleDetector detection implementation initial scope
· 42dce6dd
Barfuin
authored
Apr 29, 2020
42dce6dd
Apr 28, 2020
Split TextTreeImplTest into multiple classes for clarity
· 2c450700
Barfuin
authored
Apr 28, 2020
2c450700
Rename NodeColor.Default to 'None', because that's what it is
· b6898730
Barfuin
authored
Apr 28, 2020
b6898730
Allow TextTreeImpl instances to be used multiple times
· a552858a
Barfuin
authored
Apr 28, 2020
a552858a
Apr 27, 2020
Remove hasChildren() method from Node interface
· aa7d509c
Barfuin
authored
Apr 27, 2020
aa7d509c
Add tests for various forms of null input
· e9bed892
Barfuin
authored
Apr 27, 2020
e9bed892
Add support for multi-line node texts
· edf5695b
Barfuin
authored
Apr 27, 2020
edf5695b
Apr 25, 2020
Create some api package structure
· abd6a26d
Barfuin
authored
Apr 25, 2020
abd6a26d
Apr 24, 2020
Add a little Javadoc
· fd063084
Barfuin
authored
Apr 24, 2020
fd063084
Move node id calculation from NodeIdType enum to CycleDetector
· a3cb7d9b
Barfuin
authored
Apr 24, 2020
a3cb7d9b
Rename TreeMaker to TextTree, which fits the library name better
· 71fa63b4
Barfuin
authored
Apr 24, 2020
71fa63b4
Add factory methods to main interface for instantiation
· 97914281
Barfuin
authored
Apr 24, 2020
97914281
Simplify a regex for splitting annotation lines
· b3b6b48d
Barfuin
authored
Apr 24, 2020
b3b6b48d
Merge 'api' source set into 'main'
· 0dc9aeb4
Barfuin
authored
Apr 24, 2020
0dc9aeb4
Consolidate data node interfaces to just Node;
· b2a6dd5e
Barfuin
authored
Apr 24, 2020
b2a6dd5e
Clean up handling of colors
· bbbfa0c2
Barfuin
authored
Apr 24, 2020
bbbfa0c2
Loading