| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Show classmethods separately in attribute table | Rapptz | 2020-12-18 | 1 | -0/+3 | |
| | | ||||||
| * | Alphabetically sort attributetable output | Rapptz | 2020-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Show the search bar on mobile | Rapptz | 2020-12-18 | 1 | -2/+27 | |
| | | ||||||
| * | [matrix] General Sidebar cleanup (#5061) | Josh | 2020-12-18 | 1 | -3/+17 | |
| | | ||||||
| * | Various RTD related fixes. | Rapptz | 2020-12-18 | 3 | -6/+30 | |
| | | ||||||
| * | Set colours for active sidebar elements | Josh B | 2020-12-18 | 1 | -4/+6 | |
| | | ||||||
| * | Fix sidebar active link selection | Josh B | 2020-12-18 | 1 | -2/+2 | |
| | | ||||||
| * | First pass at double header display | Rapptz | 2020-12-18 | 5 | -43/+199 | |
| | | ||||||
| * | Create settings icon for mobile | Josh B | 2020-12-18 | 2 | -10/+17 | |
| | | ||||||
| * | Use new HTML5 <section> instead of <div class="section"> | Rapptz | 2020-12-18 | 1 | -0/+12 | |
| | | ||||||
| * | [matrix] Search to top, icon | Jens Reidel | 2020-12-18 | 2 | -3/+18 | |
| | | | | | | | | * Search bar to top, magnifying glass * Remove old file * Remove empty style directive | |||||
| * | First pass at centering content for large displays | Rapptz | 2020-12-18 | 1 | -1/+18 | |
| | | ||||||
| * | Add dark theme for codeblocks | Rapptz | 2020-12-18 | 2 | -1/+143 | |
| | | ||||||
| * | Actually make overflowing have a scrollbar on mobile | Rapptz | 2020-12-18 | 1 | -1/+2 | |
| | | ||||||
| * | Fix codeblock related things with mobile responsiveness. | Rapptz | 2020-12-18 | 1 | -4/+7 | |
| | | ||||||
| * | Use default scrollbar for body on webkit browsers | Josh | 2020-12-18 | 1 | -5/+3 | |
| | | ||||||
| * | [matrix] Modal cleanup | Josh | 2020-12-18 | 3 | -29/+40 | |
| | | | | | | * General modal cleanup * Remove second scrollbar caused by modal | |||||
| * | [matrix] Dark Theme | Josh | 2020-12-18 | 7 | -20/+154 | |
| | | | | | | | | | | * Apply width restructions to modals and images * Dark theme 2.0 * Add webkit scrollbar * Use Object.keys instead of Object.entries where applicable | |||||
| * | Proper padding for the copy button | Rapptz | 2020-12-18 | 1 | -2/+1 | |
| | | ||||||
| * | Reverse the related links | Rapptz | 2020-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Use html_js_files instead of the old approach to add JS files. | Rapptz | 2020-12-18 | 1 | -2/+5 | |
| | | ||||||
| * | Cleanup copy button CSS and add a hover-over explanation. | Rapptz | 2020-12-18 | 2 | -9/+3 | |
| | | ||||||
| * | Rewrite the DOM to use CSS grids | Rapptz | 2020-12-18 | 3 | -407/+502 | |
| | | | | | | This also rewrites the CSS to use CSS variables. Currently this isn't done to codeblocks however. | |||||
| * | add copy codeblock button | NCPlayz | 2020-12-18 | 3 | -2/+60 | |
| | | | | | | | | | Apply suggestions from code review Co-authored-by: Danny <[email protected]> Change to icon, change according to slice's review | |||||
| * | [matrix] Add sans-serif font toggle to settings modal | Josh | 2020-12-18 | 3 | -8/+102 | |
| | | | | | | | | | | | | | | | | | | * Add sans serif font toggle * remove unnecessary boolean comparison from setFont Co-authored-by: slice <[email protected]> * Update checkbox title Co-authored-by: slice <[email protected]> * General cleanup of settings system * Apply overflow hidden to modal Co-authored-by: slice <[email protected]> | |||||
| * | [matrix] Create settings modal | Josh | 2020-12-18 | 3 | -7/+84 | |
| | | | | | | | | | | | | | | | | * Create settings modal * Fix issue with spacing after settings button * Fix issue with modal background on mobile devices * Add close button to modal * Add tooltip to close button * Support closing modal with escape key * Add missing semicolon to keydown event listener | |||||
| * | [matrix] Refactor docs JS | Josh | 2020-12-18 | 2 | -63/+71 | |
| | | | | | | | | * Refactor custom.js * Refactor scorer.js * tables variable shoudn't be in global scope | |||||
| * | Add favicon | Nadir Chowdhury | 2020-12-18 | 2 | -1/+1 | |
| | | ||||||
| * | Use actual viewport tag with initial-scale set to 1 | Rapptz | 2020-12-18 | 1 | -1/+1 | |
| | | ||||||
| * | Add fixed header links, fix some parts of mobile UI | Jens Reidel | 2020-12-18 | 1 | -5/+23 | |
| | | | | | | | | | Dynamic content width equal to old one if on 1080p Fix mobile view Disable fixed header on mobile | |||||
| * | make documentation sphinx 3.x compatible | Riley Shaw | 2020-12-18 | 1 | -1/+2 | |
| | | ||||||
| * | Move table JS outside of scrolling | Rapptz | 2020-12-18 | 1 | -7/+8 | |
| | | ||||||
| * | Add attributetable and add some class-level sections. | Rapptz | 2020-12-18 | 5 | -4/+440 | |
| | | | | | | The extensions have yet to receive this treatment and CSS needs work, but for now this is fine. | |||||
| * | Add PartialMessage to allow working with channel/message_id pairs. | Rapptz | 2020-12-11 | 1 | -0/+6 | |
| | | | | | Fix #5905 | |||||
| * | Add support for editing and deleting webhook messages. | Rapptz | 2020-12-09 | 1 | -2/+5 | |
| | | | | | Fix #6058 | |||||
| * | Add support for chunking AsyncIterator objects | Josh | 2020-12-03 | 1 | -0/+20 | |
| | | ||||||
| * | Added MessageReference.resolved attribute to get replied to message | Rapptz | 2020-11-27 | 1 | -0/+7 | |
| | | ||||||
| * | Allow MessageReference to be constructible by users | Rapptz | 2020-11-27 | 1 | -5/+6 | |
| | | ||||||
| * | Implement role tags. | Rapptz | 2020-11-26 | 1 | -0/+6 | |
| | | | | | | | | | | | | This comes with: * The RoleTags class * Role.is_premium_subscriber() * Role.is_bot_managed() * Role.is_integration() * Guild.self_role * Guild.premium_subscriber_role | |||||
| * | Add sticker support | Zomatree | 2020-11-23 | 1 | -1/+23 | |
| | | ||||||
| * | Emphasize intents in the constructors of the examples | Maya | 2020-11-21 | 1 | -0/+3 | |
| | | ||||||
| * | Translation sync with crowdin | Rapptz | 2020-10-24 | 19 | -3550/+11929 | |
| | | ||||||
| * | Add changelog for v1.5.1 | Rapptz | 2020-10-19 | 1 | -0/+25 | |
| | | ||||||
| * | logging.rst: Fix some typos and grammar errors | numbermaniac | 2020-10-16 | 1 | -7/+7 | |
| | | ||||||
| * | Fix typo in event reference | Eric Chan | 2020-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update intent documentation to use defaults | Rapptz | 2020-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add intents to event reference | Xua | 2020-10-01 | 1 | -0/+76 | |
| | | ||||||
| * | Some minor documentation fixes. | Rapptz | 2020-09-28 | 1 | -2/+14 | |
| | | | | | Make examples all mention where to put it for the unaware. | |||||
| * | Add changelog for v1.4.2 | Rapptz | 2020-09-28 | 1 | -0/+28 | |
| | | ||||||
| * | Add changelog for v1.5.0 | Rapptz | 2020-09-28 | 1 | -0/+60 | |
| | | ||||||