aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into datepickerdatepickerFelix Nagel2017-08-262-2/+2
|\ | | | | | | | | # Conflicts: # ui/i18n/datepicker-pt.js
| * All: Remove uses of `jQuery.proxy()`Scott González2017-05-171-1/+1
| | | | | | | | | | Ref #15160 Closes gh-1813
| * Demos: Fix a typo with an extra semicolonRobert Brignull2017-05-101-1/+1
| | | | | | | | Closes gh-1812
* | Calendar: Introduce getter / setter for date and viewDateFelix Nagel2017-04-141-6/+14
| |
* | Calendar: Introduce build methods for year and month titleFelix Nagel2017-04-121-16/+2
| |
* | Calendar: Use widget extension to render year and month selectFelix Nagel2017-04-121-4/+67
| |
* | Merge branch 'master' into datepickerFelix Nagel2017-03-301-0/+0
|\| | | | | | | | | | | # Conflicts: # ui/i18n/datepicker-sv.js # ui/widgets/datepicker.js
| * Themes: Optimize PNG files with zopflipngJo Liss2016-11-291-0/+0
| | | | | | | | Closes gh-1772
* | Merge branch 'master' into datepickerFelix Nagel2016-11-0921-24/+81
|\|
| * Tabs: Don't blur focused tab on sortScott González2016-10-121-1/+12
| | | | | | | | | | Fixes #14627 Closes gh-1761
| * Autocomplete: Escape HTML tags in callback name to avoid XSS in demoScott González2016-09-221-1/+4
| | | | | | | | Fixes #15048
| * Slider: Add demo for custom handleScott González2016-09-132-0/+43
| | | | | | | | | | Fixes #15023 Closes gh-1740
| * Autocomplete: Remove unreachable code in remote demoScott González2016-09-011-3/+1
| |
| * Autocomplete: Change JSONP demo to use local data sourceScott González2016-09-012-17/+19
| | | | | | | | Fixes #14974
| * Demos: Optimize *.png with zopflipngVille Skyttä2016-08-243-0/+0
| | | | | | | | | | | | zopflipng -m, version 1.0.1. Closes gh-1726
| * All: Replace non-breaking spaces with regular spacesScott González2016-06-082-2/+2
| |
| * All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-0612-0/+0
| | | | | | | | Closes gh-1710
| * Controlgroup: Fix rendering of labelsAlexander Schmitz2016-05-261-1/+1
| | | | | | | | | | Fixes #14967 Closes gh-1703
* | Merge branch 'master' into datepickerFelix Nagel2016-04-122-2/+2
|\|
| * Selectmenu: Added missing semicolonAnne-Gaelle Colom2016-03-301-1/+1
| | | | | | | | Closes gh-1689
| * Controlgroup: Fix quote style in demoScott González2016-02-161-1/+1
| |
* | Merge branch 'master' into datepickerFelix Nagel2015-12-0226-315/+825
|\|
| * Draggable: Change element ids in demoScott González2015-11-091-2/+2
| |
| * Demos: Link widget demo to learn siteJörn Zaefferer2015-10-301-0/+1
| | | | | | | | | | Ref jquery/jqueryui.com#39 Closes gh-1637
| * Demos: Replace with ffb33daa229c62c7095cff39cde034f84ef54b15Jörn Zaefferer2015-10-081-1/+1
| |
| * Controlgroup: Update toolbar demo to warn about "this is just a demo"Jörn Zaefferer2015-10-081-2/+3
| |
| * Controlgroup: Address review commentsAlexander Schmitz2015-10-081-9/+10
| |
| * Checkboxradio: Address review commentsAlexander Schmitz2015-10-083-27/+42
| |
| * Button: address review commentsAlexander Schmitz2015-10-081-7/+7
| |
| * Controlgroup: Fixes for spinnerAlexander Schmitz2015-10-081-2/+0
| |
| * Controlgroup: fixup for spinner and labelAlexander Schmitz2015-10-081-2/+4
| |
| * Controlgroup: Add controlgroup labelsAlexander Schmitz2015-10-082-228/+256
| |
| * Controlgroup: Add spinner to widgets controlgroup works withAlexander Schmitz2015-10-081-1/+4
| |
| * Controlgroup: Fix headers and demosAlexander Schmitz2015-10-083-25/+37
| |
| * Controlgroup: Add missing entry to demos bootstrapAlexander Schmitz2015-10-083-36/+6
| |
| * Controlgroup: add demos to bootstrapAlexander Schmitz2015-10-081-0/+1
| |
| * Demos: Add checkboxradio to bootstrapAlexander Schmitz2015-10-081-0/+1
| |
| * Checkboxxradio: Adjust demo headersAlexander Schmitz2015-10-082-2/+2
| |
| * Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-088-230/+12
| |
| * Controlgroup: Inital commit of new widgetAlexander Schmitz2015-10-077-101/+97
| | | | | | | | This widget replaces the buttonset widget
| * Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-0715-0/+746
| |
| * Button: Initial commit of button re-factorAlexander Schmitz2015-10-075-114/+67
| | | | | | | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* | Calendar: Remove unused data-modules attribute from localization demoFelix Nagel2015-11-251-1/+1
| |
* | Datepicker: Fix outdated Globalize format option in date-format demoFelix Nagel2015-11-251-1/+1
| |
* | Calendar: Use globalize-runtime with compiled localesFelix Nagel2015-11-181-1/+6
| |
* | Merge branch 'master' into datepickerFelix Nagel2015-10-08129-68/+206
|\|
| * Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-5/+14
| | | | | | | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
| * Tooltip: Turn of collision detection on forms demo for mobile renderingJörn Zaefferer2015-09-301-1/+2
| | | | | | | | | | Slighly improves the result by avoiding the tooltip ending up on top of the input.
| * Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-30129-2/+131
| | | | | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
| * Demos: Remove use of disableSelection() in widget demo, no needJörn Zaefferer2015-09-211-3/+1
| | | | | | | | Ref 4916487440b0c087e6e5996522cf478af26df591