Age | Commit message (Expand) | Author |
2020-08-24 | Fix SourceLinksTransformer#DocumentableSource#toLink | sebastian.sellmair |
2020-08-24 | Fix LinkableContentTest.kt | sebastian.sellmair |
2020-08-24 | SourceLinksTransformer: Use java.io.File to match source files | sebastian.sellmair |
2020-08-24 | Set cursor value to pointer for various buttons (#1369) | Muhammad Hamza |
2020-08-21 | Fix linking to declarations in companion objects in old dokka formats | Kamil Doległo |
2020-08-21 | Replace SelfType with family of RecursiveTypes | Paweł Marks |
2020-08-21 | Generate output to package-list and element-list | Marcin Aman |
2020-08-21 | Adding missing deprecated exception section to Deprecated page | Błażej Kardyś |
2020-08-21 | Improve resizing, remove important from styles | Marcin Aman |
2020-08-21 | Make NavigationNode implement WithChildren | Marcin Aman |
2020-08-21 | Create navigation search component | Marcin Aman |
2020-08-21 | Deprecated elements page for javadoc format | Błażej Kardyś |
2020-08-20 | Include interfaces to abstract model | Marcin Aman |
2020-08-20 | Make MarkdownParser output text instead of broken links | Kamil Doległo |
2020-08-20 | Fix requested bugfixes | Andrzej Ratajczak |
2020-08-20 | Fix tests after bad rebase | Andrzej Ratajczak |
2020-08-20 | Fix LinkProvider to link properly all nested generic parameters | Andrzej Ratajczak |
2020-08-20 | Add some tests | Andrzej Ratajczak |
2020-08-20 | Hide unused generic type variables in constructor | Andrzej Ratajczak |
2020-08-19 | Mitigate #1341 issue in light classes | sebastian.sellmair |
2020-08-19 | Reduce test source code to its minimum to reproduce #1341 | sebastian.sellmair |
2020-08-19 | Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341 | sebastian.sellmair |
2020-08-19 | LocationProvider: Implement new `resolveOrThrow` API | sebastian.sellmair |
2020-08-19 | PackageList.kt: Remove unused import | sebastian.sellmair |
2020-08-19 | MultimoduleLocationProvider.kt: Remove unused import | sebastian.sellmair |
2020-08-19 | PackageListService.kt: Minor reformatting | sebastian.sellmair |
2020-08-19 | HtmlRenderer: Minor reformatting | sebastian.sellmair |
2020-08-19 | Remove unnecessary helper method | Kamil Doległo |
2020-08-19 | Fix test path for Windows | Kamil Doległo |
2020-08-19 | Fix relocation id creation in the Dokka010ExternalLocationProvider | Kamil Doległo |
2020-08-19 | Add a test for the DefaultExternalLocationProvider | Kamil Doległo |
2020-08-19 | Fix tests after the Gradle plugin update | Kamil Doległo |
2020-08-19 | Respect relocated declarations | Kamil Doległo |
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 | Fix tests containing unresolved links | 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 |