Age | Commit message (Expand) | Author |
2020-08-19 | Split `PackageList.load()` into several methods | Kamil Doległo |
2020-08-19 | Make `RecognizedLinkFormat.fromString()` eager | Kamil Doległo |
2020-08-19 | Rename `doOpenConnectionToReadContent` to `readContent` and make it return `I... | Kamil Doległo |
2020-08-19 | Rename `ExternalDocumentationInfo` to `ExternalDocumentation` | Kamil Doległo |
2020-08-19 | Specify generic type explicitly, fix formatting | Kamil Doległo |
2020-08-19 | Replace !! with some meaningful messages | Kamil Doległo |
2020-08-19 | Refactor location providers | Kamil Doległo |
2020-08-19 | Wrap unresolved links in `span` with `data-unresolved-link` | Kamil Doległo |
2020-08-19 | Make unresolved links render as text | Kamil Doległo |
2020-08-17 | Fix for creating searchbar pages data - escaping apostrophes (#1233) | Filip Zybała |
2020-08-17 | Apply requested changes | Andrzej Ratajczak |
2020-08-17 | Add tests and add projections to javadoc | Andrzej Ratajczak |
2020-08-17 | Fix generic supertypes to hold TypeParameters | Andrzej Ratajczak |
2020-08-17 | Add generic typealiases proper parsing and some tests | Andrzej Ratajczak |
2020-08-17 | Inline `val newContent` in SourceSetMergingPageTransformer | sebastian.sellmair |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair |
2020-08-17 | Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to it | sebastian.sellmair |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair |
2020-08-17 | Implement shouldRenderSourceSetBubbles | sebastian.sellmair |
2020-08-17 | HtmlRenderer: Fix usage of sourceSetDependencyMap | sebastian.sellmair |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair |
2020-08-14 | Gradle Plugin: Code style improvements | sebastian.sellmair |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are expected... | sebastian.sellmair |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair |
2020-08-14 | Fix bug with double Nullable wrapping | Paweł Marks |
2020-08-14 | Omit trivial bound | Paweł Marks |
2020-08-12 | Remove unused parameter in ReportUndocumentedTransformer | sebastian.sellmair |
2020-08-12 | EmptyPackagesFilterTransformer & SuppressedDocumentableFilterTransformer: Rea... | sebastian.sellmair |
2020-08-12 | Move PreMergeDocumentableTransformer utils out of the interface | sebastian.sellmair |
2020-08-12 | Move utility APIs into `PreMergeDocumentationTransformer` | sebastian.sellmair |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair |
2020-08-11 | Fixing javadoc comment parser for psi files | Błażej Kardyś |
2020-08-03 | Improve sorting algorithm | Marcin Aman |
2020-08-03 | Highlight searched phrase | Marcin Aman |
2020-08-03 | Update callable name to include classname not <init> | Marcin Aman |
2020-07-29 | Fix truncated text on sidebar with long packages | Marcin Aman |
2020-07-23 | Filter navigation pane | Marcin Aman |
2020-07-23 | Remove `actual` keyword from typealiases | Kamil Doległo |
2020-07-22 | Rename constructors to a classname | Marcin Aman |
2020-07-16 | Remove the "Privacy policy" text | Kamil Doległo |
2020-07-16 | Add a link to dokka Github page in footer | Kamil Doległo |
2020-07-16 | Fix bug with filtering buttons not being created | Kamil Doległo |
2020-07-16 | Fix signature duplication when filtering inherited functions | Kamil Doległo |
2020-07-16 | Implement javadoc search | Marcin Aman |
2020-07-16 | Data class fix | Andrzej Ratajczak |
2020-07-15 | Show sourcesets from extension points as a part of page's sourceset | Marcin Aman |
2020-07-15 | Fix page merging bug that prevented including Kotlin Playground | Kamil Doległo |