about summary refs log tree commit diff
path: root/src/librustdoc/html/static/js/settings.js
AgeCommit message (Expand)AuthorLines
2025-08-15rustdoc-search: search backend with partitioned suffix treeMichael Howell-44/+42
2025-04-02rustdoc js: satisfy eslintbinarycat-3/+3
2025-04-02settings.js: fix whitespacebinarycat-1/+1
2025-04-02settings.js: add elemContainsTarget utility functionbinarycat-6/+15
2025-04-02settings.js: make top-level code typecheckbinarycat-8/+10
2025-04-02settings.js: add some null checks to buildSettingsPagebinarycat-2/+8
2025-04-02settings.js: refactor settingsBlurHandlerbinarycat-5/+14
2025-04-02settings.js: remove dead code for adding <hr> to settings pagebinarycat-5/+0
2025-04-02settings.js: add new rustdoc.Setting interfacebinarycat-17/+26
2025-04-02settings.js: begin typechecking migrationbinarycat-4/+17
2025-02-22Rename feature into `Word wrap source code`Guillaume Gomez-5/+5
2025-02-14Add new setting to wrap source code lines when too longGuillaume Gomez-0/+13
2025-01-30Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdocMatthias Krüger-0/+11
2025-01-29Add new setting allowing to switch to sans serif fontsGuillaume Gomez-0/+11
2025-01-27rustdoc: add nobuild typescript checking to our JSMichael Howell-0/+3
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-9/+10
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-0/+29
2023-12-15Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomezGuillaume Gomez-0/+19
2023-11-25rustdoc: replace `elemIsInParent` with `Node.contains`Michael Howell-2/+2
2023-10-11rustdoc: allow resizing the sidebarMichael Howell-0/+19
2023-09-08Change syntax for anonymous functions setGuillaume Gomez-4/+4
2023-04-21rustdoc: remove unneeded handleKey from settings.jsMichael Howell-18/+1
2023-04-06rustdoc: clean up JSMichael Howell-6/+2
2023-01-30Rollup merge of #107177 - thanatos:fix-doc-errant-light-theme, r=notriddleMatthias Krüger-2/+2
2023-01-30Keep all theme-updating logic togetherRoy Wellington Ⅳ-2/+2
2023-01-23rustdoc: remove dead settings JS for obsolete select-wrapperMichael Howell-11/+0
2023-01-23rustdoc: simplify settings popover DOMMichael Howell-19/+21
2023-01-17rustdoc: instead of `.setting-name { width: 100% }`, use default div CSSMichael Howell-1/+1
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-2/+2
2022-11-26rustdoc: improve popover focus handling JSMichael Howell-1/+1
2022-11-13Simplify settings UI by merging system theme with the theme choicesGuillaume Gomez-24/+36
2022-11-10rustdoc: use checkbox instead of switch for settings togglesMichael Howell-3/+1
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-4/+6
2022-10-15Fix display of settings pageGuillaume Gomez-1/+3
2022-09-21rustdoc: dynamically show-hide line numbers on code examplesMichael Howell-0/+7
2022-06-23Merge all popover hide functions into oneGuillaume Gomez-7/+5
2022-06-23Move help popup into a pocket menu as wellGuillaume Gomez-22/+8
2022-05-30Improve display of settings radio buttonsGuillaume Gomez-1/+1
2022-05-26Rollup merge of #97394 - GuillaumeGomez:more-eslint-rules, r=notriddleGuillaume Gomez-1/+1
2022-05-25Add new eslint rule "space-before-function-paren"Guillaume Gomez-1/+1
2022-05-24Allow to click on toggle text to update itGuillaume Gomez-6/+5
2022-05-18Move some DOM generation into the HTML settings file directlyGuillaume Gomez-16/+2
2022-05-15Add new eslint rule about brace styleGuillaume Gomez-2/+2
2022-05-14Improve settings menu displayGuillaume Gomez-25/+57
2022-05-07Enforce quote rule for JS source codeGuillaume Gomez-5/+4
2022-05-07Change eslint rules from configuration comments to configuration filesFolyd-4/+0
2022-05-05Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=...Michael Goulet-4/+1
2022-05-05Rollup merge of #96704 - GuillaumeGomez:rotation-animation, r=jshaMichael Goulet-0/+1
2022-05-05Improve settings loading strategy by loading CSS and JS at the same time to p...Guillaume Gomez-4/+1
2022-05-05Add rotation animation on settings button when loadingGuillaume Gomez-0/+1