Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Update categories demo again, use only public properties to ↵ | Jörn Zaefferer | 2013-11-13 | 1 | -1/+1 |
| | | | | update menu option | ||||
* | Autocomplete: Update categories demo to use menu's new items option to ↵ | Jörn Zaefferer | 2013-11-13 | 1 | -0/+4 |
| | | | | exclude custom headers from menu focus | ||||
* | Menu: Add or modify some demo items to test multi-line items | Jörn Zaefferer | 2013-11-13 | 2 | -1/+2 |
| | |||||
* | Menu (icons demo): Removed anchors from menu items. | Scott González | 2013-10-24 | 1 | -9/+9 |
| | |||||
* | Fixed spelling error delay-start.html | Jacob McCutcheon | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | Demos: Fixed small typo. | onovy | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Menu: Remove the requirement to use anchors in menu items | Kris Borchers | 2013-10-05 | 1 | -24/+20 |
| | |||||
* | Demos/tests: Losslessly recompress PNG/GIF images. | Pere Orga | 2013-08-26 | 7 | -0/+0 |
| | |||||
* | Position demo: Added missing semicolon. | Mohsen Ekhtiari | 2013-08-12 | 1 | -1/+1 |
| | |||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 137 | -137/+137 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Effects (core): Unite demos into the same single effect/ path | Rafael Xavier de Souza | 2013-06-22 | 17 | -112/+8 |
| | |||||
* | Effect: Give puff-effect and size-effect its own files. Previously, they ↵ | Rafael Xavier de Souza | 2013-06-22 | 1 | -0/+2 |
| | | | | were into scale-effect file. | ||||
* | Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵ | Jörn Zaefferer | 2013-05-31 | 1 | -6/+6 |
| | | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish | ||||
* | Sortable demo (portlets): Cleanup. | Scott González | 2013-05-16 | 1 | -18/+42 |
| | |||||
* | Revert "Position: Use absolute positioning when getting scrollbar width to ↵ | Scott González | 2013-05-16 | 1 | -46/+104 |
| | | | | | | avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues." This reverts commit 1d3b8ff78eaa3d64a839ba34af34d1e8b24f82af. | ||||
* | Position: Use absolute positioning when getting scrollbar width to avoid ↵ | Scott González | 2013-05-16 | 1 | -104/+46 |
| | | | | reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues. | ||||
* | Progressbar: Add new download dialog demo | Kris Borchers | 2013-04-30 | 2 | -0/+116 |
| | |||||
* | Position demo: Fixed usage of center positioning. | Scott González | 2013-04-25 | 1 | -2/+2 |
| | |||||
* | Autocomplete demo: Use custom namespace for combobox. | Scott González | 2013-04-11 | 1 | -7/+7 |
| | |||||
* | Datepicker demo (localization): Add English as an option. | Scott González | 2013-03-26 | 1 | -1/+1 |
| | |||||
* | Datepicker demo: Corrected the Arabic word for Arabic. | Suhail Alkowaileet | 2013-03-25 | 1 | -1/+1 |
| | |||||
* | Demos: Updating to use instance method on bridge | Corey Frang | 2013-03-19 | 5 | -5/+5 |
| | |||||
* | Progressbar demo (label): Use absolute positioning for the label. Fixes ↵ | Scott González | 2013-03-18 | 1 | -3/+6 |
| | | | | #9163 - Progressbar demo: Incorrect presentation with progressbar label in IE9. | ||||
* | Autocomplete demo (combobox): Hide select on create. Fixes #9158 - ↵ | Scott González | 2013-03-16 | 1 | -0/+1 |
| | | | | Autocomplete Combobox demo shows underlying select by default. | ||||
* | Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox ↵ | TJ VanToll | 2013-03-16 | 1 | -1/+2 |
| | | | | demo does not show Items | ||||
* | Sortable: Adding a min-width to the body on the portlet demo. Fixed #4485: ↵ | TJ VanToll | 2013-02-28 | 1 | -0/+1 |
| | | | | Portlet demo is buggy. | ||||
* | Accordion demo: Clean up hoverintent implementation to avoid using ↵ | Scott González | 2013-02-27 | 1 | -23/+38 |
| | | | | jQuery.event.handle. Thanks Drew Waddell for pointing out the use of an undocumented/deprecated method. | ||||
* | Autocomplete demo (Combobox): Split code into smaller functions. | Scott González | 2013-02-22 | 1 | -64/+81 |
| | |||||
* | Autocomplete demo (Combobox): Rename selected event to select. | Scott González | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - ↵ | Scott González | 2013-02-22 | 1 | -15/+3 |
| | | | | Autocomplete: Incorrect escaping in combobox demo. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 136 | -136/+136 |
| | |||||
* | oops... | Scott González | 2013-02-02 | 1 | -1/+0 |
| | |||||
* | Dialog: Check for empty array in addition to empty object when checking if ↵ | Scott González | 2013-02-01 | 1 | -0/+1 |
| | | | | there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes. | ||||
* | Datepicker demo: Simplify localization demo so that jqueryui.com works properly. | Scott González | 2013-01-31 | 5 | -142/+98 |
| | |||||
* | Sortable demo: Fix use of tabs API. | Scott González | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Fix .data() references in demos. Fixes #9029 - Autocomplete: ↵ | Scott González | 2013-01-30 | 2 | -2/+2 |
| | | | | Multiple demo has errors. | ||||
* | Autocomplete demo: Fixed reference to widget instance. | Scott González | 2013-01-24 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 136 | -148/+148 |
| | |||||
* | Tabs: Update manipulation demo - implement alt+del shortcut to remove active ↵ | Jörn Zaefferer | 2012-12-28 | 1 | -2/+10 |
| | | | | tab. Fixes #7847 - Tabs: simple manipulation accessibility | ||||
* | Tabs: Update manipulation demo - use delegate instead of live (can't use on ↵ | Jörn Zaefferer | 2012-12-28 | 1 | -1/+1 |
| | | | | until we drop core 1.6 support), reuse selected element | ||||
* | Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add ↵ | Matthieu Penant | 2012-12-17 | 1 | -0/+2 |
| | | | | Canadian French locale. | ||||
* | Autocomplete: Combobox demo - Collapse menu when clicking button. | Scott González | 2012-12-13 | 1 | -7/+7 |
| | |||||
* | Progressbar: Add link to custom label demo in demo index. | Kris Borchers | 2012-12-06 | 1 | -0/+1 |
| | |||||
* | Datepicker: Added Norwegian Bokmål and Norwegian Nynorsk locales. Fixes ↵ | Bjørn Johansen | 2012-12-05 | 1 | -0/+4 |
| | | | | | | #8886 - Datepicker: Add Norwegian Bokmål (nb) and Norwegian Nynorsk (nn) locales. Signed-off-by: Bjørn Johansen <bjorn.johansen@metronet.no> | ||||
* | Datepicker: Added Belarusian locale. Fixes #8885 - Datepicker: Add ↵ | Pavel Selitskas | 2012-12-05 | 1 | -0/+2 |
| | | | | Belarusian locale. | ||||
* | Progressbar: Custom label demo cleanup | Kris Borchers | 2012-12-03 | 1 | -21/+22 |
| | |||||
* | Progressbar: Add custom label demo. | Kris Borchers | 2012-11-29 | 1 | -0/+57 |
| | |||||
* | Theme: removed or changed occurrences of zoom. Fixes #7975 - Remove invalid ↵ | Anika Henke | 2012-11-29 | 1 | -7/+7 |
| | | | | | | CSS for legacy browsers Because of overlapping issues, this also reverts most of e77edc60 and fixes it in a different way. | ||||
* | Progressbar demos: Cleanup. | Scott González | 2012-11-29 | 1 | -8/+8 |
| | |||||
* | Progressbar demos: Removed resize demo. | Scott González | 2012-11-29 | 2 | -34/+0 |
| |