- 19 Sep, 2017 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
Implements #22836.
-
- 18 Sep, 2017 2 commits
-
-
Karsten Loesing authored
Fixes #23391.
-
Karsten Loesing authored
-
- 14 Sep, 2017 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
The new logo was put together by antonela. Thanks a lot! Implements the rest of #23383.
-
Karsten Loesing authored
The new logo was put together by antonela, and the style changes come from Raphael Bergmann. Thanks a lot! Implements part of #23383 (without updating *tile.png files).
-
- 11 Sep, 2017 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 10 Sep, 2017 1 commit
-
-
Karsten Loesing authored
-
- 07 Sep, 2017 1 commit
-
-
Karsten Loesing authored
-
- 06 Sep, 2017 1 commit
-
-
Karsten Loesing authored
Starting with this version, place can contain zero, one, or more places. Due to the wiki page maintainer dcf, this is on purpose. We should support that by turning the string into a string array.
-
- 04 Sep, 2017 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
In dfdc2c3b we removed three constructors that looked unused, but turns out that was not the case. Let's just put them back.
-
- 01 Sep, 2017 1 commit
-
-
Karsten Loesing authored
This change only changes the source and target version used in Ant from 1.7 to 1.8 and doesn't make any further code changes. Those will be contained in separate commits. Implements #19620 and unbreaks #19730 which apparently contained some changes related to the diamond operator that require Java 8. Oops.
-
- 31 Aug, 2017 7 commits
-
-
Karsten Loesing authored
Improvements include: - Replace string concatenations with chained append() calls. - Apply diamond operator. - Switch to Double.compare() rather than re-implement that logic. - Added or removed arguments for printf() calls. - Remove unused constructors. - Remove unused imports. - Avoid NullPointerExceptions in edge cases. - Remove redundant initializations or assignments. - Remove unnecessary boxing of primitives.
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
Some catch blocks can be combined using Java 7's `|` operator, others like `UnsupportedEncodingException` can be avoided by using `StandardCharsets` constants.
-
Karsten Loesing authored
-
Karsten Loesing authored
-
iwakeh authored
-
- 28 Aug, 2017 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 22 Aug, 2017 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 21 Aug, 2017 2 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 15 Aug, 2017 1 commit
-
-
Karsten Loesing authored
-
- 12 Aug, 2017 3 commits
-
-
Karsten Loesing authored
Also document 4 hex character blocks better. Fixes #22063.
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- 10 Aug, 2017 1 commit
-
-
Karsten Loesing authored
Fixes #23165.
-
- 05 Aug, 2017 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
These files are required to compile specification documents from XML to JSP.
-
Karsten Loesing authored
Implements #22827.
-
- 03 Aug, 2017 3 commits
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
Karsten Loesing authored
-