Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-04 | Add scroll to tables viewed from mobile devices (#3082) | Konstantin Chernenko | |
2023-07-17 | Hardcode documentation for the synthetic Enum.entries property (#3071) | Ignat Beresnev | |
2023-06-30 | Generate dedicated pages for typealiases (#3051) | Vadim Mishenev | |
2023-05-31 | Fix missing tab entries for module names with space (#3019) | Ignat Beresnev | |
2023-05-30 | Incorrectly handles a click on a method and other elements in the mobile ↵ | Konstantin Chernenko | |
version (#3021) | |||
2023-05-30 | KTL-982; redundant spacing for tabs (#3018) | Konstantin Chernenko | |
2023-05-30 | Use JetBrains Sans as default font (#3017) | Konstantin Chernenko | |
2023-05-30 | disable showing this "copy anchor" popup if JS is disabled (#3020) | Konstantin Chernenko | |
2023-05-24 | update mobile view and some bugs (#2836) | Konstantin Chernenko | |
* Fix dark theme bugs: mobile TOC is visible on 1px and has white background, menu icon is black * Refactoring css styles for header controls * Change header responsive layout * Change header responsive layout * Fix scrollable columns for any header size * Remove main content mobile spacing * Change style for platform filters and labels * Fix: add burger icon into dist * Fix: long code token in mobile view * Fix: color in filter selector * Fix: long token in keyValue for desktop * Fix: add spacing for iPad Mini * Fix: dropdown for multiple versions * update platform brand colors * Fix: sample spacing, blockquote, playground initialize * Safari fix outline for platform tags * Fix non-js main content for better SEO * Fix outline for safari browser * Add consistent vertical spacing for header. It should normalize subpixel artifacts and centred content. * Update manual for custom logo * Add comment for playground * Hide copy button for non-js user * fix; use google fonts * feat; change style for platform in platform-tags * Revert Inter as defult font * Add breaks for CONSTANTS * incorrect non-js script position * less specific selector for article links | |||
2023-02-24 | Reorganize tabs for Classlike (#2764) | Vadim Mishenev | |
2023-02-14 | Do not render filter-section for empty source sets (#2858) | Ignat Beresnev | |
Regression from #2848 | |||
2023-01-26 | Support kotlin wasm target | Igor Yakovlev | |
2023-01-09 | Move inheritors, params, see also and samples tabs to description for ↵ | Andrey Tyrin | |
classlikes (#2749) | |||
2022-09-26 | Add documentation for synthetic Enum `values()` and `valueOf()` functions ↵ | Ignat Beresnev | |
(#2650) | |||
2022-09-21 | Wrap long signatures dynamically based on client width (#2659) | Ignat Beresnev | |
2022-09-20 | Update `prism.js` to match new webhelp highlight colors (#2670) | Ignat Beresnev | |
2022-09-02 | Underline `@param` tag key for more consistency (#2643) | Ignat Beresnev | |
* Underline `@param` tag key for more consistency * Correct keyValue table column ratio | |||
2022-08-25 | Fix anchor copy button popup (#2644) | Ignat Beresnev | |
2022-08-18 | Add deprecation details block (#2622) | Ignat Beresnev | |
2022-08-17 | Do not render platform tabs for common-only content (#2613) | Ignat Beresnev | |
2022-08-09 | Use OS color scheme to init light/dark mode (#2611) | Prat | |
Closes #2591 | |||
2022-08-05 | Add a distinct divider between function/property overloads (#2585) | Ignat Beresnev | |
2022-08-04 | Style section and platform tabs like on kotlinlang.org (#2589) | Ignat Beresnev | |
2022-08-03 | Fix spelling error 'depenent' (#2594) | Felix Dombek | |
Co-authored-by: Felix Dombek <Felix.Dombek@tomtom.com> | |||
2022-08-03 | Apply the same style to all KDoc tags, including throws/see/parameters (#2587) | Ignat Beresnev | |
2022-07-29 | Move source links into signature (#2476) | Vadim Mishenev | |
2022-07-29 | Add member icons to navigation menu (#2578) | Ignat Beresnev | |
2022-07-27 | Make current breadcrumb element not clickable and of default font color (#2588) | Ignat Beresnev | |
2022-07-27 | Disable copy button for signatures (#2577) | Ignat Beresnev | |
* Disable copy button for signatures | |||
2022-07-26 | Add auto-scrolling to selected navigation item on page load (#2575) | Ignat Beresnev | |
2022-07-26 | Replace package name on cover with "Package-level declarations" (#2586) | Ignat Beresnev | |
* Replace package name on cover with "Package-level declarations" | |||
2022-07-08 | Revise developer guides documentation (#2523) | Ignat Beresnev | |
2022-05-13 | Render quotes as blockquotes instead of code blocks. (#2496) | TheOnlyTails | |
2022-04-15 | Decompose `base.ftl` template (#2432) | Vadim Mishenev | |
2022-03-15 | Fix rendering issues (#2389) | Vadim Mishenev | |
2022-03-10 | KT-50452 Make flexible html for customization (#2374) | Vadim Mishenev | |
2022-02-17 | Custom doctag extension (#2343) | Ignat Beresnev | |
* Add an extension point for rendering custom doc tags * Iterate over documentable sourcesets when building custom tags * Extract a nested custom tags brief block into a separate method * Filter out tag content providers and make since kotlin brief a one-liner * Add padding to "Since Kotlin" block in brief description | |||
2022-01-27 | KT-50292 - Implement vertical alignment of parameters (#2309) | Ignat Beresnev | |
* Implement vertical alignment (wrapping) of parameters for kt * Add tests for params wrapping and extend matchers to check for classes * Add distinguishable parameters block to kotlinAsJava, extract common logic * Create a separate Kind for symbol function parameters | |||
2021-12-27 | Add a level of indentation to childless items in navigation tree (#2291) | Ignat Beresnev | |
2021-12-23 | Add horizontal margin to breadcrumbs delimiter (KT-50296) (#2285) | Ignat Beresnev | |
2021-12-22 | Fix css bugs wih link and table row (#2284) | Vadim Mishenev | |
* Remove extra top margin in paragraph * Remove margin-bottom from platform-hinted * Fix link underlining in table and anchor icon * Make breakable names of constructors * Add test for breakable name of constructor | |||
2021-11-23 | Fix highlighting style (#2236) | vmishenev | |
for multi-line comments | |||
2021-11-01 | Fix priority of css style paragraph (#2214) | vmishenev | |
2021-10-19 | Fix table style on Firefox (#2191) | vmishenev | |
2021-10-18 | Fix paragraph margin and label highlighting (#2190) | vmishenev | |
2021-09-29 | Display a meaningful error when all sourcesets are filtered (#2161) | Marcin Aman | |
2021-09-20 | Bring back logo | vmishenev | |
2021-09-09 | Fix js error on pages without tabs (#2127) | Marcin Aman | |
2021-09-08 | Copy button theming (#2125) | Marcin Aman | |