aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/progressbar.js
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-261-4/+4
| | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244
* All: Update JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2022-07-191-1/+1
| | | Closes gh-2104
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-4/+7
| | | | | Fixes #15393 Closes gh-1958
* Progressbar: Disable maxLineLength for description metaAlexander Schmitz2016-04-131-0/+2
| | | | Ref gh-1690
* Progressbar: Fix line length issuesAlexander Schmitz2016-04-131-1/+3
| | | | Ref gh-1690
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Progressbar: Handle disabled option on create, using _setOptionDisabledJörn Zaefferer2015-09-251-4/+7
| | | | | Ref #9151 Ref gh-1599
* Progressbar: Style updatesAlexander Schmitz2015-09-111-0/+2
| | | | Ref #14246
* Progressbar: Style updatesAlexander Schmitz2015-08-211-1/+1
| | | | | Ref #14246 Ref gh-1588
* Progressbar: Move progressbar into widgets folderAlexander Schmitz2015-08-081-0/+169
Ref #13885