Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-08-14 | Refactor and document DisplaySourceSet, deprecate ↵ | Vsevolod Tolstopyatov | |
SelfRepresentingSingletonSet (#3105) * Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet * Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable * Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually * Document DisplaySourceSet * Replace Iterable<DisplaySourceSet>.sourceSetIDs with more straightforward Iterable<DisplaySourceSet>.computeSourceSetIds(), refactor all the usages, save some allocations * Start caching CompositeSourceSetID properties to avoid excessive allocations * Update integration tests on the latest revision with Knit version where the workaround is applied Fixes #2897 | |||
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy | |
2022-08-05 | Add a distinct divider between function/property overloads (#2585) | Ignat Beresnev | |
2021-09-20 | Improve versioning plugin (#2104) | vmishenev | |
- support for single module projects - version navigator is on all pages - dropdown arrow for version navigator | |||
2021-07-19 | Minor: rename `buildNewLine` (#1987) | Mike Sinkovsky | |
* minor: rename `DefaultRenderer.buildNewLine` to `buildLineBreak` to better describe what it actually does. * minor: rename `CommonmarRenderer.appendNewLine` to `buildNewLine` for consistency. | |||
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman | |
2020-11-27 | Adding inter-module link resolving template strategy for Gfm | Błażej Kardyś | |
2020-11-25 | Make searchbar an extension point (#1615) | Marcin Aman | |
* Make searchbar an extension point * Change SearchbarDataInstaller to be a preprocessor * Split navigation and navigation search | |||
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-10-02 | Make translators run in parallel. | Andrzej Ratajczak | |
2020-09-07 | Let markdown display img like resources correctly | Marcin Aman | |
2020-08-21 | Create navigation search component | Marcin Aman | |
2020-08-19 | Respect relocated declarations | Kamil Doległo | |
2020-08-19 | Replace !! with some meaningful messages | 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 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair | |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair | |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair | |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak | |
2020-07-10 | Minor style fixes for gfm signatures | Andrzej Ratajczak | |
2020-07-08 | Fix tests after rebase | Andrzej Ratajczak | |
2020-07-08 | Add GFM renderer tests | Andrzej Ratajczak | |
2020-07-02 | Implement template mechanism for Gradle integration tests | sebastian.sellmair | |
2020-06-26 | Briefs raw rendering and basic url handling | Błażej Kardyś | |
2020-06-25 | Make samples runnable | Kamil Doległo | |
2020-06-25 | Divergent rendering for markdown | Marcin Aman | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-24 | Platform restriction handling for platform-hinted content | Filip Zybała | |
2020-05-20 | Added anchors for symbols and headers on page | Filip Zybała | |
2020-05-19 | Rename platformRestriction to sourceSetRestriction | Kamil Doległo | |
2020-05-19 | Add a draft version of divergent rendering | Kamil Doległo | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-04-22 | Fix dispatcher | Andrzej Ratajczak | |
2020-04-22 | Apply requested changes | Andrzej Ratajczak | |
2020-04-22 | Adds asynchronous rendering | Andrzej Ratajczak | |
2020-04-15 | Refactor package list to be a preprocessor | Andrzej Ratajczak | |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak | |
2020-03-11 | Classlike header and other ui fixes | Błażej Kardyś | |
2020-03-04 | Platform dependent hints for renderer | Paweł Marks | |
2020-03-04 | Adds group wraping | Paweł Marks | |
2020-02-19 | Rename extensions to make them more uniform | Kamil Doległo | |
2020-02-18 | Translators moved to separate packages | Paweł Marks | |
also typo fixed and unnecessary dependencies removed | |||
2020-02-18 | Moves location providers and output writers to base plugin | Paweł Marks | |
2020-02-18 | Moves PsiToDocumentablesTranslator to the base plugin | Paweł Marks | |