aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/renderers/html/HtmlRenderer.kt
AgeCommit message (Expand)Author
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
2023-08-14Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSe...Vsevolod Tolstopyatov
2023-07-07Remove a copy-pasted function (#3060)Ignat Beresnev
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
2023-05-31Fix missing tab entries for module names with space (#3019)Ignat Beresnev
2023-04-07Move the `Properties` block to be above `Functions` (#2908)Ignat Beresnev
2023-03-03Do no render Types tab when there are no types (#2900)Vadim Mishenev
2023-02-24Reorganize tabs for Classlike (#2764)Vadim Mishenev
2023-02-10Display source set / platform indicators at all times (#2848)Ignat Beresnev
2023-02-07Remove an unused function (#2840)Ignat Beresnev
2023-01-26Support kotlin wasm targetIgor Yakovlev
2022-09-21Wrap long signatures dynamically based on client width (#2659)Ignat Beresnev
2022-09-20Update `prism.js` to match new webhelp highlight colors (#2670)Ignat Beresnev
2022-09-02Underline `@param` tag key for more consistency (#2643)Ignat Beresnev
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-08-17Do not render platform tabs for common-only content (#2613)Ignat Beresnev
2022-08-10Support Var html tag for Javadoc (#2617)Andrey Tyrin
2022-08-05Add a distinct divider between function/property overloads (#2585)Ignat Beresnev
2022-08-04Style section and platform tabs like on kotlinlang.org (#2589)Ignat Beresnev
2022-08-03Fix spelling error 'depenent' (#2594)Felix Dombek
2022-08-03Apply the same style to all KDoc tags, including throws/see/parameters (#2587)Ignat Beresnev
2022-07-29Move source links into signature (#2476)Vadim Mishenev
2022-07-27Make current breadcrumb element not clickable and of default font color (#2588)Ignat Beresnev
2022-07-27Disable copy button for signatures (#2577)Ignat Beresnev
2022-05-13Render quotes as blockquotes instead of code blocks. (#2496)TheOnlyTails
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-03-10KT-50452 Make flexible html for customization (#2374)Vadim Mishenev
2022-02-22Fix HTML head and favicon in multi-module projects (#2365)Vadim Mishenev
2022-02-21Code cleanups (#2165)Goooler
2022-02-17Custom doctag extension (#2343)Ignat Beresnev
2022-01-27KT-50292 - Implement vertical alignment of parameters (#2309)Ignat Beresnev
2021-12-23Add horizontal margin to breadcrumbs delimiter (KT-50296) (#2285)Ignat Beresnev
2021-12-22Fix css bugs wih link and table row (#2284)Vadim Mishenev
2021-12-07Remove duplicated rendering of top level description tagsIgnat Beresnev
2021-12-07Support deeply nested description terms and detailsIgnat Beresnev
2021-12-06Description list support for JavaDocs (#2213)Ignat Beresnev
2021-11-29Remove extra main.js in htmlvmishenev
2021-11-23Add space between funs descriptions (#2235)vmishenev
2021-11-14Fix order of platform bubbles in header (#2225)vmishenev
2021-10-29Fix single platform tab (#2212)vmishenev
2021-10-15Keep UI tabs (#2179)vmishenev
2021-10-15Fix missed multiplatform tabs (#2178)vmishenev
2021-09-20Improve versioning plugin (#2104)vmishenev
2021-09-08Fix footer on firefox (#2123)Marcin Aman
2021-09-08Dark mode on samples (#2116)Marcin Aman
2021-08-25Manual highlighting webhelp (#2079)vmishenev
2021-08-25Dark mode (#2081)Marcin Aman
2021-08-25Fix breakable labels and icon on single module projectMarcin Aman
2021-08-12Remove unused components, docs, change icon to new kotlin logo and add hambur...Marcin Aman