aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
Such as packageOptions, impliedPlatforms and so on
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters
2017-04-25Fix bintray dependenciesSimon Ogorodnik
2017-04-25Fix dependencies for gradle plugin publishing to plugins.gradle.orgSimon Ogorodnik
2017-04-25Fix <String> escaping in samples for KWS HTML formatSimon Ogorodnik
2017-04-24Fix wrong maven coordinates on gradle plugin repo pageSimon Ogorodnik
GH-146 fixed
2017-04-24Fix NPE in gradle pluginSimon Ogorodnik
2017-04-24Fix compilation of cli moduleSimon Ogorodnik
2017-04-24Update bundled kotlin-compiler to 1.1.2Simon Ogorodnik
2017-04-10Merge branch 'fix-parse-package-options'Simon Ogorodnik
2017-04-10Tweak kws html format to match output of old formatSimon Ogorodnik
2017-04-10Fix typo in html tag emph -> emSimon Ogorodnik
2017-04-07Fix parsing of per package options in CLI modeSimon Ogorodnik
2017-04-04Merge pull request #150 from Knize/android-build-tools-2.3Simon Ogorodnik
Fix dokka-android to support new build tools
2017-03-31Fix dokka-android to support new build toolsknize
Support getting variantManager after android build tools 2.3.0 API changes Fix for issue #140
2017-03-29Implement assertion replacement templates for samplesSimon Ogorodnik
2017-03-29Per package optionsSimon Ogorodnik
2017-03-24Fix GFM format crash in GuiceSimon Ogorodnik
2017-03-23Add support for nice IDEA featureSimon Ogorodnik
2017-03-23Fix JVM crash in gradle pluginSimon Ogorodnik
#KT-17016 fixed
2017-03-20Fix p tag closing in HTML format'sSimon Ogorodnik
2017-03-20Deprecate old kotlin-website formatsSimon Ogorodnik
2017-03-20Create HTML based format for kotlin-websiteSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
# Conflicts: # core/src/test/kotlin/format/MarkdownFormatTest.kt
2017-03-17Merge pull request #143 from kvnxiao/patch-1Simon Ogorodnik
Update style.css to better fit wide monitor resolutions
2017-03-12updated style.css to better fit wide monitor resolutionsKevin Xiao
- use Open Sans in favour of Lato as it is more legible on resolutions higher than 1080p at 100% scaling. - add auto-margin for body to center all text so users dont have to turn their head all the way to the left when reading documentation on resolutions higher than 1080p.
2017-03-09Fixed broken links to members of groupNode membersSimon Ogorodnik
2017-03-02Update kotlin to 1.1.0Simon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-03-01Fix testSimon Ogorodnik
2017-03-01Don't add (platforms) fro kotlin-website formatSimon Ogorodnik
2017-02-28Correct detecting platform for Extensions on external classesSimon Ogorodnik
2017-02-28Split data tags for kotlin-website formatSimon Ogorodnik
2017-02-27Merge branch 'semoro/multiplatform'Simon Ogorodnik
2017-02-27Platform and version requirements for packages.Simon Ogorodnik
Fixed tests. Post review.
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-27Fix loosing of line breaks inside import list for kotlin-website-samples formatSimon Ogorodnik
2017-02-27Package platforms detected based on it's members, refactored multiplatform ↵Simon Ogorodnik
tests layout
2017-02-27Fix testSimon Ogorodnik
2017-02-27data-platform attribute for index rows in kotlin-website formatSimon Ogorodnik
2017-02-27Update run configuration for building stdlib docsDmitry Jemerov
2017-02-24Merge remote-tracking branch 'origin/0.9.14/BlankLines'Dmitry Jemerov
# Conflicts: # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/MarkdownFormatTest.kt
2017-02-24Merge branch 'website-samples'Dmitry Jemerov
2017-02-24Don't crash on source roots without a platformDmitry Jemerov
2017-02-24Don't show member extensions defined in other classes in the list of members ↵Dmitry Jemerov
for a type
2017-02-24Allow to specify implied platforms in Ant scriptsDmitry Jemerov
2017-02-24Allow to specify platform for source roots in Ant scriptsDmitry Jemerov
2017-02-24Omit platform of members when it's the same as the platform of the defining ↵Dmitry Jemerov
class